ilog.cpl.tree.css
Interface IlpTreeAdapterCSS


public interface IlpTreeAdapterCSS

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

Since:
JViews 8.0
See Also:
IlpAdapterStyleSheetCustomization, IlpAbstractTreeAdapterCustomization, IlpBusinessObjectCustomization

Method Summary
 boolean getAdapter()
          Returns if the adapter configuration is enabled or not for the Tree component.
 

Method Detail

getAdapter

boolean getAdapter()
Returns if the adapter configuration is enabled or not for the Tree component.

This property can be configured through CSS as illustrated below:

 Tree {
   adapter: true;
 }
 
 Adapter {
   ...
 }
 

See Also:
IlpAbstractTreeAdapterCustomization


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