Class PageInfo.TableInfo.ColumnInfo
- Enclosing class:
- PageInfo.TableInfo
@WizSerializable public static class PageInfo.TableInfo.ColumnInfo extends Object
- 
Constructor SummaryConstructors Constructor Description ColumnInfo()
- 
Method SummaryModifier and Type Method Description StringgetStyle()Gets the value of the style property.StringgetSubTitle()Gets the value of the subTitle property.intgetSummary()Gets the value of the summary property.StringgetTitle()Gets the value of the title property.voidsetStyle(String value)Sets the value of the style property.voidsetSubTitle(String value)Sets the value of the subTitle property.voidsetSummary(int value)Sets the value of the summary property.Thesummaryproperty determines the value displayed in the table summary line for the referenced column.voidsetTitle(String value)Sets the value of the title property.
- 
Constructor Details- 
ColumnInfopublic ColumnInfo()
 
- 
- 
Method Details- 
getTitleGets the value of the title property.The titleproperty specifies the column title that is displayed in the table header for the referenced column. This value also identifies the column whenTableData.addRow()is used to populate the table.- Returns:
- the value of the title property.
 
- 
setTitleSets the value of the title property.The titleproperty specifies the column title that is displayed in the table header for the referenced column. This value also identifies the column whenTableData.addRow()is used to populate the table.You should not set the property directly but rather specify a title when calling addColumn().- Parameters:
- value-
 
- 
getSubTitleGets the value of the subTitle property.The subTitleproperty specifies the column sub-title that is displayed in the table sub-header for the referenced column. If the property value is null nothing is displayed in the table sub-header for this column.- Returns:
- the value of the subTitle property.
 
- 
setSubTitleSets the value of the subTitle property.The subTitleproperty specifies the column sub-title that is displayed in the table sub-header for the referenced column. If the property value is null nothing is displayed in the table sub-header for this column.You should not set the property directly but rather specify a sub-title when calling addColumn().- Parameters:
- value-
 
- 
getStyleGets the value of the style property.The styleproperty specifies the default HTML styles used for displaying the cells in the referenced column. The property can be overridden for specific cells whenTableData.addRow()is used.- Returns:
- the value of the style property.
 
- 
setStyleSets the value of the style property.The styleproperty specifies the default HTML styles used for displaying the cells in the referenced column. The property can be overridden for specific cells whenTableData.addRow()is used.You should not set the property directly but rather specify a style bit mask when calling addColumn().- Parameters:
- value-
 
- 
getSummarypublic int getSummary()Gets the value of the summary property. Thesummaryproperty determines the value displayed in the table summary line for the referenced column. The possible values are defined inPageInfo.TableInfo.Summary.- Returns:
- the value of the summary property.
 
- 
setSummarypublic void setSummary(int value)Sets the value of the summary property.Thesummaryproperty determines the value displayed in the table summary line for the referenced column. The possible values are defined inPageInfo.TableInfo.Summary.You should not set the property directly but rather specify the summary code when calling addColumn().- Parameters:
- value-
 
 
-