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 |
setTodayButton(String required)
If true, a today button is displayed on the datetimepicker.
|
void |
setType(String type)
XXX Preliminary: check if this is the right way
Type of the date/time input.
|
setAccessKey
setValidator
setValue
setValueChangeListener
setTabIndex
setFocus
setCustomClass, setMarkup
setValidatorMessage
setConverterMessage
setRequiredMessage
setBinding
setRendered
setReadonly
setDisabled
setConverter
setLabel
setHelp
setLabelLayout
setTip
setRequired
setPlaceholder
setAutoSpacing
void setTodayButton(String required)
void setMin(String min)
void setMax(String max)
void setType(String type)
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.