|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpViewStyleSheetCustomization
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";
}
| 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 |
|---|
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";
}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||