]> source.dussan.org Git - vaadin-framework.git/commit
Add support for setId to TabSheet.Tab (#12064)
authortapio <tapio@vaadin.com>
Mon, 17 Jun 2013 11:41:18 +0000 (14:41 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 24 Jun 2013 09:12:27 +0000 (09:12 +0000)
commitcdb8d682af602cc8731e7a63827b499c2da5144e
treeb7e12cf7b984360e6133815dacfea27a81182b17
parentcc8bb2c509024076421abc37113cd7c6d8867571
Add support for setId to TabSheet.Tab (#12064)

Change-Id: Ia88b9d03a26b9670ab4026f8083a0b932dafa1c0
client/src/com/vaadin/client/ui/VTabsheet.java
server/src/com/vaadin/ui/Component.java
server/src/com/vaadin/ui/TabSheet.java
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetWithTabIds.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetWithTabIds.java [new file with mode: 0644]