|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.empire.struts2.jsp.controls.InputControl
org.apache.empire.struts2.jsp.controls.PhoneInputControl
public class PhoneInputControl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.empire.struts2.jsp.controls.InputControl |
---|
InputControl.ControlInfo, InputControl.FieldValueError, InputControl.ValueInfo |
Field Summary |
---|
Fields inherited from class org.apache.empire.struts2.jsp.controls.InputControl |
---|
CURRENCY_CODE_ATTRIBUTE, FILE_DATA_COLUMN_ATTRIBUTE, log, MAXVALUE_ATTRIBUTE, MINVALUE_ATTRIBUTE, NO_VALUE, NULL_VALUE, NUMBER_FORMAT_ATTRIBUTE, NUMBER_FRACTION_DIGITS, NUMBER_GROUPSEP_ATTRIBUTE |
Constructor Summary | |
---|---|
PhoneInputControl()
|
Method Summary | |
---|---|
java.lang.Object |
getFieldValue(java.lang.String name,
RequestParamProvider request,
java.util.Locale locale,
Column column)
this method parses and validates the value of a particular column from the request |
void |
renderInput(HtmlWriter writer,
InputControl.ControlInfo ci)
this method renders a record value for input |
Methods inherited from class org.apache.empire.struts2.jsp.controls.InputControl |
---|
error, error, formatValue, formatValue, getFormatOption, hasFormatOption, internalRenderText, parseValue, printText, renderText, useLabelId, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhoneInputControl()
Method Detail |
---|
public java.lang.Object getFieldValue(java.lang.String name, RequestParamProvider request, java.util.Locale locale, Column column)
InputControl
getFieldValue
in class InputControl
name
- the name under which the param is stored on the requestrequest
- used to access the request Parameterscolumn
- the column for which the value should be
public void renderInput(HtmlWriter writer, InputControl.ControlInfo ci)
InputControl
renderInput
in class InputControl
writer
- the HtmlWriter for html write-outci
- Object holding the value and meta-information about the value and the control
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |