| Trees | Index | Help |
|---|
| Package CMFPlone :: Package setup :: Module customization_policy :: Class CustomizationPolicySetup |
|
SetupWidget --+
|
CustomizationPolicySetup
| Method Summary | |
|---|---|
addItems(self,
policy)
| |
available(self)
| |
delItems(self,
policy)
| |
Returns a list of the installed items, so that user knows what is currently installed. | |
| Inherited from SetupWidget | |
| |
Returns 1 if this setup widget can be run, if the user doesn't have the correct products, for example, then a string of the reason why is returned | |
Anything that has to be done for this setup widget to work, this could be adding in new objects or such. | |
| Class Variable Summary | |
|---|---|
str |
description = 'Sets up a customization policy, which con...
|
int |
single = 1 |
str |
type = 'Customization Policy Setup'
|
| Method Details |
|---|
installed(self)Returns a list of the installed items, so that user knows what is currently installed. These items are what we would pass to the addItems and delItems methods
|
| Class Variable Details |
|---|
single
|
type
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 30 03:59:33 2005 | http://epydoc.sf.net |