aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IFormLayout.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-464/+0
* Merged fix for #2706Artur Signell2009-03-021-14/+29
* fixes #2447Matti Tahvonen2009-01-151-0/+1
* fixes #2447, now sinks tooltip events manuallyMatti Tahvonen2009-01-121-0/+2
* Cleaned up the whole projectArtur Signell2009-01-021-0/+2
* Fix for #2183 - Do not show hidden errors in FormLayoutArtur Signell2008-12-111-1/+2
* Fix for #2282 - FormLayout with undefined widthArtur Signell2008-12-081-4/+33
* Fix for #2278 - MarginHandler refactoring.Artur Signell2008-12-031-1/+1
* Fixed FormLayout handling of relative sized fieldsArtur Signell2008-12-021-8/+15
* Fix for #2254 - Form size problemsArtur Signell2008-12-021-86/+175
* replaceChildComponent fixed for IFormLayout,IGridLayout,IPopupView,ISplitPane...Artur Signell2008-11-131-1/+0
* formlayout now reservers space for error indicator even though nothing is vis...Matti Tahvonen2008-11-101-1/+2
* renderspace dummy implementation for iformlayoutMatti Tahvonen2008-10-071-2/+3
* enabled scrolling in toolkit + some other minor changesMatti Tahvonen2008-10-071-2/+2
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-1/+8
* Added method for a component to notify its parent container when its size changeArtur Signell2008-09-191-0/+6
* Mass formatArtur Signell2008-09-021-2/+2
* fixes #2019Matti Tahvonen2008-08-291-3/+1
* Removed cellpadding and cellspacing from formlayout.Jouni Koivuviita2008-08-291-1/+3
* Added classname for IFormLayout main element.Jouni Koivuviita2008-08-291-0/+5
* caption and icon setters to Paintable interface, major tabsheet refactoring, ...Matti Tahvonen2008-08-111-1/+1
* fixes #1829, emptying iformlayoutMatti Tahvonen2008-06-171-1/+1
* margins + component spacings for formlayout, removed obsolete commentMatti Tahvonen2008-06-091-2/+32
* new tooltips for iformlayout tooMatti Tahvonen2008-06-091-43/+14
* fixes bug when updating formlayout contentsMatti Tahvonen2008-05-281-1/+1
* fixes #1712Matti Tahvonen2008-05-231-10/+11
* fixes to iformlayoutMatti Tahvonen2008-05-201-7/+14
* fixes #1668, #1669Matti Tahvonen2008-05-201-1/+205
* Formlayout removed components wrong (left one extra component)Marc Englund2008-03-041-2/+2
* refactored method signatureMatti Tahvonen2007-12-101-1/+1
* License header parametrizedJani Laakso2007-12-041-7/+12
* refactored default icons, now uses ThemeResources properly and renders withou...Matti Tahvonen2007-11-161-54/+56
* Added several missing updateComponent calls. This will probably fix some cach...Matti Tahvonen2007-10-121-0/+4
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-15/+15
* renamed layout interface to container, fixed paintable unregistering in tableMatti Tahvonen2007-09-191-2/+2
* added form layout component (can be used without form component)Matti Tahvonen2007-09-111-0/+75