public abstract class AbstractField extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractField.MODE
The field mode
|
Modifier and Type | Field and Description |
---|---|
private AbstractField.MODE |
_mode |
Constructor and Description |
---|
AbstractField() |
Modifier and Type | Method and Description |
---|---|
AbstractField.MODE |
getMode()
Is the repeater field in replace mode?
|
void |
setMode(AbstractField.MODE mode)
Set the field in replace mode : the values are replacing the current values.
|
void |
setMode(String mode)
Set the field in replace mode : the values are replacing the current values.
|
private AbstractField.MODE _mode
public AbstractField()
public void setMode(AbstractField.MODE mode)
mode
- The modepublic void setMode(String mode)
mode
- The mode "insert", "remove" or "replace" (default)public AbstractField.MODE getMode()