|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface InputControl.ControlInfo
This interface extends the value information by information about the input control used with the renderInput function
Method Summary | |
---|---|
boolean |
getDisabled()
|
int |
getHSize()
|
String |
getName()
|
String |
getOnblur()
|
String |
getOnchange()
|
String |
getOnfocus()
|
String |
getTabindex()
|
int |
getVSize()
|
boolean |
hasError()
|
Methods inherited from interface org.apache.empire.struts2.jsp.controls.InputControl.ValueInfo |
---|
getColumn, getCssClass, getCssStyle, getFormat, getId, getNullValue, getOnclick, getOndblclick, getOptions, getTranslation, getUserLocale, getValue |
Method Detail |
---|
String getName()
boolean hasError()
boolean getDisabled()
int getHSize()
int getVSize()
String getTabindex()
String getOnchange()
String getOnfocus()
String getOnblur()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |