aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/demo/featurebrowser/FeatureBrowser.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-383/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Use Alignment.* constants instead of layout-specific *Layout.ALIGNMENT_* ↵Marko Grönroos2009-01-111-4/+3
| | | | | | constants in setComponentAlignment() in demos. Fixes #2432 for the demos. svn changeset:6494/svn branch:trunk
* Removed usage of OL in FBMatti Tahvonen2008-12-211-8/+9
| | | | svn changeset:6314/svn branch:trunk
* Fix for #2311 - Renamed and moved layout demo to LayoutsArtur Signell2008-12-181-1/+1
| | | | svn changeset:6273/svn branch:trunk
* modified FeatureBrowser to be compatible with current layout systemMatti Tahvonen2008-11-041-9/+10
| | | | svn changeset:5815/svn branch:trunk
* Mass formatArtur Signell2008-09-021-5/+7
| | | | svn changeset:5331/svn branch:trunk
* Added Accordion example to Feature Browser for #1944.Marko Grönroos2008-08-061-0/+3
| | | | svn changeset:5151/svn branch:trunk
* Fixes #1864. Moved Form to under Wrangling Data section.Marko Grönroos2008-08-061-3/+3
| | | | svn changeset:5149/svn branch:trunk
* Added Form example to Feature Browser.Marko Grönroos2008-08-061-0/+3
| | | | svn changeset:5148/svn branch:trunk
* Fixes #1607Joonas Lehtinen2008-04-261-1/+7
| | | | svn changeset:4253/svn branch:trunk
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-6/+5
| | | | svn changeset:3662/svn branch:trunk
* ApplicationConnection publishes javascript function itmill.forceSync(). Marc Englund2008-01-181-0/+4
| | | | | | FeatureBrowser contains example. svn changeset:3577/svn branch:trunk
* Removed debugId's from few components. Better namingJani Laakso2008-01-071-2/+2
| | | | svn changeset:3397/svn branch:trunk
* Changed debug id's PID_S into PID and gave better names.Jani Laakso2008-01-071-1/+1
| | | | svn changeset:3391/svn branch:trunk
* Some changes to help testing tools testing with FeatureBrowserMatti Tahvonen2008-01-071-0/+3
| | | | svn changeset:3387/svn branch:trunk
* Made it easier to find the "editable grid" (table in editmode)Marc Englund2007-12-281-4/+6
| | | | svn changeset:3321/svn branch:trunk
* Ajaxifiead FeatureBrowser (don't force filter refresh)Matti Tahvonen2007-12-131-10/+12
| | | | svn changeset:3234/svn branch:trunk
* Major layout API changes: Sizeable is now deprecated. Use HasSize-interface ↵Jouni Koivuviita2007-12-131-8/+8
| | | | | | instead in combination with Size object (see ExpandLayout.java for example). OrderedLayout is no longer sizable. Table and Panel implement compatibility methods to proxy old size calls to the new Size object. svn changeset:3228/svn branch:trunk
* Documentation URIs corrected.Marc Englund2007-12-111-2/+2
| | | | svn changeset:3216/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-32/+38
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* LayoutExample added (+ small changes)Marc Englund2007-12-041-1/+13
| | | | svn changeset:3148/svn branch:trunk
* Added table example (not done yet)Marc Englund2007-12-041-1/+1
| | | | svn changeset:3133/svn branch:trunk
* Status labels -> Notifications.Marc Englund2007-12-041-64/+67
| | | | | | Etc, etc. svn changeset:3132/svn branch:trunk
* SelectExample addedMarc Englund2007-12-031-1/+1
| | | | svn changeset:3127/svn branch:trunk
* small changeMarc Englund2007-12-031-1/+1
| | | | svn changeset:3126/svn branch:trunk
* ValueInputExample addedMarc Englund2007-12-031-1/+1
| | | | svn changeset:3123/svn branch:trunk
* Renamed LabelsExample -> LabelExampleMarc Englund2007-12-031-1/+1
| | | | svn changeset:3121/svn branch:trunk
* Updated LabelsExample, added ButtonExampleMarc Englund2007-12-031-1/+1
| | | | svn changeset:3120/svn branch:trunk
* FeatureBrowser now uses "example" theme; Ok -icon added for indication of ↵Marc Englund2007-11-301-31/+25
| | | | | | viewed state. svn changeset:3089/svn branch:trunk
* "Viewed" -checkbox addedMarc Englund2007-11-301-10/+19
| | | | svn changeset:3075/svn branch:trunk
* Label example addedMarc Englund2007-11-301-19/+22
| | | | svn changeset:3068/svn branch:trunk
* simplifiedMarc Englund2007-11-301-8/+5
| | | | svn changeset:3061/svn branch:trunk
* Added TreeExampleMarc Englund2007-11-291-1/+1
| | | | svn changeset:3049/svn branch:trunk
* Added ComboBox exampleMarc Englund2007-11-291-1/+1
| | | | svn changeset:3045/svn branch:trunk
* RichTextExample addedMarc Englund2007-11-291-0/+3
| | | | svn changeset:3040/svn branch:trunk
* Examples added.Marc Englund2007-11-291-1/+1
| | | | svn changeset:3037/svn branch:trunk
* Refactored; ApplicationDemo -> featurebrowser.FeatureBrowserMarc Englund2007-11-291-0/+331
svn changeset:3035/svn branch:trunk