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 Side
WWidget.getFloatSide()
Returns the CSS float side.WBootstrap5Theme.getPanelCollapseIconSide()
WTheme.getPanelCollapseIconSide()
Returns which side theWPanel
collapse icon should be added on.static Side
Returns 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 TypeMethodDescriptionvoid
WAbstractItemModel.dropEvent
(WDropEvent e, DropAction action, WModelIndex pindex, Side side) Handles a drop event.protected void
WAbstractItemView.dropEvent
(WDropEvent e, WModelIndex index, Side side) Handles a drop event (drag & drop).Returns the border style.int
WLayout.getContentsMargin
(Side side) Returns a contents margin.abstract WLength
Returns a CSS margin set.abstract WLength
Returns 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 void
WCssDecorationStyle.setBackgroundImage
(WLink image, EnumSet<Orientation> repeat, Side side, Side... sides) Sets a background image.final void
WCssDecorationStyle.setBackgroundImage
(String url, EnumSet<Orientation> repeat, Side side, Side... sides) Sets a background image.final void
Sets the border style.final void
WWidget.setClearSides
(Side side, Side... sides) Sets the sides that should be cleared of floats.void
WCompositeWidget.setFloatSide
(Side s) void
WWebWidget.setFloatSide
(Side s) abstract void
WWidget.setFloatSide
(Side s) Specifies a CSS float side.void
Sets the image.final void
Sets CSS margins around the widget.final void
Sets CSS margins around the widget.final void
WWidget.setOffsets
(int pixels, Side side, Side... sides) Sets CSS offsets for a non-statically positioned widget.final void
WWidget.setOffsets
(WLength offset, Side side, Side... sides) Sets CSS offsets for a non-statically positioned widget.final void
WContainerWidget.setPadding
(WLength length, Side side, Side... sides) Sets padding inside the widget.final void
WText.setPadding
(WLength length, Side side, Side... sides) Sets padding inside the widget.final void
WTableView.setPreloadMargin
(WLength margin, Side sid, Side... side) Sets preloading margin.Method parameters in eu.webtoolkit.jwt with type arguments of type SideModifier and TypeMethodDescriptionvoid
Sets the border style.void
WCompositeWidget.setClearSides
(EnumSet<Side> sides) void
WWebWidget.setClearSides
(EnumSet<Side> sides) abstract void
WWidget.setClearSides
(EnumSet<Side> sides) Sets the sides that should be cleared of floats.void
void
void
Sets CSS margins around the widget.abstract void
Sets CSS margins around the widget.void
WCompositeWidget.setOffsets
(WLength offset, EnumSet<Side> sides) void
WWebWidget.setOffsets
(WLength offset, EnumSet<Side> sides) void
WWidget.setOffsets
(int pixels, EnumSet<Side> sides) Sets CSS offsets for a non-statically positioned widget.abstract void
WWidget.setOffsets
(WLength offset, EnumSet<Side> sides) Sets CSS offsets for a non-statically positioned widget.void
WContainerWidget.setPadding
(WLength length, EnumSet<Side> sides) Sets padding inside the widget.void
WText.setPadding
(WLength length, EnumSet<Side> sides) Sets padding inside the widget.void
WTableView.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 TypeMethodDescriptionint
WAbstractChart.getPlotAreaPadding
(Side side) Returns the internal margin for the main plot area.int
WAxisSliderWidget.getSelectionAreaPadding
(Side side) Returns the internal margin for the selection area.void
WAbstractDataSeries3D.setColorMapSide
(Side side) Sets whether the colormap is shown on the left or right.void
WCartesian3DChart.setLegendLocation
(Side side, AlignmentFlag alignment) Configures the location of the legend.void
WCartesianChart.setLegendLocation
(LegendLocation location, Side side, AlignmentFlag alignment) Configures the legend location.final void
WAbstractChart.setPlotAreaPadding
(int padding, Side side, Side... sides) Set an internal margin for the main plot area.final void
WAxisSliderWidget.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 TypeMethodDescriptionvoid
WAbstractChart.setPlotAreaPadding
(int padding, EnumSet<Side> sides) Set an internal margin for the main plot area.void
WAxisSliderWidget.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 TypeMethodDescriptiondouble
abstract double
Returns the margin.final void
Sets the page margins.Method parameters in eu.webtoolkit.jwt.render with type arguments of type Side