org.riotfamily.riot.list
Class ListConfig

java.lang.Object
  extended by org.riotfamily.riot.list.ListConfig

public class ListConfig
extends Object


Constructor Summary
ListConfig()
           
 
Method Summary
 void addColumnCommand(Command command)
           
 void addColumnConfig(ColumnConfig column)
           
 void addCommand(Command command)
           
 List<Command> getColumnCommands()
           
 ColumnConfig getColumnConfig(int index)
           
 ColumnConfig getColumnConfig(String property)
           
 List<ColumnConfig> getColumnConfigs()
           
 List<Command> getCommands()
           
 RiotDao getDao()
           
 String[] getDefaultCommandIds()
           
 Order getDefaultOrder()
           
 String getFilterFormId()
           
 Command getFirstColumnCommand()
           
 String getFirstProperty()
           
 String getFirstSortableProperty()
           
 List<Command> getFormCommands()
           
 String getId()
           
 String getIdProperty()
           
 Class<?> getItemClass()
           
 String getLabelProperty()
           
 int getPageSize()
           
 String getRowStyleProperty()
           
 String[] getSearchProperties()
           
 void setDao(RiotDao dao)
           
 void setDefaultCommandId(String defaultCommandId)
           
 void setDefaultCommandIds(String[] defaultCommandIds)
           
 void setFilterFormId(String filterForm)
           
 void setId(String id)
           
 void setIdProperty(String idProperty)
           
 void setLabelProperty(String labelProperty)
           
 void setOrderBy(String orderBy)
           
 void setPageSize(int pageSize)
           
 void setRowStyleProperty(String rowStyleProperty)
           
 void setSearch(String search)
           
 void setSearchProperties(String[] searchProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListConfig

public ListConfig()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getIdProperty

public String getIdProperty()

setIdProperty

public void setIdProperty(String idProperty)

getRowStyleProperty

public String getRowStyleProperty()

setRowStyleProperty

public void setRowStyleProperty(String rowStyleProperty)

setLabelProperty

public void setLabelProperty(String labelProperty)

setDao

public void setDao(RiotDao dao)

getDao

public RiotDao getDao()

getPageSize

public int getPageSize()

setPageSize

public void setPageSize(int pageSize)

addColumnConfig

public void addColumnConfig(ColumnConfig column)

getColumnConfigs

public List<ColumnConfig> getColumnConfigs()

getColumnConfig

public ColumnConfig getColumnConfig(int index)

getColumnConfig

public ColumnConfig getColumnConfig(String property)

addCommand

public void addCommand(Command command)

getCommands

public List<Command> getCommands()

getItemClass

public Class<?> getItemClass()

getLabelProperty

public String getLabelProperty()

getFirstProperty

public String getFirstProperty()

getFirstSortableProperty

public String getFirstSortableProperty()

addColumnCommand

public void addColumnCommand(Command command)

getColumnCommands

public List<Command> getColumnCommands()

getFormCommands

public List<Command> getFormCommands()

getFirstColumnCommand

public Command getFirstColumnCommand()

getFilterFormId

public String getFilterFormId()

setFilterFormId

public void setFilterFormId(String filterForm)

setDefaultCommandId

public void setDefaultCommandId(String defaultCommandId)

setDefaultCommandIds

public void setDefaultCommandIds(String[] defaultCommandIds)

getDefaultCommandIds

public String[] getDefaultCommandIds()

setOrderBy

public void setOrderBy(String orderBy)

getDefaultOrder

public Order getDefaultOrder()

getSearchProperties

public String[] getSearchProperties()

setSearchProperties

public void setSearchProperties(String[] searchProperties)

setSearch

public void setSearch(String search)