org.onebusaway.webapp.gwt.common.layout
Class Box
java.lang.Object
org.onebusaway.webapp.gwt.common.layout.Box
public abstract class Box
- extends Object
Constructor Summary |
Box()
|
Method Summary |
static Box |
bottom(com.google.gwt.dom.client.Element element)
|
static Box |
bottom(com.google.gwt.user.client.ui.Widget widget)
|
abstract int |
evaluate()
|
static Box |
height(com.google.gwt.dom.client.Element element)
|
static Box |
height(com.google.gwt.user.client.ui.Widget widget)
|
static Box |
minus(Box a,
Box b)
|
static Box |
plus(Box... boxes)
|
static Box |
top(com.google.gwt.dom.client.Element element)
|
static Box |
top(com.google.gwt.user.client.ui.Widget widget)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Box
public Box()
evaluate
public abstract int evaluate()
height
public static Box height(com.google.gwt.user.client.ui.Widget widget)
height
public static Box height(com.google.gwt.dom.client.Element element)
top
public static Box top(com.google.gwt.user.client.ui.Widget widget)
top
public static Box top(com.google.gwt.dom.client.Element element)
bottom
public static Box bottom(com.google.gwt.user.client.ui.Widget widget)
bottom
public static Box bottom(com.google.gwt.dom.client.Element element)
plus
public static Box plus(Box... boxes)
minus
public static Box minus(Box a,
Box b)
Copyright © 2012 OneBusAway. All Rights Reserved.