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

Field Summary
static String BLANK
           
 
Method Summary
 String getTarget()
          Get the target attribute of the object
 void setTarget(String target)
          Set the target attribute of the object
 

Field Detail

BLANK

static final String BLANK
See Also:
Constant Field Values
Method Detail

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.