Uses of Class
eu.webtoolkit.jwt.LayoutPosition
-
Packages that use LayoutPosition Package Description eu.webtoolkit.jwt -
-
Uses of LayoutPosition in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return LayoutPosition Modifier and Type Method Description LayoutPositionWBorderLayout. getPosition(WLayoutItem item)Returns the position at which the given layout item is set.static LayoutPositionLayoutPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LayoutPosition[]LayoutPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type LayoutPosition Modifier and Type Method Description voidWBorderLayout. add(WLayoutItem item, LayoutPosition position)Adds a layout item to the given position.voidWBorderLayout. addWidget(WWidget w, LayoutPosition position)Adds a widget to the given position.WLayoutItemWBorderLayout. getItemAt(LayoutPosition position)Returns the item at a position.WWidgetWBorderLayout. widgetAt(LayoutPosition position)Returns the widget at a position.
-