PropertyItem Class |
Namespace: Aras.Modules.CMF.Public
Aras.Modules.CMF.Public.PropertyItem = function(); Type.createClass( 'Aras.Modules.CMF.Public.PropertyItem');
The PropertyItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertyItem |
Name | Description | |
---|---|---|
![]() ![]() | cmfStyle |
Style of the cell. Note that content style of column will not be available here.
|
![]() ![]() | id |
Id of the current Property Item.
|
![]() ![]() | isProtected |
Return true if Property Item is protected for current User (no permissions to see a value of the cell)
|
![]() ![]() | isVisibleInGrid |
Return true if Property Item is visible in Grid. Otherwise return false.
|
![]() ![]() | type |
Name of corresponding cmf_Property Item.
|
![]() ![]() | value |
Value of the cell. Note that it has type of "string" even for integer and date. Dates in Neutral format.
|
Name | Description | |
---|---|---|
![]() ![]() | getElement |
Get an element of the current Property Item. A tree node which "contains" this grid cell.
|