|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.object.control.AbstractAbout
org.nakedobjects.object.control.ActionAbout
An About for contolling the action methods within a NakedObject.
| Field Summary | |
static ActionAbout |
DISABLE
An About for showing that an action is disabled. |
static ActionAbout |
ENABLE
An About for showing that an action is enabled. |
static ActionAbout |
UNIMPLEMENTED
An About for showing that an action is not yet implemented. |
| Method Summary | |
static ActionAbout |
disable(boolean disable)
Returns a disable action About (ActionAbout.DISABLE) if true; veto action (ActionAbout.ENABLE) if false. |
static ActionAbout |
enable(boolean enable)
Returns an enable action About (ActionAbout.ENABLE) if true; veto action (ActionAbout.DISABLE) if false. |
static ActionAbout |
enable(boolean enable,
java.lang.String reason)
|
| 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 |
| Field Detail |
public static final ActionAbout UNIMPLEMENTED
public static final ActionAbout DISABLE
public static final ActionAbout ENABLE
| Method Detail |
public static ActionAbout disable(boolean disable)
public static ActionAbout enable(boolean enable)
public static ActionAbout enable(boolean enable,
java.lang.String reason)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||