summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Unified deprecation commentsArtur Signell2010-12-081-15/+14
| | | | svn changeset:16409/svn branch:6.5
* Javadoc fix, rows are always explicitly specified for a TextAreaArtur Signell2010-12-081-3/+1
| | | | svn changeset:16408/svn branch:6.5
* Opened up some baseline properties of GridLayout to make it more extendable.John Alhroos2010-12-081-0/+36
| | | | svn changeset:16399/svn branch:6.5
* Clarified commentArtur Signell2010-12-082-2/+2
| | | | svn changeset:16394/svn branch:6.5
* Added missing communication of rows and wordwrap attributes (#3752)Artur Signell2010-12-082-2/+4
| | | | svn changeset:16392/svn branch:6.5
* Added missing communication of rows and wordwrap attributes (#3752)Artur Signell2010-12-082-3/+15
| | | | svn changeset:16390/svn branch:6.5
* TextArea default value has always been "" and not nullArtur Signell2010-12-081-0/+1
| | | | svn changeset:16389/svn branch:6.5
* Fixed another IE6 related width bug where the second select drops below the ↵Artur Signell2010-12-071-5/+9
| | | | | | first one because of incorrect width calculations (#2942). svn changeset:16381/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-071-2/+2
| | | | | | | Changed style names to be consistent with server side API Added test for caption style names svn changeset:16375/svn branch:6.5
* Fixed typoArtur Signell2010-12-071-1/+1
| | | | svn changeset:16367/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-071-3/+3
| | | | | | | Measure instead of guess padding and border to get the right caption correctly aligned svn changeset:16355/svn branch:6.5
* #3752 - Refactor TextFieldsArtur Signell2010-12-074-498/+546
| | | | | | | | | | Made PasswordField, TextArea extend AbstractTextField instead of TextField Moved commonalities "columns", "input prompt", "text change event" and "cursor position" to AbstractTextField svn changeset:16354/svn branch:6.5
* Fixed height issue in IE6Artur Signell2010-12-071-1/+11
| | | | svn changeset:16349/svn branch:6.5
* #3752 - Refactor TextFieldsArtur Signell2010-12-071-3/+227
| | | | svn changeset:16348/svn branch:6.5
* #6107 - VTwinColSelect should provide information about logical parts to ↵Artur Signell2010-12-071-1/+49
| | | | | | TestBench svn changeset:16339/svn branch:6.5
* #2942 - Dual captions for TwinColSelectArtur Signell2010-12-032-16/+236
| | | | svn changeset:16320/svn branch:6.5
* Small javadoc formatting fix in ContainerHenri Sara2010-12-031-4/+5
| | | | svn changeset:16293/svn branch:6.5
* added possibility to auto scroll to recent console messagesMatti Tahvonen2010-12-021-3/+16
| | | | svn changeset:16289/svn branch:6.5
* Javadocs and minor tuning with positioningMatti Tahvonen2010-12-021-6/+56
| | | | svn changeset:16278/svn branch:6.5
* #6074 more changes based on reviewHenri Sara2010-12-021-2/+1
| | | | svn changeset:16277/svn branch:6.5
* #6074 some more javadocHenri Sara2010-12-021-7/+21
| | | | svn changeset:16276/svn branch:6.5
* #6074 changes based on code reviewHenri Sara2010-12-023-105/+110
| | | | svn changeset:16273/svn branch:6.5
* #6074 BeanIdResolver must implement SerializableHenri Sara2010-12-021-1/+1
| | | | svn changeset:16265/svn branch:6.5
* #6074 bean property based item id resolver for BeanContainerHenri Sara2010-12-012-2/+82
| | | | svn changeset:16256/svn branch:6.5
* #6074 support item id resolvers in BeanContainer: basic mechanisms, more ↵Henri Sara2010-12-013-28/+304
| | | | | | container tests svn changeset:16255/svn branch:6.5
* #6076 - Debug console logs an error when clicking on "variables" or a sub itemArtur Signell2010-11-301-1/+6
| | | | svn changeset:16242/svn branch:6.5
* #6080 - Debug console should log exception type and not only messageArtur Signell2010-11-301-2/+17
| | | | svn changeset:16241/svn branch:6.5
* #6082 - deprecated isSwitchModeArtur Signell2010-11-301-0/+4
| | | | svn changeset:16240/svn branch:6.5
* #6082 Suppressed deprecation warningsArtur Signell2010-11-301-1/+3
| | | | svn changeset:16239/svn branch:6.5
* #2387Artur Signell2010-11-301-2/+2
| | | | | | Renamed inputEvent -> textChangeEvent for consistency svn changeset:16237/svn branch:6.5
* Reverted [16223]John Alhroos2010-11-301-0/+23
| | | | svn changeset:16234/svn branch:6.5
* #5713 clean up AbstractBeanContainer: use Item instead of BeanItem where ↵Henri Sara2010-11-301-15/+18
| | | | | | applicable, suppress warnings svn changeset:16233/svn branch:6.5
* Additional fix for #6075 - CellBasedLayout does not update size correctly ↵Artur Signell2010-11-301-6/+11
| | | | | | when set from client side svn changeset:16232/svn branch:6.5
* #5713 etc.: some BeanContainer, BeanItemContainer and AbstractBeanContainer ↵Henri Sara2010-11-303-7/+14
| | | | | | changes based on review (API, generics, suppress warnings) svn changeset:16231/svn branch:6.5
* #6063 BeanItemContainer broken when working with an interface that extends ↵Henri Sara2010-11-301-5/+46
| | | | | | another interface svn changeset:16225/svn branch:6.5
* Removed handlDynamicDimensions since it is redundant. #6075John Alhroos2010-11-301-24/+0
| | | | svn changeset:16223/svn branch:6.5
* Fixed the 'bouncing columns' issue introduced in the fix for #5066Jonatan Kronqvist2010-11-302-7/+8
| | | | svn changeset:16222/svn branch:6.5
* Fix for #6075John Alhroos2010-11-301-0/+30
| | | | svn changeset:16217/svn branch:6.5
* #5713 BeanContainer that does not require item id to be the beanHenri Sara2010-11-291-0/+95
| | | | svn changeset:16216/svn branch:6.5
* Fix for #6064Jonatan Kronqvist2010-11-291-81/+61
| | | | svn changeset:16215/svn branch:6.5
* #5946 / #5713 AbstractBeanContainer / BeanItemContainer changes based on reviewHenri Sara2010-11-292-20/+8
| | | | svn changeset:16214/svn branch:6.5
* Fixed a couple of width calculation bugs relating to #5066Jonatan Kronqvist2010-11-291-6/+17
| | | | svn changeset:16208/svn branch:6.5
* Removed unused fieldArtur Signell2010-11-291-2/+0
| | | | svn changeset:16207/svn branch:6.5
* Fix for #6073 - TextChangeEvents no longer sent after blurring the field ↵Artur Signell2010-11-291-0/+1
| | | | | | when in TIMEOUT mode svn changeset:16206/svn branch:6.5
* Fix for #6025 - TextChangeEvent that is lazy and uses timeout 0 should work ↵Artur Signell2010-11-291-0/+5
| | | | | | as eager svn changeset:16202/svn branch:6.5
* Fix #6070 - Changing TextChangeEvent mode or timeout does not update to the ↵Artur Signell2010-11-291-0/+2
| | | | | | client svn changeset:16201/svn branch:6.5
* Reverted [16195] as it causes NPEArtur Signell2010-11-261-1/+1
| | | | svn changeset:16196/svn branch:6.5
* Cosmetic change for #5994 fixArtur Signell2010-11-261-1/+1
| | | | svn changeset:16195/svn branch:6.5
* #6003 - Word wrap doesn't work in TextAreaArtur Signell2010-11-262-1/+34
| | | | svn changeset:16192/svn branch:6.5
* Workaround for #6064 until fixed for realArtur Signell2010-11-261-2/+7
| | | | svn changeset:16190/svn branch:6.5