public interface Field
extends com.technia.tvc.core.util.json.JSONWriteable
| Modifier and Type | Method and Description |
|---|---|
void |
accept(FieldVisitor visitor) |
com.technia.tvc.core.gui.table.Column |
asColumn() |
boolean |
edit(FormInput input,
UpdateResult result) |
java.lang.String |
getId() |
java.lang.String |
getLabel(java.util.Locale locale) |
Form |
getOwner() |
com.technia.tvc.core.gui.table.Cell |
getValue() |
void |
setValue(com.technia.tvc.core.gui.table.Cell cell) |
Form getOwner()
java.lang.String getId()
com.technia.tvc.core.gui.table.Column asColumn()
com.technia.tvc.core.gui.table.Cell getValue()
void setValue(com.technia.tvc.core.gui.table.Cell cell)
void accept(FieldVisitor visitor)
java.lang.String getLabel(java.util.Locale locale)
boolean edit(FormInput input, UpdateResult result)