站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

SortItem (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


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
 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()

getAround

public List<SortItem> getAround()

getWithin

public List<SortItem> getWithin()