Skip to main content

DocBook.container

persistent class DocBook.container extends DocBook.block

SQL Table Name: DocBook.container

A container is a specialized block that can contain one or more blocks.

Property Inventory

Properties

property lastChildPos as dbint [ InitialExpression = 0 ];
Blockpos of last child in container
Property methods: lastChildPosGet(), lastChildPosGetStored(), lastChildPosIsValid(), lastChildPosSet()
property subtitle as cdata;
SubTitle for this container
Property methods: subtitleGet(), subtitleGetStored(), subtitleIsValid(), subtitleSet()

Indexes

index ($container on ) [Extent, Type = bitmap];

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID,"content")
=
content

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID,"render")
=
renderedContent

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID)
=
%%CLASSNAME
blockpos
book
component
container
id
lang
lastchange
role
sourcefile
sourcetime
status
title
attrgiven
tagattrs
remap
product
extraTags
Rank
TopId
NearestLevel1
Searchable
category

Storage Model: CacheStorage (DocBook.container)

^DocBook.blockD(ID,"container")
=
lastChildPos
subtitle

Subclasses

FeedbackOpens in a new tab