Uses of Interface
org.nakedobjects.plugins.html.component.Table

Packages that use Table
org.nakedobjects.plugins.html.action.view.util   
org.nakedobjects.plugins.html.component   
org.nakedobjects.plugins.html.component.html   
 

Uses of Table in org.nakedobjects.plugins.html.action.view.util
 

Methods in org.nakedobjects.plugins.html.action.view.util that return Table
static Table TableUtil.createTable(Context context, boolean addSelector, NakedObject collection, java.lang.String summary, NakedObjectSpecification elementType)
           
static Table TableUtil.createTable(Context context, java.lang.String id, NakedObject object, OneToManyAssociation collectionField)
           
 

Uses of Table in org.nakedobjects.plugins.html.component
 

Methods in org.nakedobjects.plugins.html.component that return Table
 Table ComponentFactory.createTable(int noColumns, boolean withSelectorColumn)
           
 

Uses of Table in org.nakedobjects.plugins.html.component.html
 

Classes in org.nakedobjects.plugins.html.component.html that implement Table
 class HtmlTable
           
 

Methods in org.nakedobjects.plugins.html.component.html that return Table
 Table HtmlComponentFactory.createTable(int noColumns, boolean withSelectorColumn)
           
 



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