org.riotfamily.riot.list.ui
Class ListModel
java.lang.Object
org.riotfamily.riot.list.ui.ListModel
public class ListModel
- extends Object
- Since:
- 6.4
- Author:
- Felix Gnass [fgnass at neteye dot de]
Constructor Summary |
ListModel(int itemsTotal,
int pageSize,
int currentPage)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListModel
public ListModel(int itemsTotal,
int pageSize,
int currentPage)
getEditorId
public String getEditorId()
setEditorId
public void setEditorId(String editorId)
getParentId
public String getParentId()
setParentId
public void setParentId(String parentId)
getParentEditorId
public String getParentEditorId()
setParentEditorId
public void setParentEditorId(String parentEditorId)
isTree
public boolean isTree()
setTree
public void setTree(boolean tree)
isInstantAction
public boolean isInstantAction()
setInstantAction
public void setInstantAction(boolean instantAction)
getColumns
public List<ListColumn> getColumns()
setColumns
public void setColumns(List<ListColumn> columns)
getItems
public List<ListItem> getItems()
setItems
public void setItems(List<ListItem> items)
findItem
public ListItem findItem(String objectId)
getListCommands
public List<CommandButton> getListCommands()
setListCommands
public void setListCommands(List<CommandButton> listCommands)
getItemCommands
public List<CommandButton> getItemCommands()
setItemCommands
public void setItemCommands(List<CommandButton> itemCommands)
getCurrentPage
public int getCurrentPage()
getItemsTotal
public int getItemsTotal()
getPages
public int getPages()
getPageSize
public int getPageSize()
getFilterFormHtml
public String getFilterFormHtml()
setFilterFormHtml
public void setFilterFormHtml(String filterFormHtml)
getCssClass
public String getCssClass()
setCssClass
public void setCssClass(String cssClass)
getTexts
public Map<String,String> getTexts()
setTexts
public void setTexts(Map<String,String> texts)