Framework JavaScript ACube V2.10.0
 

Classe CatalogObjectSrc

Object
   |
   +--CatalogObject
         |
         +--CatalogObjectSrc

class CatalogObjectSrc
extends CatalogObject


This class « CatalogObjectSrc »models a basic entity of xml data node for the xml tag <SRC>.
Date: 28/07/2008

Version: 2.9.0

Voir:

Definie dans technique/fw_catalog.js


Sommaire des Attributs
<private>  String _pathTxt
          Private attribute « _pathTxt » refers the path to txt file, the attribute of <SRC>

<private>  String _pathZip
          Private attribute « _pathZip » the path to zip file, the attribute of <SRC>

<private>  String _title
          Private attribute « _title » refers the title of the file the attribute of <SRC>

   
Attributs hérités de la classeCatalogObject
_data, _id, _style, _domElement
 
Sommaire des Constructeurs
CatalogObjectSrc (data)
            see extend_CatalogObject Method
 
Sommaire des Méthodes
 Object extend_CatalogObject(<String_Obligatoire> data)
           Create a CatalogObject Type object.
 String_Obligatoire getPathTxt()
           This public function « getPathTxt() » is used to get the path of txt file
 String_Obligatoire getPathZip()
           This public function « getPathZip() » is used to get the path of zip file
 String_Obligatoire getTitle()
           This public function « getTitle() » is used to get the title of the file
 void renderContent(<DOM> dom)
           This public function « renderContent() » is used to compute of html code of the CatalogObject data.
 void setPathTxt(<String_Obligatoire> pathTxt)
           This public function « setPathTxt() » is used to set the path of txt file
 void setPathZip(<String_Obligatoire> pathZip)
           This public function « setPathZip() » is used to set the path to zip file
 void setTitle(title)
           This public function « setTitle() » is used to set the Css class name to apply to the domElement
 
Méthodes héritées de la classe CatalogObject
getId, setId, getData, setData, setStyle, getStyle, getDomElement, setDomElement, render, renderBefore, renderAfter, renderContent
 

Détail des Attributs

_pathTxt

<private> String _pathTxt

_pathZip

<private> String _pathZip

_title

<private> String _title

Détail des Constructeurs

CatalogObjectSrc

CatalogObjectSrc(data)

Détail des Méthodes

extend_CatalogObject

Object extend_CatalogObject(<String_Obligatoire> data)

getPathTxt

String_Obligatoire getPathTxt()

getPathZip

String_Obligatoire getPathZip()

getTitle

String_Obligatoire getTitle()

renderContent

void renderContent(<DOM> dom)

setPathTxt

void setPathTxt(<String_Obligatoire> pathTxt)

setPathZip

void setPathZip(<String_Obligatoire> pathZip)

setTitle

void setTitle(title)

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