Class AbstractTimeField<FIELD extends AbstractTimeField,​VALUE>

    • Field Detail

      • onTextInput

        public final Event<java.lang.String> onTextInput
    • Constructor Detail

      • AbstractTimeField

        public AbstractTimeField()
    • Method Detail

      • doDestroy

        protected void doDestroy()
        Description copied from class: AbstractComponent
        Override this method to release resources whenever this component gets destroyed
        Specified by:
        doDestroy in class AbstractField<VALUE>
      • mapAbstractTimeFieldUiValues

        public void mapAbstractTimeFieldUiValues​(org.teamapps.dto.AbstractUiTimeField uiTimeField)
      • isShowDropDownButton

        public boolean isShowDropDownButton()
      • setShowDropDownButton

        public void setShowDropDownButton​(boolean showDropDownButton)
      • getTimeFormat

        public java.lang.String getTimeFormat()
      • setTimeFormat

        public void setTimeFormat​(java.lang.String timeFormat)
      • isShowClearButton

        public boolean isShowClearButton()
      • setShowClearButton

        public void setShowClearButton​(boolean showClearButton)