| Constructor and Description |
|---|
HtmlField(String name,
boolean required) |
HtmlField(String name,
int maxLength,
boolean required) |
HtmlField(String name,
int minLength,
int maxLength,
String defaultValue,
boolean required) |
HtmlField(String name,
int maxLength,
String defaultValue,
boolean required) |
HtmlField(String name,
String defaultValue,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInputValue() |
int |
getMaxLength() |
int |
getMinLength() |
boolean |
hasValue() |
void |
initialize(Form form,
javax.servlet.http.HttpServletRequest request) |
boolean |
isValid() |
void |
serializeElement(XmlWriter out) |
addValidationError, getDefaultInstructions, getInitialValue, getInitialValue, getLabel, getName, getValidationErrors, getValue, getValue, hasValidationErrors, isReadOnly, isRequired, postInit, setDefaultInstructions, setInitialValue, setLabel, setName, setReadOnly, setRequired, setValue, toStringclone, getContainer, getDecorator, getForm, initialize, serialize, serialize, serialize, serialize, setContainer, setDecoratorpublic HtmlField(String name, boolean required)
public HtmlField(String name, int maxLength, boolean required)
public HtmlField(String name, int minLength, int maxLength, String defaultValue, boolean required)
public String getInputValue()
public final int getMaxLength()
public int getMinLength()
public void initialize(Form form, javax.servlet.http.HttpServletRequest request)
initialize in class Fieldpublic void serializeElement(XmlWriter out)
serializeElement in class ElementCopyright © 2015 Revolution Systems Inc.. All rights reserved.