IRISLIB database
TextAtom Class Reference

The CSP.TextAtom class represents a section of text within an HTML document. More...

Inheritance diagram for TextAtom:
Collaboration diagram for TextAtom:

Public Member Functions

_.Library.Status RenderStartTag ()
 The CSP.TextAtom class represents a section of text within an HTML document. 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...
 

Public Attributes

 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...
 

Additional Inherited Members

- 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.TextAtom class represents a section of text within an HTML document.

CSP.TextAtom has no properties other than HTML text.

Member Function Documentation

◆ RenderStartTag()

_.Library.Status RenderStartTag ( )

The CSP.TextAtom class represents a section of text within an HTML document.

CSP.TextAtom has no properties other than HTML text.

Writes code into the routine builder object that will render this element.

Reimplemented from AbstractAtom.

Reimplemented in RuleText.

Member Data Documentation

◆ IsComment

IsComment

A flag indicating if this test is comment or not.

For comment, embedded expressions will not be translated.  

◆ Text

Text

A string containing the text for this element.