public abstract class DependentField extends Field
Field.Type| Constructor and Description |
|---|
DependentField(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDependency(Dependency d)
This method should be invoked by all
Dependency implementations
in the implementations constructor. |
add, addError, addLabel, addString, disable, disable, enable, enable, getLabel, getName, getType, getValidateErrors, isEnabled, isFilled, render, render, render, renderError, renderError, renderImpl, renderStyleTag, setStyleTag, setValueFromSubmit, toString, validatepublic DependentField(String name)
public void addDependency(Dependency d)
Dependency implementations
in the implementations constructor.