eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::AbstractList':

Home

everywhere
www.exept.de
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-ModelTree-Lists
Version:
rev: 1.2 date: 2008/10/20 15:09:10
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



ST/X 6.1.1; WebServer 1.620 at exept:8081; Fri, 10 Feb 2012 14:23:47 GMT