org.apache.empire.struts2.jsp.controls
Interface InputControl.ControlInfo
- All Superinterfaces:
- InputControl.ValueInfo
- All Known Implementing Classes:
- InputControlComponent
- Enclosing class:
- InputControl
public static interface InputControl.ControlInfo
- extends InputControl.ValueInfo
This interface extends the value information by information about the input control
used with the renderInput function
Methods inherited from interface org.apache.empire.struts2.jsp.controls.InputControl.ValueInfo |
getColumn, getCssClass, getCssStyle, getFormat, getId, getNullValue, getOnclick, getOndblclick, getOptions, getTranslation, getUserLocale, getValue |
getName
java.lang.String getName()
hasError
boolean hasError()
getDisabled
boolean getDisabled()
getHSize
int getHSize()
getVSize
int getVSize()
getTabindex
java.lang.String getTabindex()
getOnchange
java.lang.String getOnchange()
getOnfocus
java.lang.String getOnfocus()
getOnblur
java.lang.String getOnblur()
Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.