|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpTreeViewCSS
This interface externalizes the kind of cascading style sheet configuration that is available for the Tree component.
IlpViewStyleSheetCustomization,
IlpInteractorRenderer,
IlpViewRenderer| Method Summary | |
|---|---|
boolean |
getInteractor()
Returns if the tree view interactor configuration is enabled or not for the Tree component. |
boolean |
getView()
Returns if the tree view configuration is enabled or not for the Tree component. |
| Method Detail |
|---|
boolean getView()
This property can be configured through CSS as illustrated below:
Tree {
view: true;
}
View {
...
}
IlpViewRendererboolean getInteractor()
This property can be configured through CSS as illustrated below:
Tree {
interactor: true;
}
Interactor {
...
}
IlpInteractorRenderer
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||