Uses of Class
eu.webtoolkit.jwt.Side
-
Packages that use Side Package Description eu.webtoolkit.jwt eu.webtoolkit.jwt.chart eu.webtoolkit.jwt.render -
-
Uses of Side in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt with type parameters of type Side Modifier and Type Field Description static java.util.EnumSet<Side>Side. AllSidesMethods in eu.webtoolkit.jwt that return Side Modifier and Type Method Description SideWCompositeWidget. getFloatSide()SideWWebWidget. getFloatSide()abstract SideWWidget. getFloatSide()Returns the CSS float side.SideWBootstrap5Theme. getPanelCollapseIconSide()SideWTheme. getPanelCollapseIconSide()Returns which side theWPanelcollapse icon should be added on.static SideSide. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Side[]Side. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type Side Modifier and Type Method Description java.util.EnumSet<Side>WCompositeWidget. getClearSides()java.util.EnumSet<Side>WWebWidget. getClearSides()abstract java.util.EnumSet<Side>WWidget. getClearSides()Returns the sides that should remain empty.Methods in eu.webtoolkit.jwt with parameters of type Side Modifier and Type Method Description voidWAbstractItemModel. 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).WBorderWCssDecorationStyle. getBorder(Side side)Returns the border style.intWLayout. getContentsMargin(Side side)Returns a contents margin.WLengthWCompositeWidget. getMargin(Side side)WLengthWWebWidget. getMargin(Side side)abstract WLengthWWidget. getMargin(Side side)Returns a CSS margin set.WLengthWCompositeWidget. getOffset(Side s)WLengthWWebWidget. getOffset(Side s)abstract WLengthWWidget. getOffset(Side side)Returns a CSS offset.WLengthWContainerWidget. getPadding(Side side)Returns the padding set for the widget.WLengthWText. getPadding(Side side)Returns the padding set for the widget.WLengthWTableView. getPreloadMargin(Side side)Retrieves the preloading margin.voidWCssDecorationStyle. setBackgroundImage(WLink image, java.util.EnumSet<Orientation> repeat, Side side, Side... sides)Sets a background image.voidWCssDecorationStyle. setBackgroundImage(java.lang.String url, java.util.EnumSet<Orientation> repeat, Side side, Side... sides)Sets a background image.voidWCssDecorationStyle. setBorder(WBorder border, Side side, Side... sides)Sets the border style.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.voidWLabel. setImage(WImage image, Side side)Sets the image.voidWWidget. setMargin(int pixels, Side side, Side... sides)Sets CSS margins around the widget.voidWWidget. setMargin(WLength margin, Side side, Side... sides)Sets CSS margins around the widget.voidWWidget. setOffsets(int pixels, Side side, Side... sides)Sets CSS offsets for a non-statically positioned widget.voidWWidget. setOffsets(WLength offset, Side side, Side... sides)Sets CSS offsets for a non-statically positioned widget.voidWContainerWidget. setPadding(WLength length, Side side, Side... sides)Sets padding inside the widget.voidWText. setPadding(WLength length, Side side, Side... sides)Sets padding inside the widget.voidWTableView. setPreloadMargin(WLength margin, Side sid, Side... side)Sets preloading margin.Method parameters in eu.webtoolkit.jwt with type arguments of type Side Modifier and Type Method Description voidWCssDecorationStyle. setBorder(WBorder border, java.util.EnumSet<Side> sides)Sets the border style.voidWCompositeWidget. setClearSides(java.util.EnumSet<Side> sides)voidWWebWidget. setClearSides(java.util.EnumSet<Side> sides)abstract voidWWidget. setClearSides(java.util.EnumSet<Side> sides)Sets the sides that should be cleared of floats.voidWCompositeWidget. setMargin(WLength margin, java.util.EnumSet<Side> sides)voidWWebWidget. setMargin(WLength margin, java.util.EnumSet<Side> sides)voidWWidget. setMargin(int pixels, java.util.EnumSet<Side> sides)Sets CSS margins around the widget.abstract voidWWidget. setMargin(WLength margin, java.util.EnumSet<Side> sides)Sets CSS margins around the widget.voidWCompositeWidget. setOffsets(WLength offset, java.util.EnumSet<Side> sides)voidWWebWidget. setOffsets(WLength offset, java.util.EnumSet<Side> sides)voidWWidget. setOffsets(int pixels, java.util.EnumSet<Side> sides)Sets CSS offsets for a non-statically positioned widget.abstract voidWWidget. setOffsets(WLength offset, java.util.EnumSet<Side> sides)Sets CSS offsets for a non-statically positioned widget.voidWContainerWidget. setPadding(WLength length, java.util.EnumSet<Side> sides)Sets padding inside the widget.voidWText. setPadding(WLength length, java.util.EnumSet<Side> sides)Sets padding inside the widget.voidWTableView. setPreloadMargin(WLength margin, java.util.EnumSet<Side> side)Sets preloading margin. -
Uses of Side in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return Side Modifier and Type Method Description SideWAbstractDataSeries3D. getColorMapSide()Returns on which side the colormap is shown.SideWCartesian3DChart. getLegendSide()Returns the legend side.SideWCartesianChart. getLegendSide()Returns the legend side.Methods in eu.webtoolkit.jwt.chart with parameters of type Side Modifier and Type Method Description intWAbstractChart. 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.voidWAbstractChart. setPlotAreaPadding(int padding, Side side, Side... sides)Set an internal margin for the main plot area.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 Side Modifier and Type Method Description voidWAbstractChart. setPlotAreaPadding(int padding, java.util.EnumSet<Side> sides)Set an internal margin for the main plot area.voidWAxisSliderWidget. setSelectionAreaPadding(int padding, java.util.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 Side Modifier and Type Method Description doubleWPdfRenderer. getMargin(Side side)abstract doubleWTextRenderer. getMargin(Side side)Returns the margin.voidWPdfRenderer. setMargin(double margin, Side side, Side... sides)Sets the page margins.Method parameters in eu.webtoolkit.jwt.render with type arguments of type Side Modifier and Type Method Description voidWPdfRenderer. setMargin(double margin, java.util.EnumSet<Side> sides)Sets the page margins.
-