org.nakedobjects.plugins.dnd.viewer.view.form
Class AbstractFormSpecification
java.lang.Object
org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
org.nakedobjects.plugins.dnd.viewer.view.form.AbstractFormSpecification
- All Implemented Interfaces:
- CompositeViewSpecification, SubviewSpec, ViewSpecification
- Direct Known Subclasses:
- SummaryFormSpecification, WindowFormSpecification
public abstract class AbstractFormSpecification
- extends AbstractCompositeViewSpecification
- implements SubviewSpec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFormSpecification
public AbstractFormSpecification()
canDisplay
public boolean canDisplay(Content content,
ViewRequirement requirement)
- Description copied from interface:
ViewSpecification
- Determines if the view created to this specification can display the specified type. Returns true if it
can.
- Specified by:
canDisplay in interface ViewSpecification
getName
public java.lang.String getName()
- Specified by:
getName in interface ViewSpecification
axis
protected ViewAxis axis(Content content)
- Overrides:
axis in class AbstractCompositeViewSpecification
createSubview
public View createSubview(Content content,
ViewAxis axis,
int sequence)
- Specified by:
createSubview in interface SubviewSpec
include
protected boolean include(Content content,
int sequence)
objectRequirement
protected int objectRequirement()
textParseableRequirement
protected int textParseableRequirement()
collectionRequirement
protected int collectionRequirement()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.