The CellDefinition object represents the basic layout unit within the page structure. The CellDefinition refers to a DOM element or other identifier on the page, which contains a panel stack.

The attributes of the CellDefinition object, which are in addition to the attributes inherited from the FrameworkObject base class, are described below:

Attribute

Description

accessRight

The access right, which defines a security right required to view the cell.

cellId

Logical identifier that other objects use to refer to this object, which is exposed to other objects and to the code and which is the primary external way to refer to the object.

cellOpenYn

The cellOpenYn flag determines whether a cell is toggled open or closed. Used in Service Center only.

objectType

CellDefinition

The extension methods of the CellDefinitionHome interface are described below:

Returns

Method

Description

CellDefinition

findByUserSegmentAndCellId

Arguments: String appId, String cellId

Returns the CellDefinition with the specified identifier based on the segment of the current user. If the current user does not have a segment or no object is found for the current segment, a default object is returned based on cell identifier only. The appId indicates the framework application in which to look for the object.

 
loading table of contents...