|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.riotfamily.riot.list.support.EmptyListParams
public class EmptyListParams
Constructor Summary | |
---|---|
EmptyListParams()
|
Method Summary | |
---|---|
Object |
getFilter()
Returns an object populated by the list's filter-form, or null if the list does not have a filter. |
String[] |
getFilteredProperties()
Returns the names of all properties bound to the filter-form, or null if the list does not have a filter. |
int |
getOffset()
Returns the offset (starting at 0) of the first object that should be displayed. |
List<Order> |
getOrder()
Returns a list of Order objects that should be used to sort
the list. |
int |
getPageSize()
Returns the maximum number of objects that should be displayed on a page. |
String |
getSearch()
Returns the String that should be used to perform a full-text search, or null if no search should be performed. |
String[] |
getSearchProperties()
Returns the name of all properties that should be included in the full-text search, or null if searching is disabled. |
boolean |
hasOrder()
Returns whether sort-order was specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmptyListParams()
Method Detail |
---|
public Object getFilter()
ListParams
null
if the list does not have a filter.
getFilter
in interface ListParams
public String[] getFilteredProperties()
ListParams
null
if the list does not have a filter.
getFilteredProperties
in interface ListParams
public int getOffset()
ListParams
getOffset
in interface ListParams
public List<Order> getOrder()
ListParams
Order
objects that should be used to sort
the list.
getOrder
in interface ListParams
public int getPageSize()
ListParams
getPageSize
in interface ListParams
public String getSearch()
ListParams
null
if no search should be performed.
getSearch
in interface ListParams
public String[] getSearchProperties()
ListParams
null
if searching is disabled.
getSearchProperties
in interface ListParams
public boolean hasOrder()
ListParams
hasOrder
in interface ListParams
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |