stringListerobjectlister.t[1305]

stringLister is a concrete SimpleLister for formatting lists of strings. To use this lister, pass lists of single-quoted strings (instead of simulation objects) to showSimpleList(), etc.

stringLister :   SimpleLister

Superclass Tree   (in declaration order)

stringLister
        SimpleLister
                Lister
                        object

Summary of Properties  

Inherited from Lister :
nextCustomFlag 

Summary of Methods  

getArrangedListCardinality  showListItem 

Inherited from SimpleLister :
isListed  makeSimpleList  showSimpleList 

Inherited from Lister :
contentsListed  contentsListedSeparately  getArrangedListNounPhraseCount  getContents  getFilteredList  getListedContents  getListGrouping  getTopLister  listCardinality  listSepEnd  listSepMiddle  listSepTwo  listWith  longListSepEnd  longListSepMiddle  longListSepTwo  showArrangedList  showContentsList  showInlineContentsList  showList  showListAll  showListContentsPrefixTall  showListEmpty  showListIndent  showListItemCounted  showListPrefixTall  showListPrefixWide  showListSeparator  showListSimple  showListSuffixWide  showSeparateContents  showTallListNewline 

Properties  

(none)

Methods  

getArrangedListCardinality (singles, groups, groupTab)OVERRIDDENlister.t[1314]

get the cardinality of an arranged list (we need to override this because our items are strings, which don't have the normal object properties that would let us count cardinality the usual way)

showListItem (str, options, pov, infoTab)OVERRIDDENlister.t[1307]
show a list item - list items are strings, so simply 'say' them

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3