org.apache.empire.jsf2.controls
Interface InputControl.ValueInfo
- All Known Subinterfaces:
- InputControl.InputInfo
- Enclosing class:
- InputControl
public static interface InputControl.ValueInfo
This interface allows access to a value and its metainformation
used with the renderData function
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()
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.