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.ui.
Class Layout.MarginInfo
java.lang.Object
com.vaadin.terminal.gwt.client.ui.VMarginInfo
com.vaadin.ui.Layout.MarginInfo
All Implemented Interfaces:
Enclosing interface:
- extends VMarginInfo
- implements Serializable
public static class Layout.MarginInfo
See Also:
Constructor Summary | |
---|---|
Layout.MarginInfo(boolean enabled)
|
|
Layout.MarginInfo(boolean top,
boolean right,
boolean bottom,
boolean left)
|
Method Summary |
---|
Methods inherited from class com.vaadin.terminal.gwt.client.ui.VMarginInfo |
---|
equals, getBitMask, hasBottom, hashCode, hasLeft, hasRight, hasTop, setMargins, setMargins, setMargins |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, 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)