Interface InputControl.InputInfo

All Superinterfaces:
InputControl.ValueInfo
All Known Implementing Classes:
TagEncodingHelper.InputInfoImpl
Enclosing class:
InputControl

public static interface InputControl.InputInfo extends InputControl.ValueInfo
This interface extends the value information by information about the input control used with the renderInput function
  • Method Details

    • setValue

      void setValue(Object value)
    • validate

      void validate(Object value)
    • isRequired

      boolean isRequired()
    • isModified

      boolean isModified()
    • isDisabled

      boolean isDisabled()
    • getDisabled

    • getInputId

      String getInputId()
    • hasError

      boolean hasError()
    • getAttribute

      Object getAttribute(String name)
    • getAttributeEx

      Object getAttributeEx(String name)