| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- com.itmill.toolkit.external not yet fully renamed
svn changeset:7715/svn branch:6.0
|
|
|
|
| |
svn changeset:7387/svn branch:6.0
|
|
|
|
| |
svn changeset:6398/svn branch:trunk
|
|
|
|
| |
svn changeset:6338/svn branch:trunk
|
|
|
|
| |
svn changeset:6260/svn branch:trunk
|
|
|
|
| |
svn changeset:5515/svn branch:trunk
|
|
|
|
| |
svn changeset:5513/svn branch:trunk
|
|
|
|
| |
svn changeset:5281/svn branch:trunk
|
|
|
|
| |
svn changeset:5252/svn branch:trunk
|
|
|
|
| |
svn changeset:3701/svn branch:trunk
|
|
|
|
|
|
|
|
|
|
|
|
| |
has parent, unless the new parent is null (unsetting parent).
AbstractComponentContainer.addComponent(component) removes the component from it's previous ComponentContainer if needed (moves component), or throws if the component can't be removed.
Fixes #1137
All components that contain other components should implement ComponentContainer for this to be perfect (e.g CustomComponent, Table)
svn changeset:3698/svn branch:trunk
|
|
|
|
|
|
|
|
|
|
| |
* public Button(String caption, Object target, String methodName)
* public CheckBox(String caption, Object target, String methodName)
Reason: Using this method is discouraged because it cannot be checked during compilation. Java reflect is done through string variable. Error prone and this does not survive re-factoring (=> applications brake).
Typo fixes.
svn changeset:3693/svn branch:trunk
|
|
|
|
|
|
|
|
| |
Cleanup performed
Organized imports
Format
svn changeset:3162/svn branch:trunk
|
|
|
|
|
|
| |
According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions
svn changeset:2864/svn branch:trunk
|
|
|
|
|
|
|
|
|
|
| |
Sizeable implementation now copy-pasted to all implementing classes (Panel, Tabsheet, SplitPanel...).
-Changed ReservationApplication to conform to new setStyleName. Removed deprecated style constant usages also. Some margins enabled to layouts.
-IOrderedLayout vertical reverted back to DIV implementation.
-Margins added to demo layouts where needed.
svn changeset:2714/svn branch:trunk
|
|
|
|
|
|
|
| |
Paddings removed from IPanel and ITabsheet CSS.
StyleConstants class added to client-side.
svn changeset:2683/svn branch:trunk
|
|
|
|
| |
svn changeset:2461/svn branch:trunk
|
|
|
|
|
|
| |
(avoid errors if programmer makes mistake)
svn changeset:1469/svn branch:trunk
|
|
|
|
| |
svn changeset:1397/svn branch:trunk
|
|
|
|
| |
svn changeset:1256/svn branch:trunk
|
|
|
|
|
|
|
|
|
| |
mohamed.atique@renaissance-it.com. All changes are related to javadocs only.
Merge was done beetween revisions 924:1192.
svn changeset:1212/svn branch:trunk
|
|
|
|
|
|
| |
addComponent or removeComponent should not call attach/detach directly. setParent does just that (as documented in the interface). This should fix those "double calls" to attach/detach. I really hope that this does not break anything.
svn changeset:428/svn branch:toolkit
|
|
|
|
| |
svn changeset:255/svn branch:toolkit
|
|
|
|
| |
svn changeset:238/svn branch:toolkit
|
|
|
|
| |
svn changeset:220/svn branch:toolkit
|
|
svn changeset:92/svn branch:toolkit
|