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

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

public class SortItem<T>
extends java.lang.Object


Constructor Summary
SortItem(T obj)
           
 
Method Summary
 void addAround(SortItem item)
           
 void addWithin(SortItem item)
           
 java.util.List<SortItem> getAround()
           
 T getObj()
           
 java.util.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 java.util.List<SortItem> getAround()

getWithin

public java.util.List<SortItem> getWithin()


Copyright © 2011 Seam Framework. All Rights Reserved.