Uses of Class
org.jboss.hal.ballroom.form.Form.Operation
-
Packages that use Form.Operation Package Description org.jboss.hal.ballroom.form -
-
Uses of Form.Operation in org.jboss.hal.ballroom.form
Methods in org.jboss.hal.ballroom.form that return Form.Operation Modifier and Type Method Description static Form.OperationForm.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static Form.Operation[]Form.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.ballroom.form with parameters of type Form.Operation Modifier and Type Method Description <C> voidAbstractStateMachine. execute(Form.Operation operation, C context)default voidStateMachine. execute(Form.Operation operation)<C> voidStateMachine. execute(Form.Operation operation, C context)voidFormLinks. setVisible(Form.Operation operation, boolean visible)booleanAbstractStateMachine. supports(Form.Operation operation)booleanStateMachine. supports(Form.Operation operation)Constructor parameters in org.jboss.hal.ballroom.form with type arguments of type Form.Operation Constructor Description SingletonStateMachine(EnumSet<Form.Operation> operations)
-