ProtoObjectObjectWAPresenterWAComponentSCTestComponent2
| firstSent | secondSent |
| instance | class |
|---|---|
| accessing callbacks initialization | seaside |
| firstSent |
|---|
| secondSent |
|---|
| accessing |
|---|
| firstSent |
^firstSent |
| renderContentOn: html |
html cssId: 'first'. html anchorWithAction: [self sendFirst] text: 'first link'. html text: 'hello'. html cssId: 'second'. html anchorWithAction: [self sendSecond] text: 'second link' |
| secondSent |
^secondSent |
| callbacks |
|---|
| sendFirst |
firstSent _ true |
| sendSecond |
secondSent _ true |
| initialization |
|---|
| initialize |
super initialize. firstSent _ false. secondSent _ false. |
| seaside |
|---|
| canBeRoot |
^true |