info.magnolia.module.workflow.inbox
Class InboxListModel

java.lang.Object
  extended by info.magnolia.cms.gui.controlx.list.AbstractListModel
      extended by info.magnolia.module.workflow.inbox.InboxListModel
All Implemented Interfaces:
ListModel

public class InboxListModel
extends AbstractListModel

ListModel used by Inbox.

Version:
$Revision: 41137 $ ($Author: gjoseph $)
Author:
Philipp Bracher

Nested Class Summary
 
Nested classes/interfaces inherited from class info.magnolia.cms.gui.controlx.list.AbstractListModel
AbstractListModel.ListComparator
 
Field Summary
 
Fields inherited from class info.magnolia.cms.gui.controlx.list.AbstractListModel
ASCENDING, DESCENDING, groupBy, groupByOrder, sortBy, sortByOrder
 
Constructor Summary
InboxListModel(String userName)
           
 
Method Summary
protected  Collection getResult()
           
 String getUserName()
           
 void setUserName(String userName)
           
 
Methods inherited from class info.magnolia.cms.gui.controlx.list.AbstractListModel
createIterator, doSort, getGroupBy, getGroupByOrder, getListModelIterator, getSortBy, getSortByOrder, getValueProvider, iterator, newComparator, resolveId, setGroupBy, setGroupBy, setSortBy, setSortBy, setValueProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboxListModel

public InboxListModel(String userName)
Method Detail

getResult

protected Collection getResult()
                        throws Exception
Specified by:
getResult in class AbstractListModel
Returns:
the collection of the items passed to the iterator
Throws:
Exception

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.