| Constructor and Description |
|---|
TextAreaField() |
TextAreaField(String name,
boolean required) |
TextAreaField(String name,
int cols,
int rows,
boolean required) |
TextAreaField(String name,
int cols,
int rows,
int maxLength,
boolean required) |
TextAreaField(String name,
int cols,
int rows,
int minLength,
int maxLength,
String defaultValue,
boolean required) |
TextAreaField(String name,
int cols,
int rows,
int maxLength,
String defaultValue,
boolean required) |
TextAreaField(String name,
int cols,
int rows,
String defaultValue,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCols() |
String |
getInputValue() |
int |
getMaxLength() |
int |
getMinLength() |
int |
getRows() |
boolean |
hasValue() |
void |
initialize(Form form,
javax.servlet.http.HttpServletRequest request) |
boolean |
isValid() |
void |
serializeElement(XmlWriter out) |
void |
setCols(int cols) |
void |
setMaxLength(int maxLength) |
void |
setMinLength(int minLength) |
void |
setRows(int rows) |
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 TextAreaField()
public TextAreaField(String name, boolean required)
name - required - public TextAreaField(String name, int cols, int rows, boolean required)
public TextAreaField(String name, int cols, int rows, int maxLength, boolean required)
public TextAreaField(String name, int cols, int rows, int minLength, int maxLength, String defaultValue, boolean required)
public TextAreaField(String name, int cols, int rows, int maxLength, String defaultValue, boolean required)
public int getCols()
public String getInputValue()
public final int getMaxLength()
public int getMinLength()
public int getRows()
public void initialize(Form form, javax.servlet.http.HttpServletRequest request)
initialize in class Fieldpublic void serializeElement(XmlWriter out)
serializeElement in class Elementpublic void setCols(int cols)
public void setMaxLength(int maxLength)
public void setMinLength(int minLength)
public void setRows(int rows)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.