IRISLIB database
ZENPageList Class Reference

This utility class is used by the ZEN Page Wizard to provide a set of sample pages for the user to choose from. More...

Inheritance diagram for ZENPageList:
Collaboration diagram for ZENPageList:

Static Private Member Functions

_.Library.String GetPageCaption (_.Library.String pClass)
 This utility class is used by the ZEN Page Wizard to provide a set of sample pages for the user to choose from. More...
 
_.Library.Status GetPageGenerators (pPages)
 Return an array of page generator classes.
 
_.Library.Status GetPageSVG (_.Library.String pClass)
 Draw the SVG icon for the given page. More...
 
_.Library.Status WriteMethods (_.Library.String pClass, _.ZEN.Template.PageGeneratorInfo pInfo)
 Get generator class to write out methods for the new class.
 
_.Library.Status WriteXDATAContents (_.Library.String pClass, _.ZEN.Template.PageGeneratorInfo pInfo)
 Get generator class to write out the XDATA Contents block for the new class.
 
_.Library.Status WriteXDATAStyle (_.Library.String pClass, _.ZEN.Template.PageGeneratorInfo pInfo)
 Get generator class to write out the XDATA Style block for the new class.
 

Additional Inherited Members

- Public Member Functions inherited from RegisteredObject
_.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...
 
- Static Public Attributes inherited from RegisteredObject
 CAPTION = None
 Optional name used by the Form Wizard for a class when generating forms. More...
 
 JAVATYPE = None
 The Java type to be used when exported.
 
 PROPERTYVALIDATION = None
 This parameter controls the default validation behavior for the object. More...
 

Detailed Description

This utility class is used by the ZEN Page Wizard to provide a set of sample pages for the user to choose from.

Member Function Documentation

◆ GetPageCaption()

_.Library.String GetPageCaption ( _.Library.String  pClass)
staticprivate

This utility class is used by the ZEN Page Wizard to provide a set of sample pages for the user to choose from.

Return the caption that should be used for the page.

◆ GetPageSVG()

_.Library.Status GetPageSVG ( _.Library.String  pClass)
staticprivate

Draw the SVG icon for the given page.

pClass is a generator class name