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 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.classAn abstract base class for layout managers.classA layout manager which arranges widgets vertically.classA 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 WLayoutItemWLayout.getItemAt(int index) Returns the layout item at a specific index.StdLayoutImpl.getLayoutItem()Returns theWLayoutas aWLayoutItem.abstract WLayoutItemStdLayoutItemImpl.getLayoutItem()Returns the actualWLayoutItem.WBorderLayout.removeItem(WLayoutItem item) WBoxLayout.removeItem(WLayoutItem item) WFitLayout.removeItem(WLayoutItem item) WGridLayout.removeItem(WLayoutItem item) abstract WLayoutItemWLayout.removeItem(WLayoutItem item) Removes a layout item (widget or nested layout).Methods in eu.webtoolkit.jwt with parameters of type WLayoutItemModifier and TypeMethodDescriptionvoidWBorderLayout.add(WLayoutItem item, LayoutPosition position) Adds a layout item to the given position.voidWBorderLayout.addItem(WLayoutItem item) voidWBoxLayout.addItem(WLayoutItem item) voidWFitLayout.addItem(WLayoutItem item) voidWGridLayout.addItem(WLayoutItem item) final voidWGridLayout.addItem(WLayoutItem item, int row, int column) Adds a layout item to the grid.final voidWGridLayout.addItem(WLayoutItem item, int row, int column, int rowSpan) Adds a layout item to the grid.final voidWGridLayout.addItem(WLayoutItem item, int row, int column, int rowSpan, int columnSpan) Adds a layout item to the grid.final voidWGridLayout.addItem(WLayoutItem item, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment) Adds a layout item to the grid.voidWGridLayout.addItem(WLayoutItem item, int row, int column, int rowSpan, int columnSpan, EnumSet<AlignmentFlag> alignment) Adds a layout item to the grid.abstract voidWLayout.addItem(WLayoutItem item) Adds a layout item.protected static StdLayoutItemImplStdLayoutImpl.getImpl(WLayoutItem item) Returns aWLayoutItemimplementation.WBorderLayout.getPosition(WLayoutItem item) Returns the position at which the given layout item is set.intWFitLayout.indexOf(WLayoutItem item) intWLayout.indexOf(WLayoutItem item) Returns the index of a given item.protected final voidWBoxLayout.insertItem(int index, WLayoutItem item, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment) protected voidWBoxLayout.insertItem(int index, WLayoutItem item, int stretch, EnumSet<AlignmentFlag> alignment) protected voidWLayout.itemAdded(WLayoutItem item) voidWLayoutImpl.itemAdded(WLayoutItem item) Adds a layout item.protected voidWLayout.itemRemoved(WLayoutItem item) voidWLayoutImpl.itemRemoved(WLayoutItem item) Removes a layout item.abstract booleanStdLayoutImpl.itemResized(WLayoutItem item) Called when aWLayoutItemin theWLayoutis resized.WBorderLayout.removeItem(WLayoutItem item) WBoxLayout.removeItem(WLayoutItem item) WFitLayout.removeItem(WLayoutItem item) WGridLayout.removeItem(WLayoutItem item) abstract WLayoutItemWLayout.removeItem(WLayoutItem item) Removes a layout item (widget or nested layout).protected voidWLayout.update(WLayoutItem item) Update the layout.