Framework JavaScript ACube V2.10.0
 

Classe ProcessCellObject

Object
   |
   +--ProcessCellObject

class 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.


model



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

_cellDomElement

<private> Object _cellDomElement

_description

<private> String _description

_id

<private> string _id

_label

<private> String _label

_order

<private> String _order

_parent

<private> String _parent

_state

<private> integer _state

_style

<private> String _style

_width

<private> integer _width

Détail des Constructeurs

ProcessCellObject

ProcessCellObject()

Détail des Méthodes

getCellDomElement

Object getCellDomElement()

getDescription

Object getDescription()

getId

Object getId()

getLabel

Object getLabel()

getOrder

Object getOrder()

getParent

Object getParent()

getState

Object getState()

getStyle

Object getStyle()

getWidth

Object getWidth()

importData

string importData(<ComponentProcessFollowUp_Obligatoire> parentComponentId, <xmlObject_Obligatoire> xmlObject)

setCellDomElement

void setCellDomElement(domElement)

setDescription

void setDescription(stringValue)

setId

void setId(stringValue)

setLabel

void setLabel(stringValue)

setOrder

void setOrder(integerValue)

setParent

void setParent(ProcessInstance)

setState

void setState(stringValue)

setStyle

void setStyle(stringValue)

setWidth

void setWidth(integerValue)

Framework JavaScript ACube V2.10.0
 

Version 2.10.0, / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.


Documentation generated by JSDoc on Wed Jan 6 17:05:02 2010