-
Field Summary
Fields
Property that specifies a default value for the weight attribute of a table component column.
Property that specifies a default value for the horizontalPosition attribute of table components.
Property that specifies a default value for the shrinkWidth attribute of table components.
Property that specifies a default value for the whenNoDataType attribute of table components.
-
Method Summary
Returns the position of the table columns within the table element box.
Specifies if the table box should shrink to accommodate the smaller total width of visible columns.
-
Field Details
-
CONFIG_PROPERTY_WHEN_NO_DATA_TYPE
static final String CONFIG_PROPERTY_WHEN_NO_DATA_TYPE
Property that specifies a default value for the whenNoDataType attribute of table components.
- See Also:
-
-
CONFIG_PROPERTY_HORIZONTAL_POSITION
static final String CONFIG_PROPERTY_HORIZONTAL_POSITION
Property that specifies a default value for the horizontalPosition attribute of table components.
- See Also:
-
-
CONFIG_PROPERTY_SHRINK_WIDTH
static final String CONFIG_PROPERTY_SHRINK_WIDTH
Property that specifies a default value for the shrinkWidth attribute of table components.
- See Also:
-
-
CONFIG_PROPERTY_COLUMN_WEIGHT
static final String CONFIG_PROPERTY_COLUMN_WEIGHT
Property that specifies a default value for the weight attribute of a table component column.
- See Also:
-
-
Method Details
-
-
-
-
getHorizontalPosition
Returns the position of the table columns within the table element box.
- Returns:
- the position of the table columns within the table element box,
null if no position is specified
-
shrinkWidth
Specifies if the table box should shrink to accommodate the smaller total width of visible columns.
-
-
-
-
-
-
-
-
-
-