ProtoObjectObjectWAPresenterWAComponentWACanvasTest
| count |
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| count |
|---|
| as yet unclassified |
|---|
| decrease |
count _ count - 1 |
| increase |
count _ count + 1 |
| initialize |
count _ 0 |
| renderContentOn: html |
html div style: 'background-color: lightblue'; with: [ html text: count; break. html anchor callback: [self increase]; with: '++'. html space. html anchor callback: [self decrease]; with: '--'. ] |
| rendererClass |
^ WARenderCanvas |