org.apache.empire.struts2.jsp.controls
Class EMailInputControl
java.lang.Object
org.apache.empire.struts2.jsp.controls.InputControl
org.apache.empire.struts2.jsp.controls.TextInputControl
org.apache.empire.struts2.jsp.controls.EMailInputControl
public class EMailInputControl
- extends TextInputControl
Methods inherited from class org.apache.empire.struts2.jsp.controls.TextInputControl |
formatValue, formatValue, getDateFormat, getMaxInputLength, getNumberFormat, getValueType, parseDate, parseDecimal, parseInteger, parseValue, renderInput, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMailInputControl
public EMailInputControl()
internalRenderText
public void internalRenderText(HtmlWriter writer,
InputControl.ValueInfo vi)
- Description copied from class:
InputControl
- this method renders a record value read only
it is internally called by renderText
- Overrides:
internalRenderText
in class TextInputControl
- Parameters:
writer
- the HtmlWriter for html write-outvi
- Object holding the value and meta-information about the value
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.