org.shept.org.springframework.web.servlet.mvc.delegation.configuration
Class DataGridConfiguration
java.lang.Object
org.shept.org.springframework.web.servlet.mvc.delegation.configuration.SegmentConfiguration
org.shept.org.springframework.web.servlet.mvc.delegation.configuration.DataGridConfiguration
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
public class DataGridConfiguration
- extends SegmentConfiguration
- Version:
- $$Id: DataGridConfiguration.java 98 2011-01-08 12:05:32Z aha $$
- Author:
- Andi
| Methods inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.configuration.SegmentConfiguration |
afterPropertiesSet, getBeanName, getChains, getComponentBindingInitializers, getComponentPostprocessors, getEntityClass, getFilterClass, getTransaction, getValidators, setBeanName, setChains, setComponentBindingInitializer, setComponentBindingInitializers, setComponentPostprocessor, setComponentPostprocessors, setEntityClass, setFilterClass, setTransaction, setValidator, setValidators |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newModelSize
protected Integer newModelSize
pageSize
protected Integer pageSize
DataGridConfiguration
public DataGridConfiguration()
getNewModelSize
public Integer getNewModelSize()
- Returns:
- the newModelSize
setNewModelSize
public void setNewModelSize(Integer newModelSize)
- Parameters:
newModelSize - the newModelSize to set
getPageSize
public Integer getPageSize()
- Returns:
- the pageSize
setPageSize
public void setPageSize(Integer pageSize)
- Parameters:
pageSize - the pageSize to set
Copyright © 2011. All Rights Reserved.