com.vaadin.terminal.gwt.client
Class MeasuredSize

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.MeasuredSize

public class MeasuredSize
extends Object


Nested Class Summary
static class MeasuredSize.MeasureResult
           
 
Constructor Summary
MeasuredSize()
           
 
Method Summary
 void addDependent(String pid)
           
 int getBorderBottom()
           
 int getBorderHeight()
           
 int getBorderLeft()
           
 int getBorderRight()
           
 int getBorderTop()
           
 int getBorderWidth()
           
 com.google.gwt.core.client.JsArrayString getDependents()
           
 int getInnerHeight()
           
 int getInnerWidth()
           
 int getMarginBottom()
           
 int getMarginHeight()
           
 int getMarginLeft()
           
 int getMarginRight()
           
 int getMarginTop()
           
 int getMarginWidth()
           
 int getOuterHeight()
           
 int getOuterWidth()
           
 int getPaddingBottom()
           
 int getPaddingHeight()
           
 int getPaddingLeft()
           
 int getPaddingRight()
           
 int getPaddingTop()
           
 int getPaddingWidth()
           
 boolean hasDependents()
           
 MeasuredSize.MeasureResult measure(com.google.gwt.dom.client.Element element)
           
 void removeDependent(String pid)
           
 boolean setOuterHeight(int height)
           
 boolean setOuterWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasuredSize

public MeasuredSize()
Method Detail

getOuterHeight

public int getOuterHeight()

getOuterWidth

public int getOuterWidth()

addDependent

public void addDependent(String pid)

removeDependent

public void removeDependent(String pid)

hasDependents

public boolean hasDependents()

getDependents

public com.google.gwt.core.client.JsArrayString getDependents()

getInnerHeight

public int getInnerHeight()

getInnerWidth

public int getInnerWidth()

setOuterHeight

public boolean setOuterHeight(int height)

setOuterWidth

public boolean setOuterWidth(int width)

getBorderHeight

public int getBorderHeight()

getBorderWidth

public int getBorderWidth()

getPaddingHeight

public int getPaddingHeight()

getPaddingWidth

public int getPaddingWidth()

getMarginHeight

public int getMarginHeight()

getMarginWidth

public int getMarginWidth()

getMarginTop

public int getMarginTop()

getMarginRight

public int getMarginRight()

getMarginBottom

public int getMarginBottom()

getMarginLeft

public int getMarginLeft()

getBorderTop

public int getBorderTop()

getBorderRight

public int getBorderRight()

getBorderBottom

public int getBorderBottom()

getBorderLeft

public int getBorderLeft()

getPaddingTop

public int getPaddingTop()

getPaddingRight

public int getPaddingRight()

getPaddingBottom

public int getPaddingBottom()

getPaddingLeft

public int getPaddingLeft()

measure

public MeasuredSize.MeasureResult measure(com.google.gwt.dom.client.Element element)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.