public interface IlpTableClassCustomization
The table accepted class can be configured like this in a CSS file:
object."Alarm" { tableColumnOrder: "identifier, creationTime, acknowledged, perceivedSeverity"; tableRowHeight: 25; } object."ilog.tgo.model.IltNetworkElement" { tableRowHeight: 30; }
Modifier and Type | Method and Description |
---|---|
String |
getTableColumnOrder()
Returns the column order to be used by a table.
|
int |
getTableRowHeight()
Returns the height of the rows in a table.
|
String getTableColumnOrder()
The value of this property should be column identifiers separated by commas to define the order of the columns.
The default value is null
, which means that the table keeps its
default order.
The following example illustrates the use of the property:
object."Alarm" { tableColumnOrder: "identifier, creationTime, acknowledged, perceivedSeverity"; }
IlpObjectKeys.TableColumnOrder
int getTableRowHeight()
Default value: 16
.
The default value will be used if a negative value is specified.
The following example illustrates the use of the property:
object."Alarm" { tableRowHeight: 25; }
IlpObjectKeys.TableRowHeight
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.