Package org.jboss.hal.ballroom.form
Class AddOnlyStateMachine
- java.lang.Object
-
- org.jboss.hal.ballroom.form.AbstractStateMachine
-
- org.jboss.hal.ballroom.form.AddOnlyStateMachine
-
- All Implemented Interfaces:
StateMachine
public class AddOnlyStateMachine extends AbstractStateMachine implements StateMachine
A state machine for transient models. Supports only theForm.State.EDITINGstate and theForm.Operation.CANCELandForm.Operation.SAVEoperations.Most often used in add dialogs.
-
-
Constructor Summary
Constructors Constructor Description AddOnlyStateMachine()
-