| Package | Description |
|---|---|
| pl.fhframework.model.forms.attributes | |
| pl.fhframework.model.forms.attributes.formatter |
| Modifier and Type | Method and Description |
|---|---|
FloatingGroupStateAttribute.FloatingState |
FloatingGroupStateAttribute.getDefaultValue() |
FloatingGroupStateAttribute.FloatingState |
FloatingGroupStateAttribute.getValue() |
FloatingGroupStateAttribute.FloatingState |
FloatingGroupStateAttribute.FloatingState.toFloating() |
FloatingGroupStateAttribute.FloatingState |
FloatingGroupStateAttribute.FloatingState.toPinned() |
static FloatingGroupStateAttribute.FloatingState |
FloatingGroupStateAttribute.FloatingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FloatingGroupStateAttribute.FloatingState[] |
FloatingGroupStateAttribute.FloatingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FloatingGroupStateAttribute.setValue(FloatingGroupStateAttribute.FloatingState value) |
| Constructor and Description |
|---|
FloatingGroupStateAttribute(Form form,
Component component,
ModelBinding<FloatingGroupStateAttribute.FloatingState> modelBinding,
FloatingOnlyAttribute floatingOnlyAttribute) |
| Modifier and Type | Method and Description |
|---|---|
FloatingGroupStateAttribute.FloatingState |
FloatingStateFormatter.parse(String s,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
FloatingStateFormatter.print(FloatingGroupStateAttribute.FloatingState aElement,
Locale locale) |
Copyright © 2020. All rights reserved.