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

All Known Implementing Classes:
Column, DateBox, DateBoxBase, DoubleBox, FileUpload, IntegerBox, ListBox, LongBox, NavForm, NavFormBase, NavSearch, PasswordTextBox, TextArea, TextBox, TextBoxBase, UneditableInput, ValueBox, ValueBoxBase, ValueListBox

public interface HasSize

Interface for widgets that have size according to the Bootstrap grid system.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 void setSize(int size)
          Sets the widget's size.
 

Method Detail

setSize

void setSize(int size)
Sets the widget's size.

Parameters:
size - the size of the widget in the Bootstrap grid system


Copyright © 2012 gwtbootstrap. All Rights Reserved.