Uses of Enum Class
eu.webtoolkit.jwt.Side
Packages that use Side
-
Uses of Side in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt with type parameters of type SideMethods in eu.webtoolkit.jwt that return SideModifier and TypeMethodDescriptionWCompositeWidget.getFloatSide()WWebWidget.getFloatSide()abstract SideWWidget.getFloatSide()Returns the CSS float side.WBootstrap5Theme.getPanelCollapseIconSide()WTheme.getPanelCollapseIconSide()Returns which side theWPanelcollapse icon should be added on.static SideReturns the enum constant of this class with the specified name.static Side[]Side.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type SideModifier and TypeMethodDescriptionWCompositeWidget.getClearSides()WWebWidget.getClearSides()WWidget.getClearSides()Returns the sides that should remain empty.Methods in eu.webtoolkit.jwt with parameters of type SideModifier and TypeMethodDescriptionvoidWAbstractItemModel.dropEvent(WDropEvent e, DropAction action, WModelIndex pindex, Side side) Handles a drop event.protected voidWAbstractItemView.dropEvent(WDropEvent e, WModelIndex index, Side side) Handles a drop event (drag & drop).Returns the border style.intWLayout.getContentsMargin(Side side) Returns a contents margin.abstract WLengthReturns a CSS margin set.abstract WLengthReturns a CSS offset.WContainerWidget.getPadding(Side side) Returns the padding set for the widget.WText.getPadding(Side side) Returns the padding set for the widget.WTableView.getPreloadMargin(Side side) Retrieves the preloading margin.final voidWCssDecorationStyle.setBackgroundImage(WLink image, EnumSet<Orientation> repeat, Side side, Side... sides) Sets a background image.final voidWCssDecorationStyle.setBackgroundImage(String url, EnumSet<Orientation> repeat, Side side, Side... sides) Sets a background image.final voidSets the border style.final voidWWidget.setClearSides(Side side, Side... sides) Sets the sides that should be cleared of floats.voidWCompositeWidget.setFloatSide(Side s) voidWWebWidget.setFloatSide(Side s) abstract voidWWidget.setFloatSide(Side s) Specifies a CSS float side.voidSets the image.final voidSets CSS margins around the widget.final voidSets CSS margins around the widget.final voidWWidget.setOffsets(int pixels, Side side, Side... sides) Sets CSS offsets for a non-statically positioned widget.final voidWWidget.setOffsets(WLength offset, Side side, Side... sides) Sets CSS offsets for a non-statically positioned widget.final voidWContainerWidget.setPadding(WLength length, Side side, Side... sides) Sets padding inside the widget.final voidWText.setPadding(WLength length, Side side, Side... sides) Sets padding inside the widget.final voidWTableView.setPreloadMargin(WLength margin, Side sid, Side... side) Sets preloading margin.Method parameters in eu.webtoolkit.jwt with type arguments of type SideModifier and TypeMethodDescriptionvoidSets the border style.voidWCompositeWidget.setClearSides(EnumSet<Side> sides) voidWWebWidget.setClearSides(EnumSet<Side> sides) abstract voidWWidget.setClearSides(EnumSet<Side> sides) Sets the sides that should be cleared of floats.voidvoidvoidSets CSS margins around the widget.abstract voidSets CSS margins around the widget.voidWCompositeWidget.setOffsets(WLength offset, EnumSet<Side> sides) voidWWebWidget.setOffsets(WLength offset, EnumSet<Side> sides) voidWWidget.setOffsets(int pixels, EnumSet<Side> sides) Sets CSS offsets for a non-statically positioned widget.abstract voidWWidget.setOffsets(WLength offset, EnumSet<Side> sides) Sets CSS offsets for a non-statically positioned widget.voidWContainerWidget.setPadding(WLength length, EnumSet<Side> sides) Sets padding inside the widget.voidWText.setPadding(WLength length, EnumSet<Side> sides) Sets padding inside the widget.voidWTableView.setPreloadMargin(WLength margin, EnumSet<Side> side) Sets preloading margin. -
Uses of Side in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return SideModifier and TypeMethodDescriptionWAbstractDataSeries3D.getColorMapSide()Returns on which side the colormap is shown.WCartesian3DChart.getLegendSide()Returns the legend side.WCartesianChart.getLegendSide()Returns the legend side.Methods in eu.webtoolkit.jwt.chart with parameters of type SideModifier and TypeMethodDescriptionintWAbstractChart.getPlotAreaPadding(Side side) Returns the internal margin for the main plot area.intWAxisSliderWidget.getSelectionAreaPadding(Side side) Returns the internal margin for the selection area.voidWAbstractDataSeries3D.setColorMapSide(Side side) Sets whether the colormap is shown on the left or right.voidWCartesian3DChart.setLegendLocation(Side side, AlignmentFlag alignment) Configures the location of the legend.voidWCartesianChart.setLegendLocation(LegendLocation location, Side side, AlignmentFlag alignment) Configures the legend location.final voidWAbstractChart.setPlotAreaPadding(int padding, Side side, Side... sides) Set an internal margin for the main plot area.final voidWAxisSliderWidget.setSelectionAreaPadding(int padding, Side side, Side... sides) Sets an internal margin for the selection area.Method parameters in eu.webtoolkit.jwt.chart with type arguments of type SideModifier and TypeMethodDescriptionvoidWAbstractChart.setPlotAreaPadding(int padding, EnumSet<Side> sides) Set an internal margin for the main plot area.voidWAxisSliderWidget.setSelectionAreaPadding(int padding, EnumSet<Side> sides) Sets an internal margin for the selection area. -
Uses of Side in eu.webtoolkit.jwt.render
Methods in eu.webtoolkit.jwt.render with parameters of type SideModifier and TypeMethodDescriptiondoubleabstract doubleReturns the margin.final voidSets the page margins.Method parameters in eu.webtoolkit.jwt.render with type arguments of type Side