Schnittstelle DateTagDeclaration
- Alle Superschnittstellen:
HasAccessKey
,HasAutoSpacing
,HasBinding
,HasConverter
,HasConverterMessage
,HasDecorationPosition
,HasHelp
,HasId
,HasIdBindingAndRendered
,HasLabel
,HasLabelLayout
,HasPlaceholder
,HasRequiredMessage
,HasTabIndex
,HasTip
,HasValidator
,HasValidatorMessage
,HasValue
,HasValueChangeListener
,IsDisabled
,IsFocus
,IsReadonly
,IsRendered
,IsRequired
,IsVisual
public interface DateTagDeclaration
extends HasAccessKey, HasValidator, HasValue, HasValueChangeListener, HasTabIndex, IsFocus, IsVisual, HasValidatorMessage, HasConverterMessage, HasRequiredMessage, HasIdBindingAndRendered, IsReadonly, IsDisabled, HasConverter, HasLabel, HasHelp, HasLabelLayout, HasDecorationPosition, HasTip, IsRequired, HasPlaceholder, HasAutoSpacing
Renders a date input field.
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Sets the maximum value of the date.void
Sets the minimum value of the date.void
Sets the step of a date or time picker.void
setTodayButton
(String required) If true, a today- or now-button is displayed.void
Type of the date/time input.void
Sets the minimum value of the date.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAccessKey
setAccessKey
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacing
setAutoSpacing
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasConverter
setConverter
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessage
setConverterMessage
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPosition
setHelpPosition, setMessagePosition
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasHelp
setHelp
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayout
setLabelLayout
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasPlaceholder
setPlaceholder
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessage
setRequiredMessage
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndex
setTabIndex
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasValidator
setValidator
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessage
setValidatorMessage
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListener
setValueChangeListener
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsFocus
setFocus
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonly
setReadonly
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRequired
setRequired
Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Methodendetails
-
setTodayButton
If true, a today- or now-button is displayed. -
setValue
Sets the minimum value of the date. -
setMin
Sets the minimum value of the date. -
setMax
Sets the maximum value of the date. -
setStep
Sets the step of a date or time picker. Value is in seconds. Reasonable values are e.g. 0.001, 1, 5, 10, 60, 300, 3600. If not set, browsers drop the seconds, so it's the same as the value of 60. To show seconds use 1. To show milliseconds use 0.001. Browser support is in progress. -
setType
Type of the date/time input. Warning: month and week currently not supported.
-