org.nakedobjects.plugins.dnd.viewer.list
Class GridSpecification
java.lang.Object
org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
org.nakedobjects.plugins.dnd.viewer.list.GridSpecification
- All Implemented Interfaces:
- CompositeViewSpecification, SubviewSpec, ViewSpecification
public class GridSpecification
- extends AbstractCompositeViewSpecification
- implements SubviewSpec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridSpecification
public GridSpecification()
getName
public java.lang.String getName()
- Specified by:
getName in interface ViewSpecification
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
createSubview
public View createSubview(Content content,
ViewAxis axis,
int fieldNumber)
- Specified by:
createSubview in interface SubviewSpec
decorateView
protected View decorateView(View view)
- Overrides:
decorateView in class AbstractCompositeViewSpecification
decorateSubview
public View decorateSubview(View subview)
- Specified by:
decorateSubview in interface SubviewSpec- Overrides:
decorateSubview in class AbstractCompositeViewSpecification
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.