Class SweetDevRia
Main SweetDevRia class
Defined in: SweetDevRiaInitialization.js.
Constructor Attributes | Constructor Name and Description |
---|---|
<private> |
Field Attributes | Field Name and Description |
---|---|
<static> |
SweetDevRia.LayoutManager
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
<static> |
SweetDevRia.log
Available values for log levels :
_ Log.DEBUG
_ Log.INFO
_ Log.ERROR
_ Log.FATAL
_ Log.WARN
_ Log.NONE
Available values for display :
_ Log.popupLogger : shows logs on a popup.
|
Initialisation du referentiel de l'application
|
Method Attributes | Method Name and Description |
---|---|
<static> |
SweetDevRia.$(id)
|
<static> |
SweetDevRia.ActiveManager(id)
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
<static> |
SweetDevRia.addListener(comp, eventType, handler, param)
Add a listener on a SweetDevRia component event.
|
<static> |
SweetDevRia.addTemplate(parent, template, obj)
Effectue la compilation d'un template avec une instance et ajoute le resultat a un noeud (evite un innerHTML barbare)
|
<private> <static> |
SweetDevRia.Ajax_getXmlHttpRequest()
Return an XmlHttpRequest object, cross browser support.
|
<static> |
SweetDevRia.Coords(x, y, width, height)
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
<static> |
SweetDevRia.DateFormat()
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
<static> |
SweetDevRia.DD(id)
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
<static> |
SweetDevRia.DomHelper()
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
<static> |
SweetDevRia.EditableManager(id)
********************************************************************************************************************************************************************
Manager !!
*********************************************************************************************************************************************************************
|
<static> |
SweetDevRia.endLog(key, comp, index)
|
<static> |
SweetDevRia.getHtmlString(template, obj)
Retourne la chaine HTML resultant de la compilation du template @template avec l'objet @obj
|
<static> |
SweetDevRia.init()
Init function triggered on the window onload
|
<static> |
SweetDevRia.initCompNotInitialized()
Initializes all the SweetDEv RIA component in the page, even after a page load
|
<static> |
SweetDevRia.ListItem(id, list, data)
ListItem class **
|
<static> |
SweetDevRia.setProperties(@obj, properties)
Ajoute toutes les proprietes contenues dans la map @properties dans l'instance @obj en appelant les setters s'ils existent
|
<static> |
SweetDevRia.startLog(key, comp, logType)
To active render and initialize logs, you must set this constant like this in your jsp page
window.RIA_ACTIVE_LOG = true;
|
<static> |
SweetDevRia.StringHelper()
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Field Detail
<static>
SweetDevRia.LayoutManager
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information, please contact us at:
Ideo Technologies S.A
124 rue de Verdun
92800 Puteaux - France
France & Europe Phone : +33 1.46.25.09.60
web : http://www.ideotechnologies.com
email : SweetDEV-RIA@ideotechnologies.com
Defined in: LayoutManager.js.
Author: Ideo Technologies.
Defined in: LayoutManager.js.
Author: Ideo Technologies.
<static>
SweetDevRia.log
Available values for log levels :
_ Log.DEBUG
_ Log.INFO
_ Log.ERROR
_ Log.FATAL
_ Log.WARN
_ Log.NONE
Available values for display :
_ Log.popupLogger : shows logs on a popup.
_ Log.consoleLogger : show logs in javascript console.
Defined in: SweetDevRia.js.
Defined in: SweetDevRia.js.
repository
Initialisation du referentiel de l'application
Method Detail
<static>
SweetDevRia.$(id)
Defined in: SweetDevRia.js.
- Parameters:
- id
- See:
- SweetDevRia_getComponent(componentId)
<static>
SweetDevRia.ActiveManager(id)
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information, please contact us at:
Ideo Technologies S.A
124 rue de Verdun
92800 Puteaux - France
France & Europe Phone : +33 1.46.25.09.60
web : http://www.ideotechnologies.com
email : SweetDEV-RIA@ideotechnologies.com
Defined in: ActiveManager.js.
Author: Ideo Technologies.
Defined in: ActiveManager.js.
Author: Ideo Technologies.
- Parameters:
- id
<static>
SweetDevRia.addListener(comp, eventType, handler, param)
Add a listener on a SweetDevRia component event.
These events are triggered on some components main action (window opening...).
Defined in: SweetDevRia.js.
Defined in: SweetDevRia.js.
- Parameters:
- {Object} comp
- the SweetDevRia component we are listening an event on
- {String} eventType
- the type of the event
- {function} handler
- A function handling the event.
- {Object} param
- some parameters to pass to the function
<static>
SweetDevRia.addTemplate(parent, template, obj)
Effectue la compilation d'un template avec une instance et ajoute le resultat a un noeud (evite un innerHTML barbare)
Defined in: SweetDevRia.js.
Defined in: SweetDevRia.js.
- Parameters:
- parent
- Node Noeud ou ajouter le resultat de la compilation du template
- template
- HTMLString Template HTML contenant des trous du type ${id}
- obj
- Object Instance servant a remplir les trous du template
<private> <static>
{XMLHttpRequest}
SweetDevRia.Ajax_getXmlHttpRequest()
Return an XmlHttpRequest object, cross browser support.
Defined in: Ajax.js.
Defined in: Ajax.js.
- Returns:
- an XmlHttpRequest object, cross browser support.
<static>
SweetDevRia.Coords(x, y, width, height)
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information, please contact us at:
Ideo Technologies S.A
124 rue de Verdun
92800 Puteaux - France
France & Europe Phone : +33 1.46.25.09.60
web : http://www.ideotechnologies.com
email : SweetDEV-RIA@ideotechnologies.com
Defined in: Window.js.
Author: Ideo Technologies.
Defined in: Window.js.
Author: Ideo Technologies.
- Parameters:
- x
- y
- width
- height
<static>
SweetDevRia.DateFormat()
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information, please contact us at:
Ideo Technologies S.A
124 rue de Verdun
92800 Puteaux - France
France & Europe Phone : +33 1.46.25.09.60
web : http://www.ideotechnologies.com
email : SweetDEV-RIA@ideotechnologies.com
Defined in: DateFormat.js.
Author: Ideo Technologies.
Defined in: DateFormat.js.
Author: Ideo Technologies.
<static>
SweetDevRia.DD(id)
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information, please contact us at:
Ideo Technologies S.A
124 rue de Verdun
92800 Puteaux - France
France & Europe Phone : +33 1.46.25.09.60
web : http://www.ideotechnologies.com
email : Sweetdev_ria_sales@ideotechnologies.com
Defined in: NewDragDrop.js.
Author: Ideo Technologies.
Defined in: NewDragDrop.js.
Author: Ideo Technologies.
- Parameters:
- id
<static>
SweetDevRia.DomHelper()
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information, please contact us at:
Ideo Technologies S.A
124 rue de Verdun
92800 Puteaux - France
France & Europe Phone : +33 1.46.25.09.60
web : http://www.ideotechnologies.com
email : SweetDEV-RIA@ideotechnologies.com
Defined in: DomHelper.js.
Author: Ideo Technologies.
Defined in: DomHelper.js.
Author: Ideo Technologies.
<static>
SweetDevRia.EditableManager(id)
********************************************************************************************************************************************************************
Manager !!
*********************************************************************************************************************************************************************
Defined in: Editable.js.
Defined in: Editable.js.
- Parameters:
- id
<static>
SweetDevRia.endLog(key, comp, index)
Defined in: SweetDevRia.js.
- Parameters:
- key
- {string} example : "Log.Render"
- comp
- {RiaComponent}
- index
- {int} ???
<static>
{String}
SweetDevRia.getHtmlString(template, obj)
Retourne la chaine HTML resultant de la compilation du template @template avec l'objet @obj
Defined in: SweetDevRia.js.
Defined in: SweetDevRia.js.
- Parameters:
- template
- HTMLString Template HTML contenant des trous du type ${id}
- obj
- Object Instance servant a remplir les trous du template
- Returns:
- la chaine HTML resultant de la compilation du template @template avec l'objet @obj
<static>
SweetDevRia.init()
Init function triggered on the window onload
Defined in: SweetDevRia.js.
Defined in: SweetDevRia.js.
<static>
SweetDevRia.initCompNotInitialized()
Initializes all the SweetDEv RIA component in the page, even after a page load
Defined in: SweetDevRia.js.
Defined in: SweetDevRia.js.
<static>
SweetDevRia.ListItem(id, list, data)
ListItem class **
Defined in: List.js.
Defined in: List.js.
- Parameters:
- id
- list
- data
<static>
SweetDevRia.setProperties(@obj, properties)
Ajoute toutes les proprietes contenues dans la map @properties dans l'instance @obj en appelant les setters s'ils existent
Defined in: SweetDevRia.js.
Defined in: SweetDevRia.js.
- Parameters:
- @obj
- Object Instance d'objet a enrichir
- properties
- Map Contient les proprietes ou methode a ajouter a l'objet.
<static>
SweetDevRia.startLog(key, comp, logType)
To active render and initialize logs, you must set this constant like this in your jsp page
window.RIA_ACTIVE_LOG = true;
Defined in: SweetDevRia.js.
Defined in: SweetDevRia.js.
- Parameters:
- key
- comp
- logType
<static>
SweetDevRia.StringHelper()
------------------------------------
SweetDEV RIA library
Copyright [2006 - 2010] [Ideo Technologies]
------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For more information, please contact us at:
Ideo Technologies S.A
124 rue de Verdun
92800 Puteaux - France
France & Europe Phone : +33 1.46.25.09.60
web : http://www.ideotechnologies.com
email : SweetDEV-RIA@ideotechnologies.com
Defined in: StringHelper.js.
Author: Ideo Technologies.
Defined in: StringHelper.js.
Author: Ideo Technologies.