|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |
Object | +--ProcessCellObject
the class « ProcessCellObject » is able to manage a table's
cell of process follow-up. This object symbolises a step of process
follow-up.
Private attributes is used within the framework ergonomic side.
Date: 04/03/2008
Version: 2.8.0
Definie dans ergonomique/fw_process_follow_up.js
Sommaire des Attributs | |
<private> Object |
_cellDomElement
Private attribute « _cellDomElement » - dynamic Zone (object DOM HTML) associated with the component. |
<private> String |
_description
Private attribute « _description » refers cell's description (not available) |
<private> string |
_id
Private attribute « _id » - id of the ProcessCellObject instance. |
<private> String |
_label
Private attribute « _label » refers cell's label |
<private> String |
_order
Private attribute « _order » refers cell's order |
<private> String |
_parent
Private attribute « _parent » - refers the ComponentProcessFollowUp. |
<private> integer |
_state
Private attribute « _state » refers state of cell, by default state=0 [DISABLE] |
<private> String |
_style
Private attribute « _style » refers cell's css class name; |
<private> integer |
_width
Private attribute « _width » refers cell's width. |
Sommaire des Constructeurs | |
ProcessCellObject
()
Create a ProcessCellObject object. |
Sommaire des Méthodes | |
Object
|
getCellDomElement()
|
Object
|
getDescription()
|
Object
|
getId()
|
Object
|
getLabel()
|
Object
|
getOrder()
|
Object
|
getParent()
|
Object
|
getState()
|
Object
|
getStyle()
|
Object
|
getWidth()
|
string
|
importData(<ComponentProcessFollowUp_Obligatoire> parentComponentId, <xmlObject_Obligatoire> xmlObject)
This public method «importData())» import data from xml data file. |
void
|
setCellDomElement(domElement)
|
void
|
setDescription(stringValue)
|
void
|
setId(stringValue)
|
void
|
setLabel(stringValue)
|
void
|
setOrder(integerValue)
|
void
|
setParent(ProcessInstance)
|
void
|
setState(stringValue)
|
void
|
setStyle(stringValue)
|
void
|
setWidth(integerValue)
|
Détail des Attributs |
<private> Object _cellDomElement
<private> String _description
<private> string _id
<private> String _label
<private> String _order
<private> String _parent
<private> integer _state
<private> String _style
<private> integer _width
Détail des Constructeurs |
ProcessCellObject()
none -
}
Détail des Méthodes |
Object getCellDomElement()
Object getDescription()
Object getId()
Object getLabel()
Object getOrder()
Object getParent()
Object getState()
Object getStyle()
Object getWidth()
string importData(<ComponentProcessFollowUp_Obligatoire> parentComponentId, <xmlObject_Obligatoire> xmlObject)
parentComponentId - ComponentProcessFollowUp_Obligatoire
: the ComponentProcessFollowUp's who contains this cell.
xmlObject - xmlObject_Obligatoire
: ComponentProcessFollowUp#dataList node. List of readed tags :void setCellDomElement(domElement)
void setDescription(stringValue)
void setId(stringValue)
void setLabel(stringValue)
void setOrder(integerValue)
void setParent(ProcessInstance)
void setState(stringValue)
void setStyle(stringValue)
void setWidth(integerValue)
|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |