| Package | Description |
|---|---|
| org.jboss.hal.ballroom.form |
| Modifier and Type | Method and Description |
|---|---|
Form.State |
AbstractStateMachine.current() |
Form.State |
StateMachine.current() |
protected Form.State |
SingletonStateMachine.initial() |
protected abstract Form.State |
AbstractStateMachine.initial() |
protected Form.State |
ReadOnlyStateMachine.initial() |
protected Form.State |
ExistingStateMachine.initial() |
protected Form.State |
AddOnlyStateMachine.initial() |
static Form.State |
Form.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Form.State[] |
Form.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFormItem.addAppearance(Form.State state,
org.jboss.hal.ballroom.form.Appearance<T> appearance) |
elemental2.dom.HTMLElement |
FormItem.asElement(Form.State state) |
elemental2.dom.HTMLElement |
CompositeFormItem.asElement(Form.State state) |
elemental2.dom.HTMLElement |
AbstractFormItem.asElement(Form.State state) |
protected void |
AbstractForm.flip(Form.State state) |
String |
FormItem.getId(Form.State state) |
String |
CompositeFormItem.getId(Form.State state) |
String |
AbstractFormItem.getId(Form.State state) |
protected void |
AbstractForm.prepare(Form.State state) |
boolean |
AbstractStateMachine.supports(Form.State state) |
boolean |
StateMachine.supports(Form.State state) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.