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


public interface HasVisibility

Interface for components that can be shown or hidden.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Method Summary
 void hide()
          Hides the widget if it was previously shown.
 void show()
          Shows the widget if it was previously hidden.
 void toggle()
          Toggles the view state of the widget.
 

Method Detail

show

void show()
Shows the widget if it was previously hidden.


hide

void hide()
Hides the widget if it was previously shown.


toggle

void toggle()
Toggles the view state of the widget.

It will be hidden if it was previously shown and shown if it was previously hidden.



Copyright © 2012 gwtbootstrap. All Rights Reserved.