| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.elements | |
| com.foreach.across.modules.bootstrapui.elements.builder |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormElementConfiguration.Format |
DateTimeFormElementConfiguration.getFormat()
Get the format that this configuration is primarily meant for.
|
static DateTimeFormElementConfiguration.Format |
DateTimeFormElementConfiguration.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFormElementConfiguration.Format[] |
DateTimeFormElementConfiguration.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateTimeFormElementConfiguration.setFormat(@NonNull DateTimeFormElementConfiguration.Format format)
This will automatically set the different attributes and patterns to be used.
|
| Constructor and Description |
|---|
DateTimeFormElementConfiguration(DateTimeFormElementConfiguration.Format format) |
DateTimeFormElementConfiguration(DateTimeFormElementConfiguration.Format format,
ZoneId zoneId) |
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormElementBuilder |
DateTimeFormElementBuilder.format(DateTimeFormElementConfiguration.Format format)
Sets a default configuration for the format.
|
Copyright © 2020. All rights reserved.