]> source.dussan.org Git - vaadin-framework.git/commit
(merged from 5.4) Implements "input prompt" for ComboBox and TextField. Also includes...
authorMarc Englund <marc.englund@itmill.com>
Mon, 6 Apr 2009 13:27:02 +0000 (13:27 +0000)
committerMarc Englund <marc.englund@itmill.com>
Mon, 6 Apr 2009 13:27:02 +0000 (13:27 +0000)
commitbdee6749d449ffdf7cf6584d9d67bca6f3d0dd79
treea352b7570bd5888f30af6e1f260fdea87deb240c
parentaa059edab19e8b10ebd18fb4c42b95c95dd60f49
(merged from 5.4) Implements "input prompt" for ComboBox and TextField. Also includes Sampler samples. Fixes #1455

svn changeset:7337/svn branch:6.0
15 files changed:
WebContent/ITMILL/themes/default/select/select.css
WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/textfield/textfield.css
src/com/itmill/toolkit/demo/sampler/FeatureSet.java
src/com/itmill/toolkit/demo/sampler/features/selects/75-ComboBoxInputPrompt.png [new file with mode: 0644]
src/com/itmill/toolkit/demo/sampler/features/selects/ComboBoxInputPrompt.java [new file with mode: 0644]
src/com/itmill/toolkit/demo/sampler/features/selects/ComboBoxInputPromptExample.java [new file with mode: 0644]
src/com/itmill/toolkit/demo/sampler/features/text/75-TextFieldInputPrompt.png [new file with mode: 0644]
src/com/itmill/toolkit/demo/sampler/features/text/TextFieldInputPrompt.java [new file with mode: 0644]
src/com/itmill/toolkit/demo/sampler/features/text/TextFieldInputPromptExample.java [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/client/ui/IFilterSelect.java
src/com/itmill/toolkit/terminal/gwt/client/ui/ITextField.java
src/com/itmill/toolkit/ui/ComboBox.java
src/com/itmill/toolkit/ui/RichTextArea.java
src/com/itmill/toolkit/ui/TextField.java