public interface DateTagDeclaration extends HasAccessKey, HasValidator, HasValue, HasValueChangeListener, HasTabIndex, IsFocus, IsVisual, HasValidatorMessage, HasConverterMessage, HasRequiredMessage, HasIdBindingAndRendered, IsReadonly, IsDisabled, HasConverter, HasLabel, HasHelp, HasLabelLayout, HasTip, IsRequired, HasPlaceholder, HasAutoSpacing
For a time input field set you'll need to set the <f:convertDateTime type="time"> inside the <tc:date>.
If there is no converter given, a default instance of DateTimeConverter will be used.
| Modifier and Type | Method and Description |
|---|---|
void |
setMax(String max)
Sets the maximum value of the date.
|
void |
setMin(String min)
Sets the minimum value of the date.
|
void |
setStep(String step)
Sets the step of a date or time picker.
|
void |
setTodayButton(String required)
If true, a today- or now-button is displayed.
|
void |
setType(String type)
Type of the date/time input.
|
void |
setValue(String value)
Sets the minimum value of the date.
|
setAccessKeysetValidatorsetValueChangeListenersetTabIndexsetFocussetCustomClass, setMarkupsetValidatorMessagesetConverterMessagesetRequiredMessagesetBindingsetRenderedsetReadonlysetDisabledsetConvertersetLabelsetHelpsetLabelLayoutsetTipsetRequiredsetPlaceholdersetAutoSpacingvoid setTodayButton(String required)
void setValue(String value)
void setMin(String min)
void setMax(String max)
void setStep(String step)
void setType(String type)
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.