Interface InputControl.ValueInfo

All Known Subinterfaces:
InputControl.InputInfo
All Known Implementing Classes:
TagEncodingHelper.InputInfoImpl, TagEncodingHelper.ValueInfoImpl
Enclosing class:
InputControl

public static interface InputControl.ValueInfo
This interface allows access to a value and its metainformation used with the renderData function
  • Method Details

    • getColumn

      Column getColumn()
    • getOptions

      Options getOptions()
    • getValue

      Object getValue(boolean evalExpression)
    • getFormat

      String getFormat()
    • getLocale

      Locale getLocale()
    • getText

      String getText(String key)
    • getTextResolver

      TextResolver getTextResolver()
    • getStyleClass

      StyleClass getStyleClass()
    • isInsideUIData

      boolean isInsideUIData()