Enum FormControlType

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getElementName()
      Returns the name of the Element that constitues this form control type.
      boolean hasPredefinedValue()
      Indicates whether any value submitted by this type of control is predefined in the HTML and typically not modified by the user or server/client scripts.
      boolean isSubmit()
      Indicates whether this control type causes the form to be submitted.
      static FormControlType valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static FormControlType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait