smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

Renamed Builders to Buildables

This commit is contained in:
Nicolas Petton 2009-06-25 02:08:57 +00:00
parent 0229e6dd92
commit 30596e9fc2
10 changed files with 12 additions and 12 deletions

View File

@ -38,7 +38,7 @@
IliadObject subclass: Action [
| key block value |
<category: 'Iliad-Core-Builders'>
<category: 'Iliad-Core-Buildables'>
<comment: nil>
block [

View File

@ -42,7 +42,7 @@
Decorator subclass: AnswerHandler [
| action |
<category: 'Iliad-Core-Builders'>
<category: 'Iliad-Core-Buildable'>
<comment: 'I am a special decorator for Widgets, used to handle widget answers.
See #handleAnswer: and Widget>>show:onAnswer:'>

View File

@ -41,7 +41,7 @@
Widget subclass: Application [
| model page originalRoutePosition |
<category: 'Iliad-Core-Builders'>
<category: 'Iliad-Core-Buildables'>
<comment: 'I am the implementation of an application.
The first thing to do to develop web applications with Iliad is to subclass me.

View File

@ -39,10 +39,10 @@
Builder subclass: Decorator [
Buildable subclass: Decorator [
| decoratee |
<category: 'Iliad-Core-Builders'>
<category: 'Iliad-Core-Buildable'>
<comment: 'I am an abstract decorator for Widgets. I can be added to a widget by calling: #addDecoration: from a widget.
Subclasses can be used to modify the building process of a widget, or change its behavior'>

View File

@ -43,7 +43,7 @@ Decorator subclass: Delegator [
| widget |
<comment: nil>
<category: 'Iliad-Core-Builders'>
<category: 'Iliad-Core-Buildables'>
widget [
<category: 'accessing'>

View File

@ -54,7 +54,7 @@ Object extend [
BlockClosure extend [
buildOn: anElement [
<category:'Iliad-Core'>
<category:'*Iliad-Core'>
self value: anElement
]
]

View File

@ -44,7 +44,7 @@ Decorator subclass: MessageDecorator [
| level message |
<comment: nil>
<category: 'Iliad-Core-Builders'>
<category: 'Iliad-Core-Buildables'>
contents [
<category: 'building'>

View File

@ -35,10 +35,10 @@
Builder subclass: Page [
Buildable subclass: Page [
<comment: nil>
<category: 'Iliad-Core-Builders'>
<category: 'Iliad-Core-Buildables'>
bodyElement [
<category: 'accessing attributes'>

View File

@ -39,10 +39,10 @@
Builder subclass: Widget [
Buildable subclass: Widget [
| id decorator owner |
<category: 'Iliad-Core-Builders'>
<category: 'Iliad-Core-Buildables'>
<comment: 'I am a stateful graphical component.
To build HTML override the #contents method, which should always