org.nakedobjects.plugins.dnd.viewer.list
Class AbstractListSpecification

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
      extended by org.nakedobjects.plugins.dnd.viewer.list.AbstractListSpecification
All Implemented Interfaces:
CompositeViewSpecification, SubviewSpec, ViewSpecification
Direct Known Subclasses:
ExpandableListSpecification, ListWithExpandableElementsSpecification, SimpleListSpecification, SummaryListWindowSpecification

public abstract class AbstractListSpecification
extends AbstractCompositeViewSpecification
implements SubviewSpec


Field Summary
 
Fields inherited from class org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
builder
 
Constructor Summary
AbstractListSpecification()
           
 
Method Summary
 boolean canDisplay(Content content, ViewRequirement requirement)
          Determines if the view created to this specification can display the specified type.
 java.lang.String getName()
           
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
axis, createView, decorateSubview, decorateView, getSubviewBuilder, isAligned, isOpen, isReplaceable, isSubView, resolveObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.plugins.dnd.SubviewSpec
createSubview, decorateSubview
 

Constructor Detail

AbstractListSpecification

public AbstractListSpecification()
Method Detail

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


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.