ProtoObjectObjectWAPresenterWAComponentWAMultiCounter
| counters |
| instance | class |
|---|---|
| as yet unclassified | as yet unclassified |
| counters |
|---|
| as yet unclassified |
|---|
| children |
^ counters |
| initialize |
counters _ (1 to: 5) collect: [:i | WACounter new] |
| renderContentOn: html |
counters do: [:ea | html render: ea] separatedBy: [html horizontalRule] |
| as yet unclassified |
|---|
| canBeRoot |
^true |
| initialize |
self registerAsApplication: 'multi' |