|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |
Object | +--CatalogBody
The class « CatalogBody »
Private attributes is used within the framework ergonomic side.
It's a datamodel of the <BODY> tag from xml data.
Date: 28/07/2008
Version: 2.9.0
Definie dans technique/fw_catalog.js
Sommaire des Attributs | |
<private> DOMElement |
_domElement
Private attribute « _domElement » refers the domElement of CatalogBody object. |
<private> String |
_id
Private attribute « _id » refers the id of CatalogBody object. |
<private> CatalogBodyRenderer |
_renderer
Private attribute « _renderer » refers the renderer used to display CatalogBody object. |
<private> String |
_style
Private attribute « _style » refers the css class applied to domElement. |
<private> String |
_tabElements
Private attribute « _tabElements » refers the array of CatalogObject |
Sommaire des Constructeurs | |
CatalogBody
(<String_Obligatory> id)
Create a CatalogBody Type object. |
Sommaire des Méthodes | |
Array
|
getArrayElements()
Public method « getArrayElements() » returns a array of CatalogObject. |
DOMElement
|
getDomElement()
Public method « getDomElement() » returns the domElement [div] of the body. |
String
|
getStyle()
Public method « getStyle() » is used to get the css class of the domElement of CatalogBody. |
String
|
render()
Public method « render() » load the render of the dom Element |
CatalogBodyRenderer
|
setRenderer(renderer)
Public method « setRenderer() » for set the renderer to use by the CatalogBody |
String
|
setStyle(style)
Public method « setStyle() » is used to set the css class of the domElement of CatalogBody. |
Détail des Attributs |
<private> DOMElement _domElement
<private> String _id
<private> CatalogBodyRenderer _renderer
<private> String _style
<private> String _tabElements
Détail des Constructeurs |
CatalogBody(<String_Obligatory> id)
id - String_Obligatory
String : id of the dom Element.
Détail des Méthodes |
Array getArrayElements()
none -
DOMElement getDomElement()
none -
String getStyle()
none -
String render()
none -
CatalogBodyRenderer setRenderer(renderer)
none -
String setStyle(style)
none -
|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |