ilog.cpl.table.css
Interface IlpTableViewCSS


public interface IlpTableViewCSS

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

Since:
JViews 8.0
See Also:
IlpViewStyleSheetCustomization, IlpInteractorRenderer, IlpViewRenderer, IlpTableClassCustomization, IlpTableHeaderCustomization, IlpAttributeCustomization, IlpAttributeHeaderCustomization

Method Summary
 boolean getInteractor()
          Returns if the table view interactor configuration is enabled or not for the Table component.
 boolean getView()
          Returns if the table view configuration is enabled or not for the Table component.
 

Method Detail

getView

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

This property can be configured through CSS as illustrated below:

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

See Also:
IlpViewRenderer

getInteractor

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

This property can be configured through CSS as illustrated below:

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

See Also:
IlpInteractorRenderer


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