|
|
|
_setProperty(self,
id,
value,
type='string',
label=None,
visible=True,
setter=None)
for selection and multiple selection properties the value argument
indicates the select variable of the property |
source code
|
|
|
|
|
|
|
getZenRootNode(self)
sub class must implement to use zenProperties. |
source code
|
|
|
|
|
zenPropertyItems(self)
Return list of (id, value) tuples of zenProperties. |
source code
|
|
|
zenPropertyMap(self,
pfilt=iszprop)
Return property mapping of device tree properties. |
source code
|
|
|
zenPropertyString(self,
id)
Return the value of a device tree property as a string |
source code
|
|
|
zenPropIsPassword(self,
id)
Is this field a password field. |
source code
|
|
|
zenPropertyPath(self,
id)
Return the primaryId of where a device tree property is found. |
source code
|
|
|
setZenProperty(self,
propname,
propvalue,
REQUEST=None)
Add or set the propvalue of the property propname on this node of
the device Class tree. |
source code
|
|
|
saveZenProperties(self,
pfilt=iszprop,
REQUEST=None)
Save all ZenProperties found in the REQUEST.form object. |
source code
|
|
|
deleteZenProperty(self,
propname=None,
REQUEST=None)
Delete device tree properties from the this DeviceClass
object. |
source code
|
|
|
zenPropertyOptions(self,
propname)
Provide a set of default options for a ZProperty |
source code
|
|
|
isLocal(self,
propname)
Check to see if a name is local to our current context. |
source code
|
|
|
getOverriddenObjects(self,
propname,
showDevices=False)
Get the objects that override a property somewhere below in the
tree |
source code
|
|
|
|
|
hasProperty(self,
id,
useAcquisition=False)
Override method in PropertyManager to support acquisition. |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
Inherited from OFS.PropertyManager.PropertyManager :
manage_addProperty ,
manage_changeProperties ,
manage_changePropertyTypes ,
manage_delProperties ,
propdict ,
propertyDescription ,
propertyIds ,
propertyItems ,
propertyLabel ,
propertyMap ,
propertyValues ,
valid_property_id
Inherited from OFS.PropertyManager.PropertyManager (private):
_delPropValue ,
_delProperty ,
_propertyMap ,
_wrapperCheck
Inherited from OFS.ZDOM.ElementWithAttributes :
getAttribute ,
getAttributeNode ,
getAttributes
Inherited from OFS.ZDOM.Element :
getChildNodes ,
getElementsByTagName ,
getFirstChild ,
getLastChild ,
getNextSibling ,
getNodeName ,
getNodeType ,
getParentNode ,
getPreviousSibling ,
getTagName
Inherited from OFS.ZDOM.Node :
getNodeValue ,
getOwnerDocument ,
hasChildNodes
|