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übersichtModifizierer und TypMethodeBeschreibungvoidSets the maximum value of the date.voidSets the minimum value of the date.voidSets the step of a date or time picker.voidsetTodayButton(String required) If true, a today- or now-button is displayed.voidType of the date/time input.voidSets the minimum value of the date.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAccessKeysetAccessKeyVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacingsetAutoSpacingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasConvertersetConverterVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasConverterMessagesetConverterMessageVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasDecorationPositionsetHelpPosition, setMessagePositionVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasHelpsetHelpVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelsetLabelVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelLayoutsetLabelLayoutVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasPlaceholdersetPlaceholderVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasRequiredMessagesetRequiredMessageVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndexsetTabIndexVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorsetValidatorVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasValidatorMessagesetValidatorMessageVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasValueChangeListenersetValueChangeListenerVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabledsetDisabledVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsFocussetFocusVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsReadonlysetReadonlyVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRequiredsetRequiredVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Methodendetails- 
setTodayButtonIf true, a today- or now-button is displayed.
- 
setValueSets the minimum value of the date.
- 
setMinSets the minimum value of the date.
- 
setMaxSets the maximum value of the date.
- 
setStepSets 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.
- 
setTypeType of the date/time input. Warning: month and week currently not supported.
 
-