ilog.cpl.tree.css
Interface IlpTreeViewCSS


public interface IlpTreeViewCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Tree component.

Since:
JViews 8.0
See Also:
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

getView

boolean getView()
Returns if the tree view configuration is enabled or not for the Tree component.

This property can be configured through CSS as illustrated below:

 Tree {
   view: true;
 }
 
 View {
   ...
 }
 

See Also:
IlpViewRenderer

getInteractor

boolean getInteractor()
Returns if the tree view interactor configuration is enabled or not for the Tree component.

This property can be configured through CSS as illustrated below:

 Tree {
   interactor: true;
 }
 
 Interactor {
   ...
 }
 

See Also:
IlpInteractorRenderer


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.