public interface FormCheckerElement
| Modifier and Type | Method and Description |
|---|---|
void |
changeDescription(String desc) |
String |
getCompleteInput() |
List<Criterion> |
getCriteria() |
String |
getDescription() |
String |
getHelpText() |
String |
getInputTag() |
String |
getInputTag(Map<String,String> attributes) |
String |
getLabel() |
int |
getLastTabIndex() |
String |
getName() |
String |
getPreSetValue() |
int |
getTabIndex() |
ValidationResult |
getValidationResult() |
String |
getValue() |
String |
getValueHtmlEncoded() |
void |
init(javax.servlet.http.HttpServletRequest request,
boolean firstrun,
Validator validator) |
boolean |
isRequired() |
boolean |
isValid() |
FormCheckerElement |
setDescription(String desc) |
void |
setFormChecker(FormChecker fc) |
void |
setInvalid() |
FormCheckerElement |
setPreSetValue(String value) |
FormCheckerElement |
setRequired() |
FormCheckerElement |
setTabIndex(int tabIndex) |
void |
setValidationResult(ValidationResult validationResult) |
void |
setValue(String value) |
String getName()
String getValue()
String getValueHtmlEncoded()
void setValue(String value)
String getPreSetValue()
FormCheckerElement setPreSetValue(String value)
FormCheckerElement setTabIndex(int tabIndex)
int getTabIndex()
int getLastTabIndex()
FormCheckerElement setDescription(String desc)
void changeDescription(String desc)
String getDescription()
boolean isValid()
void setInvalid()
void init(javax.servlet.http.HttpServletRequest request,
boolean firstrun,
Validator validator)
ValidationResult getValidationResult()
void setValidationResult(ValidationResult validationResult)
String getInputTag()
boolean isRequired()
FormCheckerElement setRequired()
void setFormChecker(FormChecker fc)
String getLabel()
String getCompleteInput()
String getHelpText()
Copyright © 2016. All rights reserved.