|
_.Library.Status | DrawBODY (_.CSP.Util.PageInstance pInstance) |
| Overwritten by subclasses to draw anything this pane needs for the BODY section.
|
|
_.Library.Status | DrawHEAD (_.CSP.Util.PageInstance pInstance) |
| Define javascript functions for this pane.
|
|
_.Library.Boolean | LoadGlobal (_.Library.String Namespace, _.Library.String Mask, _.Library.String LastSub, _.Library.Integer NodeCount, _.Library.Integer TotalCount, _.Library.Boolean HasSecurity) |
| Load global data.
|
|
| DrawErrorLog (err) |
| Write out error log.
|
|
_.Library.Status | DrawHEAD (_.CSP.Util.PageInstance pInstance) |
| Overwritten by subclasses to draw anything this pane needs for the HEAD section.
|
|
| GetDescriptiveText () |
| Return (localized) text message displayed near top of page. More...
|
|
_.Library.String | GetPageType () |
| This method returns the page type based on PageName.
|
|
_.Library.Status | DrawBODY (_.CSP.Util.PageInstance pInstance) |
| Overwritten by subclasses to draw anything this pane needs for the BODY section.
|
|
_.Library.Status | DrawCommandForm (_.CSP.Util.PageInstance pInstance) |
| Generic method to draw a command form for a pane.
|
|
_.Library.Status | DrawCommands (_.CSP.Util.PageInstance pInstance) |
| Generic method to draw commands for a pane;. More...
|
|
_.Library.String | GenerateCode () |
| Called by CSP rules engine to generate code to construct an instance. More...
|
|
_.Library.String | OnGenerateCode () |
| Subclasses override this to generate code during CSP processing.
|
|
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
| This callback method is invoked when the current object is added to the SaveSet,. More...
|
|
_.Library.Status | OnClose () |
| This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
|
|
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
| This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
|
|
_.Library.Status | OnNew () |
| This callback method is invoked by the <METHOD>New</METHOD> method to. More...
|
|
_.Library.Status | OnValidateObject () |
| This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
|
|
_.Library.Status | XMLExport (_.Library.String top, _.Library.String format, _.XML.Namespaces namespaces, attrs, _.Library.String createId, _.Library.String typeAttr, oreflist, idlist, _.Library.String initialIndent, _.Library.Boolean local, _.Net.MIMEPart mimeAttachments) |
| Serialize an XML enabled class as an XML document and write. More...
|
|
_.Library.Status | XMLExportToStream (_.Stream.Object export, _.Library.String top, _.Library.String format, _.XML.Namespaces namespaces, attrs, _.Library.String createId, _.Library.String typeAttr, oreflist, idlist, _.Library.String initialIndent) |
| Serialize an XML enabled class as an XML document and appends it to a stream. More...
|
|
_.Library.Status | XMLExportToString (_.Library.String export, _.Library.String top, _.Library.String format, _.XML.Namespaces namespaces, attrs, _.Library.String createId, _.Library.String typeAttr, oreflist, idlist, _.Library.String initialIndent) |
| Serialize an XML enabled class as an XML document and write it to a string. More...
|
|
|
_.Library.Boolean | DeleteNode (_.Library.String Namespace, _.Library.String GSub, _.Library.Boolean KillSub) |
| Delete a global node.
|
|
| EditNode (_.Library.String namespace, _.Library.String GSub) |
| Edit a global node.
|
|
_.Library.String | LoadEdit (_.Library.String namespace, _.Library.String GSub, _.Library.String tDispFormat) |
| Load edit data.
|
|
_.Library.String | Quote (_.Library.String Str) |
| Quote a string.
|
|
| SaveChange (_.Library.String Namespace, _.Library.String GSub, _.Library.String GValue, _.Library.Integer ValueFormat, _.Library.String GMask, _.Library.Boolean DeleteOld) |
| Saves global edit changes for both View turned edit and Edit from global drill down.
|
|
| DoneMsg (tSC) |
| Write common message after action is commited.
|
|
| DrawRoutineLinks (type) |
| Generic Method - Draws the extention links for routines under the Search text field.
|
|
_.Library.String | DrawSearchField (type) |
| Generic Method for Export/Delete/Find/Compile for Classes/Globals/Routines when applicable. More...
|
|
| DrawStatusError (_.Library.String tSC) |
| Generic method to draw error message for object status code, copied from CSP.Util.TablePane.
|
|
_.Library.String | GetMask (tSpec) |
| Generic Method - This method takes in what user typed in the mask field for ROUTINES and. More...
|
|
_.Library.String | GetSearchMask () |
| Generic Method being called from the Routine panes to return search mask.
|
|
| WriteBackupMsg (SEARCHMASK) |
| Generic Method being called from the Routine panes to write out message for backup routines.
|
|
_.Library.String | LocalizeText (_.Library.String pText, _.Library.String pDomain) |
| Return the localized version of the string pText. More...
|
|
_.Library.String | QuoteCOS (_.Library.String pText) |
| Return a quoted, COS version of a string.
|
|
_.Library.Status | XMLDTD (_.Library.String top, _.Library.String format, _.Library.Boolean input, dtdlist) |
| Write the DTD to the current device for this XML enabled class serialized as. More...
|
|
_.Library.RegisteredObject | XMLNew (_.XML.Document document, _.Library.Integer node, _.Library.RegisteredObject containerOref) |
| Get an instance of an XML enabled class. More...
|
|
_.Library.Status | XMLSchema (_.Library.String top, _.Library.String format, _.Library.String namespacePrefix, _.Library.Boolean input, _.Library.Boolean refOnly, schema) |
| Write an XML Schema fragment to the current device which describes an XML enabled class and dependent classes. More...
|
|
_.Library.String | XMLSchemaNamespace () |
| Get the namespace to which this class belongs for use in schema generation. More...
|
|
_.Library.Status | XMLSchemaType (_.XML.Schema schemaInstance, _.XML.Node node, _.Library.String top, _.Library.Boolean encoded, _.Library.Boolean summary, _.Library.Boolean input, _.Library.Boolean refOnly) |
| Add a complexType to the schema that is respresented by an <class>XML.Schema</class> instance. More...
|
|
This pane allows to drill down a global one level at a time.