Uses of Class
eu.webtoolkit.jwt.WLayout
Packages that use WLayout
-
Uses of WLayout in eu.webtoolkit.jwt
Subclasses of WLayout in eu.webtoolkit.jwtModifier 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
A layout manager which arranges widgets vertically.Methods in eu.webtoolkit.jwt that return WLayoutModifier and TypeMethodDescriptionWContainerWidget.getLayout()
Returns the layout manager that was set for the container.WLayout.getLayout()
WLayoutItem.getLayout()
Returns the layout that implements thisWLayoutItem
.WWidgetItem.getLayout()
WLayout.getParentLayout()
WLayoutItem.getParentLayout()
Returns the layout in which this item is contained.WWidgetItem.getParentLayout()
Methods in eu.webtoolkit.jwt with parameters of type WLayoutModifier and TypeMethodDescriptionfinal void
Adds a nested layout to the layout.final void
Adds a nested layout to the layout.final void
WBoxLayout.addLayout
(WLayout layout, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment) Adds a nested layout to the layout.void
WBoxLayout.addLayout
(WLayout layout, int stretch, EnumSet<AlignmentFlag> alignment) Adds a nested layout to the layout.final void
Adds a nested layout item to the grid.final void
Adds a nested layout item to the grid.final void
WGridLayout.addLayout
(WLayout layout, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment) Adds a nested layout item to the grid.void
WGridLayout.addLayout
(WLayout layout, int row, int column, int rowSpan, int columnSpan, EnumSet<AlignmentFlag> alignment) Adds a nested layout item to the grid.final void
WGridLayout.addLayout
(WLayout layout, int row, int column, AlignmentFlag alignmen, AlignmentFlag... alignment) Adds a nested layout item to the grid.void
WGridLayout.addLayout
(WLayout layout, int row, int column, EnumSet<AlignmentFlag> alignment) Adds a nested layout item to the grid.final void
WBoxLayout.insertLayout
(int index, WLayout layout) Inserts a nested layout in the layout.final void
WBoxLayout.insertLayout
(int index, WLayout layout, int stretch) Inserts a nested layout in the layout.final void
WBoxLayout.insertLayout
(int index, WLayout layout, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment) Inserts a nested layout in the layout.void
WBoxLayout.insertLayout
(int index, WLayout layout, int stretch, EnumSet<AlignmentFlag> alignment) Inserts a nested layout in the layout.void
Sets a layout manager for the container.void
WLayout.setParentLayout
(WLayout layout) void
WLayoutItem.setParentLayout
(WLayout parentLayout) Internal method.void
WWidgetItem.setParentLayout
(WLayout parentLayout) boolean
WBoxLayout.setStretchFactor
(WLayout layout, int stretch) Sets the stretch factor for a nested layout.