summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormichaelvogt <michael@vaadin.com>2013-06-25 11:47:38 +0300
committerVaadin Code Review <review@vaadin.com>2013-07-08 11:44:39 +0000
commit8b5a7e940b8fcbaaf135ec3c395ffc38c62d5a1b (patch)
tree30c65f97cb5ded5e5e79915f1ee19e8fde86b0a0 /shared
parent00c473abf05da9bc8c755e6fef54f119ece698aa (diff)
downloadvaadin-framework-8b5a7e940b8fcbaaf135ec3c395ffc38c62d5a1b.tar.gz
vaadin-framework-8b5a7e940b8fcbaaf135ec3c395ffc38c62d5a1b.zip
Tabsheet tabs should support alternate text (#11824)
Change-Id: I000fe6102291d8bd9bbe484b5683b50c40c8470b
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/tabsheet/TabsheetBaseConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ui/tabsheet/TabsheetBaseConstants.java b/shared/src/com/vaadin/shared/ui/tabsheet/TabsheetBaseConstants.java
index 7eb23a9887..b7f337a5a8 100644
--- a/shared/src/com/vaadin/shared/ui/tabsheet/TabsheetBaseConstants.java
+++ b/shared/src/com/vaadin/shared/ui/tabsheet/TabsheetBaseConstants.java
@@ -29,5 +29,7 @@ public class TabsheetBaseConstants implements Serializable {
public static final String ATTRIBUTE_TAB_CAPTION = "caption";
@Deprecated
public static final String ATTRIBUTE_TAB_ICON = "icon";
+ @Deprecated
+ public static final String ATTRIBUTE_TAB_ICON_ALT = "iconalt";
}