]> source.dussan.org Git - vaadin-framework.git/commit
Fixes #3736 "Split up style and type definitions" and #3467 "Button styles missing?"
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 3 Mar 2010 11:05:31 +0000 (11:05 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 3 Mar 2010 11:05:31 +0000 (11:05 +0000)
commitae106c9b5e64a8ea88965ca850eef78c3e6d109b
tree49b6ad165ff1b9a948a9a63786b3934ea44b93a3
parentc85c13acce3f6ca09c58337b94c3bb72600ea181
Fixes #3736 "Split up style and type definitions" and #3467 "Button styles missing?"
 * Now all built-in themes have an accompanying class file that describes all provided style names.
 * Deprecated Button.STYLE_LINK in favor of BaseTheme.BUTTON_LINK
 * Deprecated Panel.STYLE_LIGHT in favor of Reindeer.PANEL_LIGHT and Runo.PANEL_LIGHT

svn changeset:11601/svn branch:6.3
src/com/vaadin/ui/Button.java
src/com/vaadin/ui/Panel.java
src/com/vaadin/ui/themes/BaseTheme.java [new file with mode: 0644]
src/com/vaadin/ui/themes/Reindeer.java [new file with mode: 0644]
src/com/vaadin/ui/themes/Runo.java [new file with mode: 0644]