ilog.cpl.graphic.css
Interface IlpViewStyleSheetCustomization

All Superinterfaces:
IlpStyleSheetCustomization

public interface IlpViewStyleSheetCustomization
extends IlpStyleSheetCustomization

This interface defines the properties available to configure the view cascading style sheet environment.

The view CSS context customization is the following:

 StyleSheet {
    styleSheetDebugMask: "APPLIED_RULE_MASK|BAD_CLASS_MASK";
    functions[0]: "samples.MyFunction";
    functions[1]: "test.SecondFunction";
 }
 

Since:
JViews 8.0

Method Summary
 String getFunctionList()
          Retrieves the function list property.
 String[] getFunctions()
          Returns the list of functions that will be registered in the CSS context.
 
Methods inherited from interface ilog.cpl.css.IlpStyleSheetCustomization
getStyleSheetDebugMask
 

Method Detail

getFunctions

String[] getFunctions()
Returns the list of functions that will be registered in the CSS context.

Note: This property can be customized using CSS, as illustrated below:

 StyleSheet {
    functions[0]: "samples.MyFunction";
    functions[1]: "test.SecondFunction";
 }
 

Returns:
List of functions
Since:
JViews 7.5

getFunctionList

String getFunctionList()
Retrieves the function list property.

Note: This property can be customized using CSS, as illustrated below:

 StyleSheet {
    functionList: "samples.MyFunction,test.SecondFunction";
 }
 



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