Constant Field Values

Contents

org.apache.*

  • org.apache.myfaces.tobago.config.TobagoConfig 
    Modifier and Type Constant Field Value
    public static final String TOBAGO_CONFIG "org.apache.myfaces.tobago.config.TobagoConfig"
  • org.apache.myfaces.tobago.internal.behavior.EventBehavior 
    Modifier and Type Constant Field Value
    public static final String BEHAVIOR_ID "org.apache.myfaces.tobago.behavior.Event"
  • org.apache.myfaces.tobago.internal.layout.MathUtils 
    Modifier and Type Constant Field Value
    public static final double EPSILON 1.0E-7
  • org.apache.myfaces.tobago.internal.renderkit.renderer.TreeIconRenderer 
    Modifier and Type Constant Field Value
    protected static final String CLOSED_FOLDER "image/treeNode-icon"
    protected static final String LEAF "image/treeNode-icon-leaf"
    protected static final String OPEN_FOLDER "image/treeNode-icon-open"
  • org.apache.myfaces.tobago.internal.renderkit.renderer.TreeRenderer 
    Modifier and Type Constant Field Value
    protected static final String SCROLL_POSITION "::scrollPosition"
  • org.apache.myfaces.tobago.sanitizer.SanitizeMode 
    Modifier and Type Constant Field Value
    public static final String AUTO "auto"
    public static final String NEVER "never"