Uses of Class
org.apache.cocoon.forms.formmodel.WidgetState

Packages that use WidgetState
org.apache.cocoon.forms.flow.javascript   
org.apache.cocoon.forms.formmodel   
 

Uses of WidgetState in org.apache.cocoon.forms.flow.javascript
 

Methods in org.apache.cocoon.forms.flow.javascript that return WidgetState
 WidgetState ScriptableWidget.jsGet_state()
           
 

Uses of WidgetState in org.apache.cocoon.forms.formmodel
 

Fields in org.apache.cocoon.forms.formmodel declared as WidgetState
static WidgetState WidgetState.ACTIVE
          Active state.
static WidgetState WidgetState.DISABLED
          Disabled state, value is displayed but user input is ignored.
static WidgetState WidgetState.OUTPUT
          Output state, value is displayed but user input is ignored.
static WidgetState WidgetState.INVISIBLE
          Invisible state.
 

Methods in org.apache.cocoon.forms.formmodel that return WidgetState
 WidgetState AbstractWidgetDefinition.getState()
           
static WidgetState WidgetState.stateForName(String name)
          Get a state given its name.
static WidgetState WidgetState.strictest(WidgetState one, WidgetState two)
          Determine the strictest of two states.
 WidgetState AbstractWidget.getState()
           
 WidgetState AbstractWidget.getCombinedState()
           
 WidgetState Widget.getState()
          Get the widget's own state.
 WidgetState Widget.getCombinedState()
          Get the widget's combined state, which is the strictest of its own state and parent state.
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type WidgetState
 void AbstractWidgetDefinition.setState(WidgetState state)
           
static WidgetState WidgetState.strictest(WidgetState one, WidgetState two)
          Determine the strictest of two states.
 boolean WidgetState.stricterThan(WidgetState other)
          Test if the current state is stricter than another one.
 void AbstractWidget.setState(WidgetState state)
           
 void Widget.setState(WidgetState state)
          Set the widget's own state.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.