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 AlignmentUtils
java.lang.Object
com.vaadin.ui.AlignmentUtils
All Implemented Interfaces:
AlignmentUtils
has been replaced by Alignment
.
- extends Object
- implements Serializable
@Deprecated
public class AlignmentUtils
Helper class for setting alignments using a short notation. Supported notation is: t,top for top alignment m,middle for vertical center alignment b,bottom for bottom alignment l,left for left alignment c,center for horizontal center alignment r,right for right alignment
See Also:
Constructor Summary | |
---|---|
AlignmentUtils()
Deprecated. |
Method Summary | |
---|---|
static void |
setComponentAlignment(Layout.AlignmentHandler parent,
Component component,
String alignment)
Deprecated. Set the alignment for the component using short notation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
AlignmentUtils
public AlignmentUtils()
Deprecated.
Method Detail |
---|
setComponentAlignment
public static void setComponentAlignment(Layout.AlignmentHandler parent,
Component component,
String alignment)
throws IllegalArgumentException
- Parameters:
parent
-component
-alignment
- String containing one or two alignment strings. If short notation "r","t",etc is used valid strings include "r","rt","tr","t". If the longer notation is used the alignments should be separated by a space e.g. "right","right top","top right","top". It is valid to mix short and long notation but they must be separated by a space e.g. "r top".- Throws:
IllegalArgumentException
Deprecated.
Set the alignment for the component using short notation