|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpTableViewCSS
This interface externalizes the kind of cascading style sheet configuration that is available for the Table component.
IlpViewStyleSheetCustomization,
IlpInteractorRenderer,
IlpViewRenderer,
IlpTableClassCustomization,
IlpTableHeaderCustomization,
IlpAttributeCustomization,
IlpAttributeHeaderCustomization| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean getView()
This property can be configured through CSS as illustrated below:
Table {
view: true;
}
View {
...
}
IlpViewRendererboolean getInteractor()
This property can be configured through CSS as illustrated below:
Table {
interactor: true;
}
Interactor {
...
}
IlpInteractorRenderer
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||