|
|
Class: AbstractList (in HTML)
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
testing
-
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.
interface-accessing-attributes
-
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.
-
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
-
canHaveChild: anElement
-
|