public class RunCustomOperationResult extends Bean
| Constructor and Description |
|---|
RunCustomOperationResult() |
RunCustomOperationResult(Property<T,? super RunCustomOperationResult> 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.String |
getContent() |
java.lang.Integer |
getCurrentPage() |
FileInfo |
getFileDownload() |
java.lang.Boolean |
getNewWindow() |
java.lang.String |
getNotification() |
NotificationLevel |
getNotificationLevel() |
CustomOperationPageContext |
getPageContext() |
java.lang.Integer |
getPageCount() |
java.lang.Integer |
getPageSize() |
CustomOperationResultType |
getResultType() |
java.util.List<java.lang.String> |
getRows() |
java.lang.String |
getTitle() |
java.lang.Integer |
getTotalCount() |
java.lang.String |
getUrl() |
void |
setColumns(java.util.List<PageResultColumn> columns) |
void |
setContent(java.lang.String content) |
void |
setCurrentPage(java.lang.Integer currentPage) |
void |
setFileDownload(FileInfo fileDownload) |
void |
setNewWindow(java.lang.Boolean newWindow) |
void |
setNotification(java.lang.String notification) |
void |
setNotificationLevel(NotificationLevel notificationLevel) |
void |
setPageContext(CustomOperationPageContext pageContext) |
void |
setPageCount(java.lang.Integer pageCount) |
void |
setPageSize(java.lang.Integer pageSize) |
void |
setResultType(CustomOperationResultType resultType) |
void |
setRows(java.util.List<java.lang.String> rows) |
void |
setTitle(java.lang.String title) |
void |
setTotalCount(java.lang.Integer totalCount) |
void |
setUrl(java.lang.String url) |
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,RunCustomOperationResult> COLUMNS
public static final BasicProperty<java.lang.String,RunCustomOperationResult> CONTENT
public static final BasicProperty<java.lang.Integer,RunCustomOperationResult> CURRENT_PAGE
public static final BasicProperty<FileInfo,RunCustomOperationResult> FILE_DOWNLOAD
public static final BasicProperty<java.lang.Boolean,RunCustomOperationResult> NEW_WINDOW
public static final BasicProperty<java.lang.String,RunCustomOperationResult> NOTIFICATION
public static final BasicProperty<NotificationLevel,RunCustomOperationResult> NOTIFICATION_LEVEL
public static final BasicProperty<CustomOperationPageContext,RunCustomOperationResult> PAGE_CONTEXT
public static final BasicProperty<java.lang.Integer,RunCustomOperationResult> PAGE_COUNT
public static final BasicProperty<java.lang.Integer,RunCustomOperationResult> PAGE_SIZE
public static final BasicProperty<CustomOperationResultType,RunCustomOperationResult> RESULT_TYPE
public static final ListProperty<java.lang.String,RunCustomOperationResult> ROWS
public static final BasicProperty<java.lang.String,RunCustomOperationResult> TITLE
public static final BasicProperty<java.lang.Integer,RunCustomOperationResult> TOTAL_COUNT
public static final BasicProperty<java.lang.String,RunCustomOperationResult> URL
public RunCustomOperationResult()
public RunCustomOperationResult(Property<T,? super RunCustomOperationResult> 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.String getContent()
public void setContent(java.lang.String content)
public java.lang.Integer getCurrentPage()
public void setCurrentPage(java.lang.Integer currentPage)
public FileInfo getFileDownload()
public void setFileDownload(FileInfo fileDownload)
public java.lang.Boolean getNewWindow()
public void setNewWindow(java.lang.Boolean newWindow)
public java.lang.String getNotification()
public void setNotification(java.lang.String notification)
public NotificationLevel getNotificationLevel()
public void setNotificationLevel(NotificationLevel notificationLevel)
public CustomOperationPageContext getPageContext()
public void setPageContext(CustomOperationPageContext pageContext)
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 CustomOperationResultType getResultType()
public void setResultType(CustomOperationResultType resultType)
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)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)