com.arsdigita.formbuilder.ui
Class ProcessListenerListModelBuilder

java.lang.Object
  extended bycom.arsdigita.util.LockableImpl
      extended bycom.arsdigita.formbuilder.ui.ProcessListenerListModelBuilder
All Implemented Interfaces:
ListModelBuilder, Lockable

public class ProcessListenerListModelBuilder
extends LockableImpl
implements ListModelBuilder


Field Summary
 
Fields inherited from interface com.arsdigita.bebop.list.ListModelBuilder
versionId
 
Constructor Summary
ProcessListenerListModelBuilder()
           
 
Method Summary
 ListModel makeModel(List l, PageState state)
          Produce a ListModel for the request specified by state.
 
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

ProcessListenerListModelBuilder

public ProcessListenerListModelBuilder()
Method Detail

makeModel

public ListModel makeModel(List l,
                           PageState state)
Description copied from interface: ListModelBuilder
Produce a ListModel for the request specified by state. This method is called at least once, and usually only once, for each request served by the List that this ListModelBuilder has been added to.

Specified by:
makeModel in interface ListModelBuilder
Parameters:
state - contains the request specific data for the request
Returns:
the abstract representation of the list item for this request


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