public class TabularReport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
VIEW__OPTIONS_TABULAR_AND_TILE |
static int[] |
VIEW__OPTIONS_TABULAR_ONLY |
static int[] |
VIEW__OPTIONS_TILE_AND_TABULAR |
static int[] |
VIEW__OPTIONS_TILE_ONLY |
static int |
VIEW_TABULAR |
static int |
VIEW_TILE |
Constructor and Description |
---|
TabularReport() |
public static final int VIEW_TABULAR
public static final int VIEW_TILE
public static final int[] VIEW__OPTIONS_TABULAR_ONLY
public static final int[] VIEW__OPTIONS_TILE_ONLY
public static final int[] VIEW__OPTIONS_TABULAR_AND_TILE
public static final int[] VIEW__OPTIONS_TILE_AND_TABULAR
public int getAppliedToFolderFlagIndex()
public void setAppliedToFolderFlagIndex(int appliedToFolderFlagIndex)
public UITreeNodeDefinition[] getUiTreeNodeDefinitions()
public void setUiTreeNodeDefinitions(UITreeNodeDefinition[] uiTreeNodeDefinitions)
public java.lang.String getReportName()
public void setReportName(java.lang.String reportName)
reportName
- Set the Report Name.public ReportContext getContext()
public void setContext(ReportContext context)
context
- the context to setpublic long getGeneratedTime()
public void setGeneratedTime(long generatedTime)
generatedTime
- the generatedTime to setpublic ColumnDefinition[] getColumnDefinitions()
public void setColumnDefinitions(ColumnDefinition[] columnDefinitions)
columnDefinitions
- the columnDefinitions to setpublic RowData[] getRows()
public void setRows(RowData[] rows)
rows
- the rows to setpublic TabularReportCustomSpec[] getCustomSpec()
public void setCustomSpec(TabularReportCustomSpec[] customSpec)
customSpec
- the customSpec to setpublic java.lang.String[] getGroupOrder()
public void setGroupOrder(java.lang.String[] groupOrder)
groupOrder
- the groupOrder to setpublic void setRefreshIdColumnIndices(int[] refreshIdColumnIndices)
public int[] getRefreshIdColumnIndices()
public int getAutoRefreshSeconds()
public void setAutoRefreshSeconds(int autoRefreshSeconds)
autoRefreshSeconds
- the autoRefreshSeconds to setpublic void setFolderColumnIndex(int folderColumnIndex)
public int getFolderColumnIndex()
public TileView getTileView()
public void setTileView(TileView tileView)
public int[] getViews()
public void setViews(int[] views)
public void setTabularOnlyView()
public void setTileOnlyView()
public void setTileAndTableView()
public void setTableAndTileView()
public boolean isAutoSortFolders()
public void setAutoSortFolders(boolean autoSortFolders)
autoSortFolders
- indicates uiTreeNodeDefinitions folders shall be sorted by
defaultpublic int getTotalRowCount()
public void setTotalRowCount(int totalRowCount)
public java.lang.String getMessageOnNoData()
public void setMessageOnNoData(java.lang.String messageOnNoData)
messageOnNoData
- the message to be displayed to user when there is no data
(rows.length = 0) if null (default), no message will be
displayed