public interface FormChangeable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isChangeable()
Returns if this component is changeable.
|
boolean |
isHonourChangeable()
Returns whether this component should honour the changeable-attribute or not.
|
void |
setChangeable(boolean changeable)
Set the component to be changeable.
This is a unified abstraction and will be translated to setEditable or setEnabled, whatever is appropriate to this component. |
void |
setHonourChangeable(boolean honourChangeable)
Sets whether this component should honour the changeable-attribute or not.
The default is true. |
void setChangeable(boolean changeable)
changeable - true the user can edit the data, false if show onlyboolean isChangeable()
void setHonourChangeable(boolean honourChangeable)
honourChangeable - true if honour the changeable attribute, false if notboolean isHonourChangeable()
Tentackle - a domain driven enterprise framework