com.gwtext.client.widgets.layout
Class RowLayoutData

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.core.BaseConfig
          extended by com.gwtext.client.widgets.layout.LayoutData
              extended by com.gwtext.client.widgets.layout.RowLayoutData

public class RowLayoutData
extends LayoutData

Supporting class for RowLayout.

See Also:
RowLayout

Field Summary
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Constructor Summary
RowLayoutData()
           
RowLayoutData(int height)
           
RowLayoutData(java.lang.String height)
           
 
Method Summary
 void setHeight(int height)
           
 void setHeight(java.lang.String height)
           
 
Methods inherited from class com.gwtext.client.core.JsObject
getJsObj, getProperties, isCreated, setJsObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowLayoutData

public RowLayoutData()

RowLayoutData

public RowLayoutData(java.lang.String height)

RowLayoutData

public RowLayoutData(int height)
Method Detail

setHeight

public void setHeight(int height)

setHeight

public void setHeight(java.lang.String height)