public class CustomOperationPageResult extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<PageResultColumn,CustomOperationPageResult> |
COLUMNS |
static BasicProperty<java.lang.Integer,CustomOperationPageResult> |
CURRENT_PAGE |
static BasicProperty<java.lang.Integer,CustomOperationPageResult> |
PAGE_COUNT |
static BasicProperty<java.lang.Integer,CustomOperationPageResult> |
PAGE_SIZE |
static ListProperty<java.lang.String,CustomOperationPageResult> |
ROWS |
static BasicProperty<java.lang.String,CustomOperationPageResult> |
TITLE |
static BasicProperty<java.lang.Integer,CustomOperationPageResult> |
TOTAL_COUNT |
| Constructor and Description |
|---|
CustomOperationPageResult() |
CustomOperationPageResult(Property<T,? super CustomOperationPageResult> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<PageResultColumn> |
getColumns() |
java.lang.Integer |
getCurrentPage() |
java.lang.Integer |
getPageCount() |
java.lang.Integer |
getPageSize() |
java.util.List<java.lang.String> |
getRows() |
java.lang.String |
getTitle() |
java.lang.Integer |
getTotalCount() |
void |
setColumns(java.util.List<PageResultColumn> columns) |
void |
setCurrentPage(java.lang.Integer currentPage) |
void |
setPageCount(java.lang.Integer pageCount) |
void |
setPageSize(java.lang.Integer pageSize) |
void |
setRows(java.util.List<java.lang.String> rows) |
void |
setTitle(java.lang.String title) |
void |
setTotalCount(java.lang.Integer totalCount) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<PageResultColumn,CustomOperationPageResult> COLUMNS
public static final BasicProperty<java.lang.Integer,CustomOperationPageResult> CURRENT_PAGE
public static final BasicProperty<java.lang.Integer,CustomOperationPageResult> PAGE_COUNT
public static final BasicProperty<java.lang.Integer,CustomOperationPageResult> PAGE_SIZE
public static final ListProperty<java.lang.String,CustomOperationPageResult> ROWS
public static final BasicProperty<java.lang.String,CustomOperationPageResult> TITLE
public static final BasicProperty<java.lang.Integer,CustomOperationPageResult> TOTAL_COUNT
public CustomOperationPageResult()
public CustomOperationPageResult(Property<T,? super CustomOperationPageResult> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<PageResultColumn> getColumns()
public void setColumns(java.util.List<PageResultColumn> columns)
public java.lang.Integer getCurrentPage()
public void setCurrentPage(java.lang.Integer currentPage)
public java.lang.Integer getPageCount()
public void setPageCount(java.lang.Integer pageCount)
public java.lang.Integer getPageSize()
public void setPageSize(java.lang.Integer pageSize)
public java.util.List<java.lang.String> getRows()
public void setRows(java.util.List<java.lang.String> rows)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.Integer getTotalCount()
public void setTotalCount(java.lang.Integer totalCount)