com.itmill.toolkit.ui
Class Layout.MarginInfo

java.lang.Object
  extended by com.itmill.toolkit.terminal.gwt.client.ui.IMarginInfo
      extended by com.itmill.toolkit.ui.Layout.MarginInfo
Enclosing interface:
Layout

public static class Layout.MarginInfo
extends IMarginInfo


Constructor Summary
Layout.MarginInfo(boolean enabled)
           
Layout.MarginInfo(boolean top, boolean right, boolean bottom, boolean left)
           
 
Method Summary
 
Methods inherited from class com.itmill.toolkit.terminal.gwt.client.ui.IMarginInfo
equals, getBitMask, hasBottom, hasLeft, hasRight, hasTop, setMargins, setMargins, setMargins
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Layout.MarginInfo

public Layout.MarginInfo(boolean enabled)

Layout.MarginInfo

public Layout.MarginInfo(boolean top,
                         boolean right,
                         boolean bottom,
                         boolean left)


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.