org.apache.empire.struts2.jsp.controls
Interface InputControl.ValueInfo

All Known Subinterfaces:
InputControl.ControlInfo
All Known Implementing Classes:
ControlComponent, DataValueComponent, InputControlComponent
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 getCssClass()
           
 String getCssStyle()
           
 String getFormat()
           
 String getId()
           
 Object getNullValue()
           
 String getOnclick()
           
 String getOndblclick()
           
 Options getOptions()
           
 String getTranslation(String text)
           
 Locale getUserLocale()
           
 Object getValue()
           
 

Method Detail

getColumn

Column getColumn()

getOptions

Options getOptions()

getValue

Object getValue()

getNullValue

Object getNullValue()

getUserLocale

Locale getUserLocale()

getFormat

String getFormat()

getOnclick

String getOnclick()

getOndblclick

String getOndblclick()

getTranslation

String getTranslation(String text)

getCssClass

String getCssClass()

getCssStyle

String getCssStyle()

getId

String getId()


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.