Prototype PropertyMgr |
|
Functions |
createCheckBoxParam(propName, param) create a parameter object for checkboxes |
createInputParam(propName, param) creates parameter object based on xml-encoded property that will be passed to function that renders the input element |
deleteProperty(key) deletes a property of the cache object and updates the xml-content at the parent object |
evalCache() checks if the cache is still up to date and (re-)creates the cache if necessary |
getAll() function returns the whole xml encoded HopObject |
getDataField() get the field of the parent object that holds the xml-content for this object. The name of the xml-field is constructed out of the name of the mountpoint (this.__name__) and "_xml". |
getLastModified() return the last modified timestamp of the content cache |
getProperty(key) returns the property of this object, creates the cache object if necessary or reloads it if the raw content field was changed (this can happen when if the parent object was edited somewhere else an ... |
keys() |
reset() deletes this object's cache |
setAll(obj) function replaces the whole xml encoded HopObject with a new one passed as argument |
setProperty(key, value) sets a property of the cache object and updates the xml-content at the parent object. |
toString() for debugging |