org.gwtbootstrap3.client.ui.base
Interface HasTarget
- All Known Implementing Classes:
- Anchor, ImageAnchor, NavbarBrand, NavbarLink, ThumbnailLink
public interface HasTarget
Simple interface that will set/get the objects 'target' attribute
- Author:
- Joshua Godi
- See Also:
Attributes
BLANK
static final String BLANK
- See Also:
- Constant Field Values
setTarget
void setTarget(String target)
- Set the target attribute of the object
- Parameters:
target - target attribute
getTarget
String getTarget()
- Get the target attribute of the object
- Returns:
- target attribute
Copyright © 2015. All rights reserved.