Interface IRowBuilderAdaptor
public interface IRowBuilderAdaptor
Builder of a row of a simple table.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidSets the value of the column specified by the header title to the specified double value.voidSets the value of the column specified by the header title to the specified long value.voidsetCell(String headerTitle, IEntityLinkElement value) Sets the value of the column specified by the header title to the specified entity link rendered using identifier.voidsetCell(String headerTitle, IEntityLinkElement value, String linkText) Sets the value of the column specified by the header title to the specified entity link rendered using given text.voidSets the value of the column specified by the header title to the specified string.voidSets the value of the column specified by the header title to the specified date.
-
Method Details
-
setCell
Sets the value of the column specified by the header title to the specified string. -
setCell
Sets the value of the column specified by the header title to the specified long value. -
setCell
Sets the value of the column specified by the header title to the specified double value. -
setCell
Sets the value of the column specified by the header title to the specified date.
-