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


Method Summary
 Column getColumn()
           
 String getFormat()
           
 Locale getLocale()
           
 Options getOptions()
           
 String getText(String key)
           
 TextResolver getTextResolver()
           
 Object getValue(boolean evalExpression)
           
 

Method Detail

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.