org.nakedobjects.object.control
Class AttributeController

java.lang.Object
  extended byorg.nakedobjects.object.control.AbstractAbout
      extended byorg.nakedobjects.object.control.FieldAbout
          extended byorg.nakedobjects.object.control.AttributeController
All Implemented Interfaces:
About, java.io.Serializable

Deprecated. replaced by FieldAbout

public class AttributeController
extends FieldAbout

See Also:
FieldAbout, Serialized Form

Field Summary
 
Fields inherited from class org.nakedobjects.object.control.FieldAbout
READ_ONLY, READ_WRITE
 
Constructor Summary
AttributeController(java.lang.String attributeName, boolean vetoAccess)
          Deprecated.  
 
Method Summary
static FieldAbout createAbout(boolean readWrite)
          Deprecated. Returns a read/write About (AttributeController.READ_WRITE) if true; read-only (AttributeController.READ_ONLY) if false.
 
Methods inherited from class org.nakedobjects.object.control.FieldAbout
readOnly, readWrite
 
Methods inherited from class org.nakedobjects.object.control.AbstractAbout
canAccess, canUse, getDescription, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeController

public AttributeController(java.lang.String attributeName,
                           boolean vetoAccess)
Deprecated. 
Method Detail

createAbout

public static FieldAbout createAbout(boolean readWrite)
Deprecated. 
Returns a read/write About (AttributeController.READ_WRITE) if true; read-only (AttributeController.READ_ONLY) if false.