Package org.apache.empire.jsf2.controls
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 Summary
-
Method Details
-
getColumn
Column getColumn() -
getOptions
Options getOptions() -
getValue
-
getFormat
String getFormat() -
getLocale
Locale getLocale() -
getText
-
getTextResolver
TextResolver getTextResolver() -
getStyleClass
StyleClass getStyleClass() -
isInsideUIData
boolean isInsideUIData()
-