org.gwtbootstrap3.client.ui.base
Interface HasTargetHistoryToken

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

public interface HasTargetHistoryToken

Author:
Sven Jacobs

Method Summary
 String getTargetHistoryToken()
          Get the target history token for the widget
 void setTargetHistoryToken(String targetHistoryToken)
          Set the target history token for the widget
 

Method Detail

setTargetHistoryToken

void setTargetHistoryToken(String targetHistoryToken)
Set the target history token for the widget

Parameters:
targetHistoryToken - String target history token of the widget

getTargetHistoryToken

String getTargetHistoryToken()
Get the target history token for the widget

Returns:
String the widget's target history token


Copyright © 2015. All rights reserved.