eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::AbstractList':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: AbstractList (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::AbstractList
            |
            +--HTML::OrderedList
            |
            +--HTML::UnorderedList

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Lists
Version:
rev: 1.6 date: 2018/04/26 10:29:17
user: cg
file: HTML__AbstractList.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

testing
o  isAbstract
Return if this class is an abstract class.
Return true for this class but false for all subclasses.
To have an abstract subclass implement this method there again.


Instance protocol:

interface-accessing-attributes
o  addListItem: rawData
Add a list item from raw data.
Raw data can be:
- A ready build list item.
- A simple string, it will be wrapped in a list item.
- A smalltalk object that will get printString to display itself.
- A collection of objects of the above.

o  addListItems: aRawData
Add a list item from raw data.
Raw data can be:
- A ready build list item.
- A simple string, it will be wrapped in a list item.
- A smalltalk object that will get printString to display itself.
- A collection of objects of the above.

queries
o  canHaveChild: anElement in: aParser
if non-strict, any item is allowed (see above)



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 03:38:43 GMT