public interface IlpViewStyleSheetCustomization extends IlpStyleSheetCustomization
The view CSS context customization is the following:
StyleSheet { styleSheetDebugMask: "APPLIED_RULE_MASK|BAD_CLASS_MASK"; functions[0]: "samples.MyFunction"; functions[1]: "test.SecondFunction"; }
Modifier and Type | Method and Description |
---|---|
String |
getFunctionList()
Retrieves the function list property.
|
String[] |
getFunctions()
Returns the list of functions that will be registered in the
CSS context.
|
getStyleSheetDebugMask
String[] getFunctions()
Note: This property can be customized using CSS, as illustrated below:
StyleSheet { functions[0]: "samples.MyFunction"; functions[1]: "test.SecondFunction"; }
String getFunctionList()
Note: This property can be customized using CSS, as illustrated below:
StyleSheet { functionList: "samples.MyFunction,test.SecondFunction"; }
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.