We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.ui.
Class VMarginInfo
java.lang.Object
com.vaadin.terminal.gwt.client.ui.VMarginInfo
All Implemented Interfaces:
Direct Known Subclasses:
- extends Object
- implements Serializable
public class VMarginInfo
See Also:
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)
hashCode
public int hashCode()