| Package | Description |
|---|---|
| org.jboss.hal.ballroom.form |
| Modifier and Type | Method and Description |
|---|---|
static Form.Operation |
Form.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.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
StateMachine.execute(Form.Operation operation) |
<C> void |
AbstractStateMachine.execute(Form.Operation operation,
C context) |
<C> void |
StateMachine.execute(Form.Operation operation,
C context) |
protected <C> void |
SingletonStateMachine.safeExecute(Form.Operation operation,
C context)
The context is used for the
VIEW operation. |
protected abstract <C> void |
AbstractStateMachine.safeExecute(Form.Operation operation,
C context) |
protected <C> void |
ReadOnlyStateMachine.safeExecute(Form.Operation operation,
C context) |
protected <C> void |
ExistingStateMachine.safeExecute(Form.Operation operation,
C context) |
protected <C> void |
AddOnlyStateMachine.safeExecute(Form.Operation operation,
C context) |
void |
FormLinks.setVisible(Form.Operation operation,
boolean visible) |
boolean |
AbstractStateMachine.supports(Form.Operation operation) |
boolean |
StateMachine.supports(Form.Operation operation) |
| Constructor and Description |
|---|
SingletonStateMachine(EnumSet<Form.Operation> operations) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.