org.jboss.seam.util
Class SortItem<T>

java.lang.Object
  extended by org.jboss.seam.util.SortItem<T>

public class SortItem<T>
extends Object


Constructor Summary
SortItem(T obj)
           
 
Method Summary
 void addAround(SortItem item)
           
 void addWithin(SortItem item)
           
 List<SortItem> getAround()
           
 T getObj()
           
 List<SortItem> getWithin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortItem

public SortItem(T obj)
Method Detail

getObj

public T getObj()

addAround

public void addAround(SortItem item)

addWithin

public void addWithin(SortItem item)

getAround

public List<SortItem> getAround()

getWithin

public List<SortItem> getWithin()


Copyright © 2011 Seam Framework. All Rights Reserved.