public interface IlpTableViewCSS
Modifier and Type | Method and Description |
---|---|
boolean |
getInteractor()
Returns if the table view interactor configuration is enabled
or not for the Table component.
|
boolean |
getView()
Returns if the table view configuration is enabled or not
for the Table component.
|
boolean getView()
This property can be configured through CSS as illustrated below:
Table { view: true; } View { ... }
IlpViewRenderer
boolean getInteractor()
This property can be configured through CSS as illustrated below:
Table { interactor: true; } Interactor { ... }
IlpInteractorRenderer
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.