Uses of Class
info.rolandkrueger.roklib.util.state.State.StateValue

Packages that use State.StateValue
info.rolandkrueger.roklib.util.conditionalengine.conditions Concrete implementations of specific conditions which can be used by the conditional engine. 
info.rolandkrueger.roklib.util.state Object representation of a state. 
info.rolandkrueger.roklib.webapps.data.usermgmt Classes for the user management of a web application. 
info.rolandkrueger.roklib.webapps.state Concrete state objects needed in web applications. 
 

Uses of State.StateValue in info.rolandkrueger.roklib.util.conditionalengine.conditions
 

Fields in info.rolandkrueger.roklib.util.conditionalengine.conditions declared as State.StateValue
private  State.StateValue<S> HasState.mStateValue
           
 

Constructors in info.rolandkrueger.roklib.util.conditionalengine.conditions with parameters of type State.StateValue
HasState(State<S> state, State.StateValue<S> stateValue)
           
 

Uses of State.StateValue in info.rolandkrueger.roklib.util.state
 

Fields in info.rolandkrueger.roklib.util.state declared as State.StateValue
private  State.StateValue<S> State.mCurrentState
           
private  State.StateValue<S> State.mDefaultState
           
 

Methods in info.rolandkrueger.roklib.util.state that return State.StateValue
 State.StateValue<S> State.getStateValue()
           
 

Methods in info.rolandkrueger.roklib.util.state with parameters of type State.StateValue
 boolean State.hasState(State.StateValue<S> state)
           
 void State.setStateValue(State.StateValue<S> state)
           
 void State.setStateValue(State.StateValue<S> state, Object lockKey)
           
 

Constructors in info.rolandkrueger.roklib.util.state with parameters of type State.StateValue
State(State.StateValue<S> defaultState)
           
 

Uses of State.StateValue in info.rolandkrueger.roklib.webapps.data.usermgmt
 

Methods in info.rolandkrueger.roklib.webapps.data.usermgmt with parameters of type State.StateValue
 boolean GenericUser.hasState(State.StateValue<GenericUserState> state)
           
 void GenericUser.setState(State.StateValue<GenericUserState> newState)
           
 

Uses of State.StateValue in info.rolandkrueger.roklib.webapps.state
 

Fields in info.rolandkrueger.roklib.webapps.state declared as State.StateValue
static State.StateValue<GenericUserState> GenericUserState.DEACTIVATED
           
static State.StateValue<GenericUserState> GenericUserState.REGISTERED
           
static State.StateValue<GenericUserState> GenericUserState.REGISTRATION_CONFIRMATION_PENDING
           
static State.StateValue<GenericUserState> GenericUserState.UNKNOWN
           
 

Constructors in info.rolandkrueger.roklib.webapps.state with parameters of type State.StateValue
GenericUserState(State.StateValue<GenericUserState> defaultState)
           
 



Copyright © 2007-2011. All Rights Reserved.