| Interface | Description |
|---|---|
| HasConstrainedValue<T> |
Editor that accepts a set of predefined values.
|
| HasEditMode |
Indicates that an editor can be used as read-only or as edit mode.
|
| HasRestrictedValue<T> |
Editor that restrict a set of predefined values to use.
|
| LeafAttributeEditor<T> |
Editor contract for generic attributes.
|
| ToggleSwitchEditor.View | |
| ValueBoxEditor.View<T> |
| Class | Description |
|---|---|
| ToggleSwitchEditor |
Provides an editor for Boolean values using a toggle switch for the view.
|
| ToggleSwitchEditorView |
The ValueBoxEditor view.
|
| ValueBoxEditor<T> |
Provides an editor for a ValueBoxBase widget of type T.
|
| ValueBoxEditorView<T> |
The ValueBoxEditor view.
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.