com.arsdigita.formbuilder.ui
Class ProcessListenerTableModelBuilder

java.lang.Object
  extended bycom.arsdigita.util.LockableImpl
      extended bycom.arsdigita.bebop.table.AbstractTableModelBuilder
          extended bycom.arsdigita.formbuilder.ui.ProcessListenerTableModelBuilder
All Implemented Interfaces:
Lockable, TableModelBuilder

public class ProcessListenerTableModelBuilder
extends AbstractTableModelBuilder


Field Summary
 
Fields inherited from class com.arsdigita.bebop.table.AbstractTableModelBuilder
versionId
 
Constructor Summary
ProcessListenerTableModelBuilder(SingleSelectionModel selection)
           
 
Method Summary
 TableModel makeModel(Table table, PageState state)
          Return a table model for the request represented by s.
 
Methods inherited from class com.arsdigita.util.LockableImpl
isLocked, lock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.arsdigita.util.Lockable
isLocked, lock
 

Constructor Detail

ProcessListenerTableModelBuilder

public ProcessListenerTableModelBuilder(SingleSelectionModel selection)
Method Detail

makeModel

public TableModel makeModel(Table table,
                            PageState state)
Description copied from class: AbstractTableModelBuilder
Return a table model for the request represented by s. The table model contains all the data that is to be displayed in a table. The returned table model is used only during the duration of that request.

Specified by:
makeModel in interface TableModelBuilder
Specified by:
makeModel in class AbstractTableModelBuilder
Parameters:
table - the table which will use this table model
state - represents the current request
Returns:
the data to be displayed in the table


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC