ilog.cpl.css
Interface IlpStyleSheetCustomization

All Known Subinterfaces:
IlpAdapterStyleSheetCustomization, IlpViewStyleSheetCustomization

public interface IlpStyleSheetCustomization

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

Since:
JViews 8.0

Method Summary
 int getStyleSheetDebugMask()
          Returns the debug level while parsing the style sheets.
 

Method Detail

getStyleSheetDebugMask

int getStyleSheetDebugMask()
Returns the debug level while parsing the style sheets.

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

 StyleSheet {
    styleSheetDebugMask: "APPLIED_RULE_MASK|BAD_CLASS_MASK";
 }
 

See Also:
IlvStylable.APPLIED_RULE_MASK, IlvStylable.BAD_CLASS_MASK, IlvStylable.BAD_PROP_MASK, IlvStylable.CREATED_MASK, IlvStylable.DECL_MASK, IlvStylable.DECL_VALUE_MASK, IlvStylable.FAILED_CONVERSIONS_MASK, IlvStylable.TIME_REPORT_MASK, IlvStylable.WARNING_PROP_MASK


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