org.riotfamily.website.view
Class ObjectGroup<T,I>

java.lang.Object
  extended by org.riotfamily.website.view.ObjectGroup<T,I>

public class ObjectGroup<T,I>
extends Object


Method Summary
 void add(I item)
           
 Collection<I> getItems()
           
 T getTitle()
           
static
<T,I> ObjectGroup<T,I>
newInstance(T title, I item, boolean sorted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(I item)

getTitle

public T getTitle()

getItems

public Collection<I> getItems()

newInstance

public static <T,I> ObjectGroup<T,I> newInstance(T title,
                                                 I item,
                                                 boolean sorted)