org.oddjob.arooa.design.etc
Class FileAttribute
java.lang.Object
org.oddjob.arooa.design.SimpleTextAttribute
org.oddjob.arooa.design.etc.FileAttribute
- All Implemented Interfaces:
- DesignAttributeProperty, DesignProperty
public class FileAttribute
- extends SimpleTextAttribute
For an attribute that describes a file.
Method Summary |
FormItem |
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 |
FileAttribute
public FileAttribute(String property,
DesignInstance owner)
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.