org.oddjob.arooa.design
Interface DesignProperty

All Known Subinterfaces:
DesignAttributeProperty, DesignElementProperty, DesignTextProperty
All Known Implementing Classes:
FileAttribute, IndexedDesignProperty, MappedDesignProperty, ReferenceAttribute, SimpleDesignProperty, SimpleTextAttribute, SimpleTextProperty

public interface DesignProperty

The design for the configuration of a property.

Author:
rob

Method Summary
 boolean isPopulated()
          Used by the Field Selection View to work out which group to check box.
 String property()
          The name of the property.
 FormItem view()
          Provide the FormItem model that represents the view for the design of this property.
 

Method Detail

property

String property()
The name of the property.

Returns:
The name of the property. Never null.

view

FormItem view()
Provide the FormItem model that represents the view for the design of this property.

Returns:
The FormItem. Never null.

isPopulated

boolean isPopulated()
Used by the Field Selection View to work out which group to check box.

Returns: