|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.oddjob.designer.model.ElementField
Groups a DesignElement and it's title.
| Constructor Summary | |
ElementField(java.lang.String title,
DesignAttribute el)
|
|
| Method Summary | |
void |
accept(DesignProcessor processor)
Visitor pattern. |
DesignAttribute |
getDesignElement()
|
java.lang.String |
getTitle()
The title will either be the title for a field or the title round a group or the title on a dialog depending on how the visual component is presented. |
boolean |
isPopulated()
Does this contain any data of any sort. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ElementField(java.lang.String title,
DesignAttribute el)
| Method Detail |
public java.lang.String getTitle()
DesignDefinition
getTitle in interface DesignDefinitionpublic DesignAttribute getDesignElement()
public boolean isPopulated()
isPopulated in interface DesignDefinitionpublic void accept(DesignProcessor processor)
DesignDefinition
accept in interface DesignDefinitionprocessor - A design processor which will typically produce
visual components for the model.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||