org.oddjob.designer.model
Interface DesignProcessor
- All Known Implementing Classes:
- ViewFactory
- public interface DesignProcessor
An implementation is capable of processing all DesignDefinition
model types. Typically the will create a visual component.
onFieldGroup
public void onFieldGroup(FieldGroup fieldGroup)
onMulipleTypeTable
public void onMulipleTypeTable(MultiTypeTable multiTypeTable)
onMulipleTypeTree
public void onMulipleTypeTree(MultiTypeTree multiTypeTree)
onSingleTypeSelection
public void onSingleTypeSelection(SingleTypeSelection typeSelection)
onSelectionList
public void onSelectionList(SelectionList selectionList)
onTextInput
public void onTextInput(TextInput textInput)
onFieldSelection
public void onFieldSelection(FieldSelection fieldSelection)
onElementField
public void onElementField(ElementField elementField)
onFileSelection
public void onFileSelection(FileSelection fileSelection)
onDateInput
public void onDateInput(DateInput dateInput)