org.nakedobjects.plugins.dnd
Class ViewRequirement
java.lang.Object
org.nakedobjects.plugins.dnd.ViewRequirement
public class ViewRequirement
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final int NONE
- See Also:
- Constant Field Values
CLOSED
public static final int CLOSED
- See Also:
- Constant Field Values
SUMMARY
public static final int SUMMARY
- See Also:
- Constant Field Values
OPEN
public static final int OPEN
- See Also:
- Constant Field Values
EDITABLE
public static final int EDITABLE
- See Also:
- Constant Field Values
REPLACEABLE
public static final int REPLACEABLE
- See Also:
- Constant Field Values
EXPANDABLE
public static final int EXPANDABLE
- See Also:
- Constant Field Values
ROOT
public static final int ROOT
- See Also:
- Constant Field Values
SUBVIEW
public static final int SUBVIEW
- See Also:
- Constant Field Values
ViewRequirement
public ViewRequirement(Content content,
ViewAxis viewAxis,
int status)
ViewRequirement
public ViewRequirement(Content content,
int status)
getContent
public Content getContent()
getAxis
public ViewAxis getAxis()
is
public boolean is(int status)
isClosed
public boolean isClosed()
isEditable
public boolean isEditable()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.