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 TypeClassDescriptionclassA layout manager which divides the container region in five regions.classA layout manager which arranges widgets horizontally or vertically.classA layout manager which spans a single widget to all available space.classA layout manager which arranges widgets in a grid.classA layout manager which arranges widgets horizontally.classA layout manager which arranges widgets vertically.Methods in eu.webtoolkit.jwt that return WLayoutModifier and TypeMethodDescriptionprotected WLayoutStdLayoutImpl.getLayout()Returns theWLayout.WContainerWidget.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 voidAdds a nested layout to the layout.final voidAdds a nested layout to the layout.final voidWBoxLayout.addLayout(WLayout layout, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment) Adds a nested layout to the layout.voidWBoxLayout.addLayout(WLayout layout, int stretch, EnumSet<AlignmentFlag> alignment) Adds a nested layout to the layout.final voidAdds a nested layout item to the grid.final voidAdds a nested layout item to the grid.final voidWGridLayout.addLayout(WLayout layout, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment) Adds a nested layout item to the grid.voidWGridLayout.addLayout(WLayout layout, int row, int column, int rowSpan, int columnSpan, EnumSet<AlignmentFlag> alignment) Adds a nested layout item to the grid.final voidWGridLayout.addLayout(WLayout layout, int row, int column, AlignmentFlag alignmen, AlignmentFlag... alignment) Adds a nested layout item to the grid.voidWGridLayout.addLayout(WLayout layout, int row, int column, EnumSet<AlignmentFlag> alignment) Adds a nested layout item to the grid.final voidWBoxLayout.insertLayout(int index, WLayout layout) Inserts a nested layout in the layout.final voidWBoxLayout.insertLayout(int index, WLayout layout, int stretch) Inserts a nested layout in the layout.final voidWBoxLayout.insertLayout(int index, WLayout layout, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment) Inserts a nested layout in the layout.voidWBoxLayout.insertLayout(int index, WLayout layout, int stretch, EnumSet<AlignmentFlag> alignment) Inserts a nested layout in the layout.voidSets a layout manager for the container.voidWLayout.setParentLayout(WLayout layout) voidWLayoutItem.setParentLayout(WLayout parentLayout) Internal method.voidWWidgetItem.setParentLayout(WLayout parentLayout) booleanWBoxLayout.setStretchFactor(WLayout layout, int stretch) Sets the stretch factor for a nested layout.Constructors in eu.webtoolkit.jwt with parameters of type WLayout