|
||||||||||
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.TextInputControl
org.apache.empire.struts2.jsp.controls.HLinkInputControl
public class HLinkInputControl
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.TextInputControl |
---|
FORMAT_UNIT |
Fields inherited from class org.apache.empire.struts2.jsp.controls.InputControl |
---|
CURRENCY_CODE_ATTRIBUTE, FILE_DATA_COLUMN_ATTRIBUTE, MAXVALUE_ATTRIBUTE, MINVALUE_ATTRIBUTE, NO_VALUE, NULL_VALUE, NUMBER_FORMAT_ATTRIBUTE, NUMBER_FRACTION_DIGITS, NUMBER_GROUPSEP_ATTRIBUTE |
Constructor Summary | |
---|---|
HLinkInputControl()
|
Method Summary | |
---|---|
void |
internalRenderText(HtmlWriter writer,
InputControl.ValueInfo vi)
this method renders a record value read only it is internally called by renderText |
Methods inherited from class org.apache.empire.struts2.jsp.controls.TextInputControl |
---|
renderInput |
Methods inherited from class org.apache.empire.struts2.jsp.controls.InputControl |
---|
getFieldValue, renderText, useLabelId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HLinkInputControl()
Method Detail |
---|
public void internalRenderText(HtmlWriter writer, InputControl.ValueInfo vi)
InputControl
writer
- the HtmlWriter for html write-outvi
- Object holding the value and meta-information about the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |