ilog.cpl.table.css
Interface IlpTableAdapterCSS


public interface IlpTableAdapterCSS

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 Table component.
 

Method Detail

getAdapter

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

This property can be configured through CSS as illustrated below:

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

See Also:
IlpTableAdapterCustomization


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