|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |
Object | +--CatalogObject
This class « CatalogObject » models a basic entity of xml
data node.
It's used only to generate ACube Catalog.
Date: 28/07/2008
Version: 2.9.0
Definie dans technique/fw_catalog.js
Sommaire des Attributs | |
<private> Array |
_data
Private attribute « _data » refers xml data. |
<private> DOMElement |
_domElement
Private attribute « _domElement » refers the domElement. |
<private> String |
_id
Private attribute « _id » refers the id of CatalogObject. |
<private> String |
_style
Private attribute « _style » refers the css class applied to domElement. |
Sommaire des Constructeurs | |
CatalogObject
(<String_Obligatoire> data)
Create a CatalogObject Type object. |
Sommaire des Méthodes | |
Array_Obligatoire
|
getData()
This public function « getData() » is used to get the data's array of the CatalogObject. |
DOM
|
getDomElement()
This public function « getDomElement() » is used to get the dom Element of CatalogObject. |
String_Obligatoire
|
getId()
This public function « getId() » is used to get the id of the CatalogObject. |
String_Obligatoire
|
getStyle()
This public function « getStyle() » is used to get the Css class name of the CatalogObject. |
void
|
render(<DOM> domParent)
This public function « render() » is used to load the compute of html code of the CatalogObject's domElement |
void
|
renderAfter(<DOM> dom)
This public function « renderAfter() » is used to compute of html code after the content of the CatalogObject data, if necessary. |
void
|
renderBefore(<DOM> dom)
This public function « renderAfter() » is used to compute of html code before the content of the CatalogObject data, if necessary. |
void
|
renderContent(<DOM> dom)
This public function « renderContent() » is used to compute of html code of the CatalogObject data. |
void
|
setData(<String_Obligatoire> data)
This public function « setData() » is used to set the data's array of the CatalogObject. |
void
|
setDomElement(domElement)
This public function « setDomElement() » is used to set the css class name to apply to the domElement |
void
|
setId(<String_Obligatoire> id)
This public function « setId() » is used to give a id of the CatalogObject. |
void
|
setStyle(<String_Obligatoire> style)
This public function « setStyle() » is used to set the Css class name to apply to the domElement |
Détail des Attributs |
<private> Array _data
<private> DOMElement _domElement
<private> String _id
<private> String _style
Détail des Constructeurs |
CatalogObject(<String_Obligatoire> data)
data - String_Obligatoire
: The data string value to store.
Détail des Méthodes |
Array_Obligatoire getData()
none -
DOM getDomElement()
none -
String_Obligatoire getId()
none -
String_Obligatoire getStyle()
none -
void render(<DOM> domParent)
domParent - DOM
: The parent DOMElement of the CatalogObject's domElement.
void renderAfter(<DOM> dom)
dom - DOM
: The parent DOMElement of the CatalogObject's domElement.
void renderBefore(<DOM> dom)
dom - DOM
: The parent DOMElement of the CatalogObject's domElement.
void renderContent(<DOM> dom)
dom - DOM
: The parent DOMElement of the CatalogObject's domElement.
void setData(<String_Obligatoire> data)
data - String_Obligatoire
: The data's array of CatalogObject
void setDomElement(domElement)
style - DOM
: the css class name.
void setId(<String_Obligatoire> id)
id - String_Obligatoire
: indicates the id to set.
void setStyle(<String_Obligatoire> style)
style - String_Obligatoire
: the Css class name.
|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |