
Public Member Functions | |
| ERMODRequiredWrapper (WOContext context) | |
| String | formName () |
| void | setFormName (String n) |
| void | setWatchedContainerID (String id) |
| void | setWrapperClass (String c) |
| void | setWrapperId (String id) |
| Boolean | showForm () |
| Boolean | showHelp () |
| boolean | synchronizesVariablesWithBindings () |
| String | watchedContainerID () |
| String | wrapperClass () |
| String | wrapperId () |
Private Attributes | |
| String | _formName |
| Boolean | _showForm |
| Boolean | _showHelp |
| String | _watchedContainerID |
| String | _wrapperClass |
| String | _wrapperId |
| ERMODRequiredWrapper | ( | WOContext | context | ) |
| String formName | ( | ) |
Name for the page form. If not supplied this will be the current task with 'Form' appended. i.e: 'editForm'
| void setFormName | ( | String | n | ) |
| void setWatchedContainerID | ( | String | id | ) |
| void setWrapperClass | ( | String | c | ) |
| void setWrapperId | ( | String | id | ) |
| Boolean showForm | ( | ) |
| Boolean showHelp | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
| String watchedContainerID | ( | ) |
ID of the watchedContainer for the page's global busy indicator.
| String wrapperClass | ( | ) |
CSS class for the main wrapper.
| String wrapperId | ( | ) |
CSS ID fro the main wrapper.
Boolean _showForm [private] |
Boolean _showHelp [private] |
String _watchedContainerID [private] |
String _wrapperClass [private] |
String _wrapperId [private] |
1.5.8