Class GuideNumericBox

  • All Implemented Interfaces:
    FDField, StyledFDField, java.io.Serializable, Use
    Direct Known Subclasses:
    GuideNumericStepper

    public class GuideNumericBox
    extends GuideField
    GuideNumericBox class encapsulates basic properties of the adaptive forms numeric box Component. Few are listed below:
    • maximum value allowed
    • minimum value allowed
    See Also:
    Serialized Form
    • Constructor Detail

      • GuideNumericBox

        public GuideNumericBox()
    • Method Detail

      • getValues

        public java.lang.String[] getValues()
        Returns the value configured during authoring
        Returns:
        value configured during authoring
      • 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
      • 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
      • isMaxValueExcluded

        public java.lang.Boolean isMaxValueExcluded()
        Returns if maximum value given is excluded form range of valid values.
        Returns:
        Boolean if maximum value given is excluded form range of valid values.
      • isMinValueExcluded

        public java.lang.Boolean isMinValueExcluded()
        Returns if minimum value given is excluded form range of valid values.
        Returns:
        Boolean if minimum value given is excluded form range of valid values.
      • getMaximumValue

        public java.lang.String getMaximumValue()
        Returns maximum valid value.
        Returns:
        String maximum valid value.
      • getMinimumValue

        public java.lang.String getMinimumValue()
        Returns minimum valid value.
        Returns:
        String minimum valid value.