org.gwtbootstrap3.client.ui.base
Interface HasSize<T extends Size>

All Known Implementing Classes:
AbstractButton, AbstractIconButton, AbstractToggleButton, AnchorButton, Button, CheckBoxButton, CloseButton, DoubleBox, FormGroup, Input, IntegerBox, LongBox, RadioButton, SubmitButton, SuggestBox, TextArea, TextBox, TextBoxBase, ValueBoxBase, Well

public interface HasSize<T extends Size>

Author:
Sven Jacobs

Method Summary
 T getSize()
          Get the size of the widget
 void setSize(T size)
          Set the size of the widget
 

Method Detail

setSize

void setSize(T size)
Set the size of the widget

Parameters:
size - T size of the widget

getSize

T getSize()
Get the size of the widget

Returns:
T size of the widget


Copyright © 2015. All rights reserved.