|
Framework JavaScript ACube V2.10.0 | ||||||||
CLASSE PRECEDENTE CLASSE SUIVANTE | CADRES SANS CADRES | ||||||||
SOMMAIRE: ATTR | CONSTR | METH | DETAIL: ATTR | CONSTR | METH |
Object | +--CatalogObject | +--CatalogObjectSrc
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:
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 |
<private> String _pathTxt
<private> String _pathZip
<private> String _title
Détail des Constructeurs |
CatalogObjectSrc(data)
Détail des Méthodes |
Object extend_CatalogObject(<String_Obligatoire> data)
data - String_Obligatoire
: The data string value to store.
String_Obligatoire getPathTxt()
none -
String_Obligatoire getPathZip()
none -
String_Obligatoire getTitle()
none -
void renderContent(<DOM> dom)
dom - DOM
: The parent DOMElement of the CatalogObject's domElement.
void setPathTxt(<String_Obligatoire> pathTxt)
pathTxt - String_Obligatoire
: the path.
void setPathZip(<String_Obligatoire> pathZip)
pathZip - String_Obligatoire
: the path.
void setTitle(title)
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 |