| Package | Description |
|---|---|
| org.jboss.hal.ballroom.form |
| Modifier and Type | Method and Description |
|---|---|
static Decoration |
Decoration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Decoration[] |
Decoration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected <C> void |
ReadOnlyAppearance.safeApply(Decoration decoration,
C context) |
protected void |
ReadOnlyAppearance.safeUnapply(Decoration decoration) |
| Constructor and Description |
|---|
EditingAppearance(Set<Decoration> supportedDecorations,
elemental2.dom.HTMLInputElement inputElement) |
ReadOnlyAppearance(Set<Decoration> supportedDecorations) |
TagsItem(String name,
String label,
com.google.gwt.safehtml.shared.SafeHtml inputHelp,
Set<Decoration> editingDecorations,
TagsMapping<T> mapping) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.