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)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.