com.github.gwtbootstrap.client.ui.base
Interface HasType<T extends Style>

All Known Implementing Classes:
Alert, AlertBase, AlertBlock, Badge, Button, Close, ControlGroup, Label, NavbarButton, SubmitButton

public interface HasType<T extends Style>

Interface for widgets that have a type.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 void setType(T style)
          Sets the type of the widget.
 

Method Detail

setType

void setType(T style)
Sets the type of the widget.

Parameters:
style -


Copyright © 2012 gwtbootstrap. All Rights Reserved.