com.github.gwtbootstrap.client.ui.base
Class SizeHelper

java.lang.Object
  extended by com.github.gwtbootstrap.client.ui.base.SizeHelper

public class SizeHelper
extends Object

THe helper for HasSize interface.

Since:
2.0.4.0
Author:
ohashi keisuke

Constructor Summary
SizeHelper()
           
 
Method Summary
static void setSize(UIObject widget, int size)
          change size style
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SizeHelper

public SizeHelper()
Method Detail

setSize

public static void setSize(UIObject widget,
                           int size)
change size style

Parameters:
widget - target widget
size - size


Copyright © 2012 gwtbootstrap. All Rights Reserved.