|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |
Object | +--CatalogSynopsisComponent
The class « CatalogSynopsisComponent » object to manage the
catalog.
Private attributes is used within the framework ergonomic side.
Date: 28/07/2008
Version: 2.9.0
Definie dans technique/fw_catalog.js
Sommaire des Attributs | |
<private> String |
_body
Private attribute « _id » refers the CatalogBody object for Catalog Body. |
<private> String |
_footer
Private attribute « _footer » refers the CatalogFooter object for Catalog Footer. |
<private> String |
_header
Private attribute « _id » refers the CatalogHeader object for Catalog Header. |
<private> String |
_id
Private attribute « _id » refers the id of CatalogObject. |
<private> String |
_title
Private attribute « _id » refers the CatalogTitle object for Catalog Title. |
<private> String |
_xmlObject
Private attribute « _id » refers the XMLObject of the Component Catalog Configuration. |
<static> Object |
GLOBALS
Public static attribute « GLOBALS ». |
Sommaire des Constructeurs | |
CatalogSynopsisComponent
(<String_Obligatory> id)
Create a CatalogSynopsisComponent Type object to manage the catalog. |
Sommaire des Méthodes | |
<private> void
|
_getElements()
|
CatalogBody
|
getBody()
The public method « getBody() » is used to get the CatalogBody object. |
CatalogFooter
|
getFooter()
The public method « getFooter() » is used to get the CatalogFooter object. |
CatalogHeader
|
getHeader()
The public method « getHeader() » is used to get the CatalogHeader object. |
String
|
getId()
The public method « getId() » is used to get the id of CatalogSynopsisComponent object. |
CatalogTitle
|
getTitle()
The public method « getTitle() » is used to get the CatalogTitle object. |
XMLObject
|
getXmlObject()
The public method « getXmlObject() » is used to get the |
void
|
render()
The public method « render() » is used to load the display the catalog for the current component. |
void
|
setConfig(<XMLObject> XMLObject)
The public method « setConfig() » is used to set the XMLObject of the catalog component configuration |
Détail des Attributs |
<private> String _body
<private> String _footer
<private> String _header
<private> String _id
<private> String _title
<private> String _xmlObject
<static> Object GLOBALS
Détail des Constructeurs |
CatalogSynopsisComponent(<String_Obligatory> id)
id - String_Obligatory
String : id of the dom Element.
Détail des Méthodes |
<private> void _getElements()
CatalogBody getBody()
none -
CatalogFooter getFooter()
none -
CatalogHeader getHeader()
none -
String getId()
none -
CatalogTitle getTitle()
none -
XMLObject getXmlObject()
none -
void render()
none -
void setConfig(<XMLObject> XMLObject)
XMLObject - XMLObject
: XMLObject of the catalog component configuration
|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |