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

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
      extended by org.nakedobjects.plugins.dnd.viewer.list.AbstractListSpecification
          extended by org.nakedobjects.plugins.dnd.viewer.list.SimpleListSpecification
              extended by org.nakedobjects.plugins.dnd.viewer.list.InternalListSpecification
All Implemented Interfaces:
CompositeViewSpecification, SubviewSpec, ViewSpecification

public class InternalListSpecification
extends SimpleListSpecification


Field Summary
 
Fields inherited from class org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
builder
 
Constructor Summary
InternalListSpecification()
           
 
Method Summary
 boolean canDisplay(Content content, ViewRequirement requirement)
          Determines if the view created to this specification can display the specified type.
protected  View decorateView(View view)
           
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.list.SimpleListSpecification
createSubview
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.list.AbstractListSpecification
getName
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.builder.AbstractCompositeViewSpecification
axis, createView, decorateSubview, getSubviewBuilder, isAligned, isOpen, isReplaceable, isResizeable, 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
decorateSubview
 

Constructor Detail

InternalListSpecification

public InternalListSpecification()
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
Overrides:
canDisplay in class AbstractListSpecification

decorateView

protected View decorateView(View view)
Overrides:
decorateView in class AbstractCompositeViewSpecification


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