Class GuideDatePicker

  • All Implemented Interfaces:
    FDField, StyledFDField, java.io.Serializable, Use

    public class GuideDatePicker
    extends GuideField
    GuideDatePicker encapsulates basic properties of the adaptive forms DatePicker Component.
    See Also:
    Serialized Form
    • Constructor Detail

      • GuideDatePicker

        public GuideDatePicker()
    • Method Detail

      • getGuideFieldType

        public java.lang.String getGuideFieldType()
        Returns the field type of the Adaptive Forms Component
        Specified by:
        getGuideFieldType in interface FDField
        Overrides:
        getGuideFieldType in class GuideNode
        Returns:
        String representing guide field type
      • getHtml5Type

        public java.lang.String getHtml5Type()
        Returns the html5 input type which should be used in the widget
        Returns:
        string representing the html5 type to be used in the widget
      • getDateInputOptions

        public java.lang.String getDateInputOptions()
        Returns the options for passing to Adaptive Forms Date Input Component
        Returns:
        String returning options
      • checkIfDateInputTitleHidden

        public java.lang.Boolean checkIfDateInputTitleHidden()
        Returns if labels to each date Input are necessary
        Returns:
        Boolean representing if labels to the date inputs are required
      • getHeightOfDiv

        public java.lang.String getHeightOfDiv()
        Returns the class to be used on the wrapper depending if labels are required
        Returns:
        String representing the class
      • isMaxDateExcluded

        public java.lang.Boolean isMaxDateExcluded()
        Returns boolean if maximum date is excluded from range of valid dates.
        Returns:
        Boolean if maximum date is excluded from range of valid dates.
      • isMinDateExcluded

        public java.lang.Boolean isMinDateExcluded()
        Returns boolean if minimum date is excluded from range of valid dates.
        Returns:
        Boolean if minimum date is excluded from range of valid dates.
      • getMaximumDate

        public java.lang.String getMaximumDate()
        Returns maximum valid date.
        Returns:
        String maximum date which is valid.
      • getMinimumDate

        public java.lang.String getMinimumDate()
        Returns minimum valid date.
        Returns:
        String minimum date which is valid.