org.oddjob.arooa.design.etc
Class ReferenceAttribute

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

public class ReferenceAttribute
extends SimpleTextAttribute

For an attribute that can only ever be a ${} reference. Currently just extends SimpleDE but one day could support property browsing...


Constructor Summary
ReferenceAttribute(String property, DesignInstance owner)
           
 
Method Summary
 
Methods inherited from class org.oddjob.arooa.design.SimpleTextAttribute
attribute, attribute, isPopulated, property, view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceAttribute

public ReferenceAttribute(String property,
                          DesignInstance owner)