org.oddjob.arooa.design.etc
Class FileAttribute

java.lang.Object
  extended by org.oddjob.arooa.design.SimpleTextAttribute
      extended by org.oddjob.arooa.design.etc.FileAttribute
All Implemented Interfaces:
DesignAttributeProperty, DesignProperty

public class FileAttribute
extends SimpleTextAttribute

For an attribute that describes a file.


Constructor Summary
FileAttribute(String property, DesignInstance owner)
           
 
Method Summary
 FormItem view()
          Provide the FormItem model that represents the view for the design of this property.
 
Methods inherited from class org.oddjob.arooa.design.SimpleTextAttribute
attribute, attribute, isPopulated, property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileAttribute

public FileAttribute(String property,
                     DesignInstance owner)
Method Detail

view

public FormItem view()
Description copied from interface: DesignProperty
Provide the FormItem model that represents the view for the design of this property.

Specified by:
view in interface DesignProperty
Overrides:
view in class SimpleTextAttribute
Returns:
The FormItem. Never null.