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

All Known Implementing Classes:
HoverBase, Popover, Tooltip

public interface HasTrigger

Interface for widgets that are triggered by an action.

Since:
2.0.4.0
Author:
Dominik Mayer
See Also:
Trigger

Method Summary
 Trigger getTrigger()
          Gets the widget's Trigger.
 void setTrigger(Trigger trigger)
          Sets the trigger that activates the widget.
 

Method Detail

setTrigger

void setTrigger(Trigger trigger)
Sets the trigger that activates the widget.

Parameters:
trigger - the trigger

getTrigger

Trigger getTrigger()
Gets the widget's Trigger.

Returns:
the trigger


Copyright © 2012 gwtbootstrap. All Rights Reserved.