]> source.dussan.org Git - vaadin-framework.git/commit
Fix custom attributes of Link component (#19107)
authormaxschuster <dev@maxschuster.eu>
Sun, 11 Oct 2015 18:48:52 +0000 (20:48 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 4 Jan 2016 08:57:05 +0000 (08:57 +0000)
commitbc6a82ea2b31a3b2d0e4c79eec3032878598bf0b
tree4fc42fdea3ef197d069e13429988da8b8b05be61
parentee9f5a6e09c87c7450fddd61cb8e3ddc03b61689
Fix custom attributes of Link component (#19107)

Added the custom attributes href and target to the Link component to
match the attribute names used by Link.readDesign() and
Link.writeDesign()
Change-Id: I7f257fcf89cb78d14d9632aa1be548e92f3010c3
server/src/com/vaadin/ui/Link.java