org.nakedobjects.plugins.dnd.viewer.lookup
Class DropDownListBuilder

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.builder.AbstractViewBuilder
      extended by org.nakedobjects.plugins.dnd.viewer.lookup.DropDownListBuilder
All Implemented Interfaces:
ViewBuilder

public class DropDownListBuilder
extends AbstractViewBuilder


Constructor Summary
DropDownListBuilder(SubviewSpec subviewSpecification)
           
 
Method Summary
 void build(View view)
           
 View createCompositeView(Content content, CompositeViewSpecification specification, ViewAxis axis)
          Creates the composite view that this builder will create child views for, ie a table, list or form
 
Methods inherited from class org.nakedobjects.plugins.dnd.viewer.builder.AbstractViewBuilder
createViewAxis, decorateSubview, getReference, getRequiredSize, isOpen, isReplaceable, isSubView, layout, setReference, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DropDownListBuilder

public DropDownListBuilder(SubviewSpec subviewSpecification)
Method Detail

build

public void build(View view)
Specified by:
build in interface ViewBuilder
Specified by:
build in class AbstractViewBuilder

createCompositeView

public View createCompositeView(Content content,
                                CompositeViewSpecification specification,
                                ViewAxis axis)
Description copied from interface: ViewBuilder
Creates the composite view that this builder will create child views for, ie a table, list or form



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