public interface IDashboardPageItem extends IBaseField
Modifier and Type | Method and Description |
---|---|
int |
analysisItemId()
The ID of the analysis item to be displayed in this location.
|
void |
analysisItemId(int pVal)
The ID of the analysis item to be displayed in this location.
|
int |
column()
The column of the left edge of the item on the page.
|
void |
column(int pVal)
The column of the left edge of the item on the page.
|
int |
height()
The height of the item in number of cells.
|
void |
height(int pVal)
The height of the item in number of cells.
|
int |
pageId()
The page's ID.
|
int |
row()
The row number of the top of the item on the page.
|
void |
row(int pVal)
The row number of the top of the item on the page.
|
int |
width()
The width of the item in number of cells.
|
void |
width(int pVal)
The width of the item in number of cells.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
int pageId()
The page's ID.
Getter method for the COM property "PageId"
int analysisItemId()
The ID of the analysis item to be displayed in this location.
Getter method for the COM property "AnalysisItemId"
void analysisItemId(int pVal)
The ID of the analysis item to be displayed in this location.
Setter method for the COM property "AnalysisItemId"
pVal
- Mandatory int parameter.int row()
The row number of the top of the item on the page.
Getter method for the COM property "Row"
void row(int pVal)
The row number of the top of the item on the page.
Setter method for the COM property "Row"
pVal
- Mandatory int parameter.int column()
The column of the left edge of the item on the page.
Getter method for the COM property "Column"
void column(int pVal)
The column of the left edge of the item on the page.
Setter method for the COM property "Column"
pVal
- Mandatory int parameter.int height()
The height of the item in number of cells.
Getter method for the COM property "Height"
void height(int pVal)
The height of the item in number of cells.
Setter method for the COM property "Height"
pVal
- Mandatory int parameter.int width()
The width of the item in number of cells.
Getter method for the COM property "Width"
void width(int pVal)
The width of the item in number of cells.
Setter method for the COM property "Width"
pVal
- Mandatory int parameter.Copyright © 2020. All rights reserved.