org.apache.empire.struts2.action
Interface ListSortingInfo

All Known Implementing Classes:
BeanListActionSupport, ListActionSupport, ReaderListActionSupport

public interface ListSortingInfo


Method Summary
 String getListPropertyName()
           
 String getSortColumn()
           
 boolean isSortDescending()
           
 void setSortColumn(String name)
           
 void setSortDescending(boolean desc)
           
 

Method Detail

getSortColumn

String getSortColumn()

setSortColumn

void setSortColumn(String name)

setSortDescending

void setSortDescending(boolean desc)

isSortDescending

boolean isSortDescending()

getListPropertyName

String getListPropertyName()


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.