com.vaadin.terminal.gwt.client
Class MeasuredSize.MeasureResult

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.MeasuredSize.MeasureResult
Enclosing class:
MeasuredSize

public static class MeasuredSize.MeasureResult
extends Object


Method Summary
 boolean isChanged()
           
 boolean isHeightChanged()
           
 boolean isWidthChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isHeightChanged

public boolean isHeightChanged()

isWidthChanged

public boolean isWidthChanged()

isChanged

public boolean isChanged()


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