Uses of Interface
eu.webtoolkit.jwt.WLayoutItem
Packages that use WLayoutItem
-
Uses of WLayoutItem in eu.webtoolkit.jwt
Classes in eu.webtoolkit.jwt that implement WLayoutItemModifier and TypeClassDescriptionclass
A layout manager which divides the container region in five regions.class
A layout manager which arranges widgets horizontally or vertically.class
A layout manager which spans a single widget to all available space.class
A layout manager which arranges widgets in a grid.class
A layout manager which arranges widgets horizontally.class
An abstract base class for layout managers.class
A layout manager which arranges widgets vertically.class
A layout item that holds a single widget.Methods in eu.webtoolkit.jwt that return WLayoutItemModifier and TypeMethodDescriptionWBorderLayout.getItemAt
(int index) WBorderLayout.getItemAt
(LayoutPosition position) Returns the item at a position.WBoxLayout.getItemAt
(int index) WFitLayout.getItemAt
(int index) WGridLayout.getItemAt
(int index) abstract WLayoutItem
WLayout.getItemAt
(int index) Returns the layout item at a specific index.WBorderLayout.removeItem
(WLayoutItem item) WBoxLayout.removeItem
(WLayoutItem item) WFitLayout.removeItem
(WLayoutItem item) WGridLayout.removeItem
(WLayoutItem item) abstract WLayoutItem
WLayout.removeItem
(WLayoutItem item) Removes a layout item (widget or nested layout).Methods in eu.webtoolkit.jwt with parameters of type WLayoutItemModifier and TypeMethodDescriptionvoid
WBorderLayout.add
(WLayoutItem item, LayoutPosition position) Adds a layout item to the given position.void
WBorderLayout.addItem
(WLayoutItem item) void
WBoxLayout.addItem
(WLayoutItem item) void
WFitLayout.addItem
(WLayoutItem item) void
WGridLayout.addItem
(WLayoutItem item) final void
WGridLayout.addItem
(WLayoutItem item, int row, int column) Adds a layout item to the grid.final void
WGridLayout.addItem
(WLayoutItem item, int row, int column, int rowSpan) Adds a layout item to the grid.final void
WGridLayout.addItem
(WLayoutItem item, int row, int column, int rowSpan, int columnSpan) Adds a layout item to the grid.final void
WGridLayout.addItem
(WLayoutItem item, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment) Adds a layout item to the grid.void
WGridLayout.addItem
(WLayoutItem item, int row, int column, int rowSpan, int columnSpan, EnumSet<AlignmentFlag> alignment) Adds a layout item to the grid.abstract void
WLayout.addItem
(WLayoutItem item) Adds a layout item.WBorderLayout.getPosition
(WLayoutItem item) Returns the position at which the given layout item is set.int
WFitLayout.indexOf
(WLayoutItem item) int
WLayout.indexOf
(WLayoutItem item) Returns the index of a given item.protected final void
WBoxLayout.insertItem
(int index, WLayoutItem item, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment) protected void
WBoxLayout.insertItem
(int index, WLayoutItem item, int stretch, EnumSet<AlignmentFlag> alignment) protected void
WLayout.itemAdded
(WLayoutItem item) void
WLayoutImpl.itemAdded
(WLayoutItem item) Adds a layout item.protected void
WLayout.itemRemoved
(WLayoutItem item) void
WLayoutImpl.itemRemoved
(WLayoutItem item) Removes a layout item.WBorderLayout.removeItem
(WLayoutItem item) WBoxLayout.removeItem
(WLayoutItem item) WFitLayout.removeItem
(WLayoutItem item) WGridLayout.removeItem
(WLayoutItem item) abstract WLayoutItem
WLayout.removeItem
(WLayoutItem item) Removes a layout item (widget or nested layout).protected void
WLayout.update
(WLayoutItem item) Update the layout.