|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.arooa.design.MappedDesignProperty
public class MappedDesignProperty
Mapped Design Property.
| Constructor Summary | |
|---|---|
MappedDesignProperty(String property,
Class<?> propertyClass,
ArooaType type,
DesignInstance parent)
|
|
MappedDesignProperty(String property,
DesignInstance parent)
|
|
| Method Summary | |
|---|---|
void |
addDesignListener(DesignListener listener)
Add a DesignListener. |
ArooaContext |
getArooaContext()
Get the ArooaContext associated with the element. |
DesignInstance |
instanceAt(int index)
|
int |
instanceCount()
|
boolean |
isPopulated()
Used by the Field Selection View to work out which group to check box. |
String |
property()
The name of the property. |
void |
removeDesignListener(DesignListener listener)
Remove a DesignListener. |
MultiTypeTable |
view()
Provide the FormItem model that represents the view for the
design of this property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappedDesignProperty(String property,
Class<?> propertyClass,
ArooaType type,
DesignInstance parent)
public MappedDesignProperty(String property,
DesignInstance parent)
throws ArooaPropertyException
ArooaPropertyException| Method Detail |
|---|
public int instanceCount()
public DesignInstance instanceAt(int index)
public MultiTypeTable view()
DesignPropertyFormItem model that represents the view for the
design of this property.
public boolean isPopulated()
DesignProperty
public String property()
DesignProperty
property in interface DesignPropertypublic ArooaContext getArooaContext()
DesignElementPropertyArooaContext associated with the element.
getArooaContext in interface DesignElementPropertypublic void addDesignListener(DesignListener listener)
DesignElementPropertyDesignListener. The listener will be notified when
instances of either components or types are added to this property.
addDesignListener in interface DesignElementPropertylistener - The listener. Must not be null.public void removeDesignListener(DesignListener listener)
DesignElementPropertyDesignListener.
removeDesignListener in interface DesignElementPropertylistener - The listener. Must not be null.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||