Package org.teamapps.dto
Class UiLocalDateField
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiField
org.teamapps.dto.UiLocalDateField
- All Implemented Interfaces:
UiObject
public class UiLocalDateField extends UiField implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiLocalDateField.DropDownModestatic classUiLocalDateField.UpdateCommandNested classes/interfaces inherited from class org.teamapps.dto.UiField
UiField.FocusCommand, UiField.SetEditingModeCommand, UiField.SetFieldMessagesCommand, UiField.SetValueCommand, UiField.ValueChangedEventNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected UiDateTimeFormatDescriptordateFormatprotected UiLocalDatedefaultSuggestionDateprotected UiLocalDateField.DropDownModedropDownModeprotected booleanfavorPastDatesprotected java.lang.Stringlocaleprotected java.lang.StringplaceholderTextprotected booleanshowClearButtonprotected booleanshowDropDownButtonprotected booleanshuffledFormatSuggestionsEnabledFields inherited from class org.teamapps.dto.UiField
editingMode, fieldMessages, valueFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiLocalDateField() -
Method Summary
Methods inherited from class org.teamapps.dto.UiField
getEditingMode, getFieldMessages, getValueMethods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
showDropDownButton
protected boolean showDropDownButton -
showClearButton
protected boolean showClearButton -
favorPastDates
protected boolean favorPastDates -
locale
protected java.lang.String locale -
dateFormat
-
defaultSuggestionDate
-
shuffledFormatSuggestionsEnabled
protected boolean shuffledFormatSuggestionsEnabled -
dropDownMode
-
placeholderText
protected java.lang.String placeholderText
-
-
Constructor Details
-
UiLocalDateField
public UiLocalDateField()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString() -
getShowDropDownButton
public boolean getShowDropDownButton() -
getShowClearButton
public boolean getShowClearButton() -
getFavorPastDates
public boolean getFavorPastDates() -
getLocale
public java.lang.String getLocale() -
getDateFormat
-
getDefaultSuggestionDate
-
getShuffledFormatSuggestionsEnabled
public boolean getShuffledFormatSuggestionsEnabled() -
getDropDownMode
-
getPlaceholderText
public java.lang.String getPlaceholderText() -
setId
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiField
-
setVisible
- Overrides:
setVisiblein classUiField
-
setStylesBySelector
public UiLocalDateField setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiField
-
setClassNamesBySelector
public UiLocalDateField setClassNamesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> classNamesBySelector)- Overrides:
setClassNamesBySelectorin classUiField
-
setAttributesBySelector
public UiLocalDateField setAttributesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributesBySelector)- Overrides:
setAttributesBySelectorin classUiField
-
setEditingMode
- Overrides:
setEditingModein classUiField
-
setValue
-
setFieldMessages
- Overrides:
setFieldMessagesin classUiField
-
setShowDropDownButton
-
setShowClearButton
-
setFavorPastDates
-
setLocale
-
setDateFormat
-
setDefaultSuggestionDate
-
setShuffledFormatSuggestionsEnabled
public UiLocalDateField setShuffledFormatSuggestionsEnabled(boolean shuffledFormatSuggestionsEnabled) -
setDropDownMode
-
setPlaceholderText
-