com.vaadin.terminal.gwt.client.ui
Class VMarginInfo

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.ui.VMarginInfo
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Layout.MarginInfo

public class VMarginInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
VMarginInfo(boolean top, boolean right, boolean bottom, boolean left)
           
VMarginInfo(int bitMask)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getBitMask()
           
 boolean hasBottom()
           
 int hashCode()
           
 boolean hasLeft()
           
 boolean hasRight()
           
 boolean hasTop()
           
 void setMargins(boolean enabled)
           
 void setMargins(boolean top, boolean right, boolean bottom, boolean left)
           
 void setMargins(VMarginInfo marginInfo)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMarginInfo

public VMarginInfo(int bitMask)

VMarginInfo

public VMarginInfo(boolean top,
                   boolean right,
                   boolean bottom,
                   boolean left)
Method Detail

setMargins

public void setMargins(boolean top,
                       boolean right,
                       boolean bottom,
                       boolean left)

setMargins

public void setMargins(VMarginInfo marginInfo)

hasLeft

public boolean hasLeft()

hasRight

public boolean hasRight()

hasTop

public boolean hasTop()

hasBottom

public boolean hasBottom()

getBitMask

public int getBitMask()

setMargins

public void setMargins(boolean enabled)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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