Framework JavaScript ACube V2.10.0
 

Classe CatalogObject

Object
   |
   +--CatalogObject
Les Sous-Classes directes:
CatalogObjectLink, CatalogObjectHighLighted, CatalogObjectRef, CatalogObjectSummary, CatalogObjectUnderlined, CatalogObjectZone, CatalogObjectSrc, CatalogObjectTitle, CatalogObjectText, CatalogObjectTable

class CatalogObject


This class « CatalogObject » models a basic entity of xml data node. It's used only to generate ACube Catalog.
classesFwCatalog

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

_data

<private> Array _data

_domElement

<private> DOMElement _domElement

_id

<private> String _id

_style

<private> String _style

Détail des Constructeurs

CatalogObject

CatalogObject(<String_Obligatoire> data)

Détail des Méthodes

getData

Array_Obligatoire getData()

getDomElement

DOM getDomElement()

getId

String_Obligatoire getId()

getStyle

String_Obligatoire getStyle()

render

void render(<DOM> domParent)

renderAfter

void renderAfter(<DOM> dom)

renderBefore

void renderBefore(<DOM> dom)

renderContent

void renderContent(<DOM> dom)

setData

void setData(<String_Obligatoire> data)

setDomElement

void setDomElement(domElement)

setId

void setId(<String_Obligatoire> id)

setStyle

void setStyle(<String_Obligatoire> style)

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