public interface IlpTreeViewCSS
IlpViewStyleSheetCustomization
,
IlpInteractorRenderer
,
IlpViewRenderer
Modifier and Type | Method and Description |
---|---|
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.
|
boolean getView()
This property can be configured through CSS as illustrated below:
Tree { view: true; } View { ... }
IlpViewRenderer
boolean getInteractor()
This property can be configured through CSS as illustrated below:
Tree { interactor: true; } Interactor { ... }
IlpInteractorRenderer
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.