org.riotfamily.riot.list.ui
Class ListItem

java.lang.Object
  extended by org.riotfamily.riot.list.ui.ListItem

public class ListItem
extends Object

Since:
6.4
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
ListItem()
           
ListItem(String objectId, String parentId, String parentEditorId)
           
 
Method Summary
 boolean equals(Object obj)
           
 ListModel getChildren()
           
 List<String> getColumns()
           
 List<CommandState> getCommands()
           
 String getCssClass()
           
 String getObjectId()
           
 String getParentEditorId()
           
 String getParentId()
           
 int getRowIndex()
           
 int hashCode()
           
 boolean isExpandable()
           
 void setChildren(ListModel children)
           
 void setColumns(List<String> columns)
           
 void setCommands(List<CommandState> commands)
           
 void setCssClass(String cssClass)
           
 void setExpandable(boolean expandable)
           
 void setObjectId(String objectId)
           
 void setParentEditorId(String parentEditorId)
           
 void setParentId(String parentId)
           
 void setRowIndex(int rowIndex)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListItem

public ListItem()

ListItem

public ListItem(String objectId,
                String parentId,
                String parentEditorId)
Method Detail

getColumns

public List<String> getColumns()

setColumns

public void setColumns(List<String> columns)

getCssClass

public String getCssClass()

setCssClass

public void setCssClass(String cssClass)

getCommands

public List<CommandState> getCommands()

setCommands

public void setCommands(List<CommandState> commands)

getObjectId

public String getObjectId()

setObjectId

public void setObjectId(String objectId)

getParentId

public String getParentId()

setParentId

public void setParentId(String parentId)

getParentEditorId

public String getParentEditorId()

setParentEditorId

public void setParentEditorId(String parentEditorId)

getRowIndex

public int getRowIndex()

setRowIndex

public void setRowIndex(int rowIndex)

isExpandable

public boolean isExpandable()

setExpandable

public void setExpandable(boolean expandable)

getChildren

public ListModel getChildren()

setChildren

public void setChildren(ListModel children)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object