@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface FieldBuilder.DateField
DateField.FieldBuilder.AbstractField,
FieldBuilder| Modifier and Type | Optional Element and Description |
|---|---|
String |
dateFormat
Get the date format string.
|
String |
dateOutOfRangeMessage
Get the date out of range error message.
|
boolean |
lenient
Get lenient mode.
|
String |
parseErrorMessage
Get the date parse error message.
|
Resolution |
resolution
Get the date resolution.
|
boolean |
showISOWeekNumbers
Get whether to show ISO week numbers.
|
String |
timeZone
Get the time zone (in string form).
|
Class<? extends DateField> |
type
Get the
DateField type that will edit the property. |
public abstract String dateFormat
DateField.setDateFormat(java.lang.String)public abstract String parseErrorMessage
DateField.setParseErrorMessage(java.lang.String)public abstract String dateOutOfRangeMessage
DateField.setDateOutOfRangeMessage(java.lang.String)public abstract Resolution resolution
DateField.setResolution(com.vaadin.shared.ui.datefield.Resolution)public abstract boolean showISOWeekNumbers
DateField.setShowISOWeekNumbers(boolean)public abstract String timeZone
DateField.setTimeZone(java.util.TimeZone)public abstract boolean lenient
DateField.setLenient(boolean)Copyright © 2017. All rights reserved.