com.github.gwtbootstrap.client.ui.base
Interface HasPlacement

All Known Implementing Classes:
HoverBase, Popover, Tooltip

public interface HasPlacement

Interface for widgets that have a placement.

Since:
2.0.4.0
Author:
Dominik Mayer
See Also:
Placement

Method Summary
 Placement getPlacement()
          Gets the widget's placement.
 void setPlacement(Placement placement)
          Sets the widget's placement.
 

Method Detail

setPlacement

void setPlacement(Placement placement)
Sets the widget's placement.

Parameters:
placement - the placement

getPlacement

Placement getPlacement()
Gets the widget's placement.

Returns:
the widget's placement


Copyright © 2012 gwtbootstrap. All Rights Reserved.