org.gwtbootstrap3.client.ui.base
Interface HasHref

All Known Implementing Classes:
AbstractAnchorListItem, Anchor, AnchorButton, AnchorListItem, ImageAnchor, LinkedGroupItem, NavbarBrand, NavbarLink, TabListItem, ThumbnailLink

public interface HasHref

Author:
Sven Jacobs

Field Summary
static String EMPTY_HREF
           
static String HREF
           
 
Method Summary
 String getHref()
          Get the HREF of the widget
 void setHref(String href)
          Set's the HREF of the widget
 

Field Detail

EMPTY_HREF

static final String EMPTY_HREF
See Also:
Constant Field Values

HREF

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

setHref

void setHref(String href)
Set's the HREF of the widget

Parameters:
href - String href

getHref

String getHref()
Get the HREF of the widget

Returns:
String href


Copyright © 2015. All rights reserved.