public interface FieldDef extends Copyable<FieldDef>
field instances.
NOTE:All FieldDef classes must be able to return a copy of itself.
| Modifier and Type | Method and Description |
|---|---|
void |
createField(Form owner,
Section section,
MutableFieldContainer into)
Creates the Field instance, e.g.
|
void createField(Form owner, Section section, MutableFieldContainer into) throws com.technia.tvc.core.TVCException
owner - The owner/form it belongs tosection - The section it belongs tointo - The container into the field is added to.com.technia.tvc.core.TVCException