org.nakedobjects.plugins.html.action.view.util
Class TableUtil

java.lang.Object
  extended by org.nakedobjects.plugins.html.action.view.util.TableUtil

public class TableUtil
extends java.lang.Object


Constructor Summary
TableUtil()
           
 
Method Summary
static Table createTable(Context context, boolean addSelector, NakedObject collection, java.lang.String summary, NakedObjectSpecification elementType)
           
static Table createTable(Context context, java.lang.String id, NakedObject object, OneToManyAssociation collectionField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableUtil

public TableUtil()
Method Detail

createTable

public static Table createTable(Context context,
                                java.lang.String id,
                                NakedObject object,
                                OneToManyAssociation collectionField)

createTable

public static Table createTable(Context context,
                                boolean addSelector,
                                NakedObject collection,
                                java.lang.String summary,
                                NakedObjectSpecification elementType)


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