Uses of Interface
org.jboss.hal.ballroom.form.StateMachine
-
Packages that use StateMachine Package Description org.jboss.hal.ballroom.form -
-
Uses of StateMachine in org.jboss.hal.ballroom.form
Classes in org.jboss.hal.ballroom.form that implement StateMachine Modifier and Type Class Description classAbstractStateMachineclassAddOnlyStateMachineA state machine for transient models.classExistingStateMachineA state machine for existing models.classReadOnlyStateMachineA read-only state machine.classSingletonStateMachineA state machine for singleton resources.Methods in org.jboss.hal.ballroom.form that return StateMachine Modifier and Type Method Description StateMachineAbstractForm. getStateMachine()StateMachineForm. getStateMachine()Constructors in org.jboss.hal.ballroom.form with parameters of type StateMachine Constructor Description AbstractForm(String id, StateMachine stateMachine, DataMapping<T> dataMapping, EmptyState emptyState)
-