IRISLIB database
RuleText Class Reference

The CSP.RuleText class represents text within the DOM model for a CSR page. More...

Inheritance diagram for RuleText:
Collaboration diagram for RuleText:

Public Member Functions

_.Library.Status RenderStartTag ()
 The CSP.RuleText class represents text within the DOM model for a CSR page. More...
 
- Public Member Functions inherited from AbstractAtom
 PopDefaultSection ()
 Pop default section from the top of the stack of section identifiers. More...
 
 PushDefaultSection (_.Library.String sectionblock)
 Add new default section to the top of the stack of section identifiers. More...
 
_.Library.Status RenderEndTag ()
 Writes code into the routine builder object that will render this element. More...
 
 WriteCSPServer (_.Library.String line, _.Library.Boolean keepTogether)
 Generate COS command in CSP page class that is in line. More...
 
 WriteCSPText (_.Library.String line, _.Library.Boolean crlf)
 Generate Write command in CSP page class to write the. More...
 
 WriteExpressionText (_.Library.String expr, _.Library.Boolean crlf)
 Generate Write command in CSP page class to write the. More...
 
 WriteServer (_.Library.String line, _.Library.Boolean keepTogether)
 Generate COS command in CSP page class that is in line.
 
 WriteText (_.Library.String line, _.Library.Boolean crlf)
 Generate Write command in CSP page class to write the. More...
 
- 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...
 

Additional Inherited Members

- Public Attributes inherited from TextAtom
 IsComment
 A flag indicating if this test is comment or not. More...
 
 Text
 A string containing the text for this element. More...
 
- Public Attributes inherited from AbstractAtom
 Parent
   More...
 
 TagName
   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

The CSP.RuleText class represents text within the DOM model for a CSR page.

Member Function Documentation

◆ RenderStartTag()

_.Library.Status RenderStartTag ( )

The CSP.RuleText class represents text within the DOM model for a CSR page.

Writes code into the routine builder object that will

add outputing of the specified text to this rule class.

Reimplemented from TextAtom.