org.gwtbootstrap3.client.ui.base
Interface HasType<T extends Type>

All Known Implementing Classes:
AbstractButton, AbstractIconButton, AbstractToggleButton, Alert, AnchorButton, Button, CheckBoxButton, CloseButton, Form, FormPanel, Icon, Image, ImageAnchor, Label, ListGroupItem, Navbar, Panel, Progress, ProgressBar, RadioButton, SubmitButton

public interface HasType<T extends Type>

Author:
Sven Jacobs

Method Summary
 T getType()
          Gets the type of the widget
 void setType(T type)
          Sets the type on the widget
 

Method Detail

setType

void setType(T type)
Sets the type on the widget

Parameters:
type - T type

getType

T getType()
Gets the type of the widget

Returns:
type of the widget


Copyright © 2015. All rights reserved.