Uses of Class
eu.webtoolkit.jwt.Side

Packages that use Side
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
eu.webtoolkit.jwt.chart JWt Chart package, this package contains all widgets and classes related to charts. 
 

Uses of Side in eu.webtoolkit.jwt
 

Fields in eu.webtoolkit.jwt with type parameters of type Side
static java.util.EnumSet<Side> Side.All
          All sides.
static java.util.EnumSet<Side> Side.CenterXY
          (CenterX | CenterY)
static java.util.EnumSet<Side> Side.Horizontals
          (Left | Right)
static java.util.EnumSet<Side> Side.None
          No side.
static java.util.EnumSet<Side> Side.Verticals
          (Top | Bottom)
 

Methods in eu.webtoolkit.jwt that return Side
 Side WCompositeWidget.getFloatSide()
           
 Side WWebWidget.getFloatSide()
           
abstract  Side WWidget.getFloatSide()
          Returns the CSS float side.
static Side Side.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
 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
 WBorder WCssDecorationStyle.getBorder(Side side)
          Returns the border style.
 int WLayout.getContentsMargin(Side side)
          Returns a contents margin.
 WLength WCompositeWidget.getMargin(Side side)
           
 WLength WWebWidget.getMargin(Side side)
           
abstract  WLength WWidget.getMargin(Side side)
          Returns a CSS margin set.
 WLength WCompositeWidget.getOffset(Side s)
           
 WLength WWebWidget.getOffset(Side s)
           
abstract  WLength WWidget.getOffset(Side side)
          Returns a CSS offset.
 WLength WContainerWidget.getPadding(Side side)
          Returns the padding set for the widget.
 WLength WText.getPadding(Side side)
          Returns the padding set for the widget.
 void WCssDecorationStyle.setBackgroundImage(java.lang.String url, WCssDecorationStyle.Repeat repeat, Side side, Side... sides)
          Sets a background image.
 void WCssDecorationStyle.setBackgroundImage(java.lang.String url, WCssDecorationStyle.Repeat repeat, Side side, Side... sides)
          Sets a background image.
 void WCssDecorationStyle.setBackgroundImage(WLink image, WCssDecorationStyle.Repeat repeat, Side side, Side... sides)
          Sets a background image.
 void WCssDecorationStyle.setBackgroundImage(WLink image, WCssDecorationStyle.Repeat repeat, Side side, Side... sides)
          Sets a background image.
 void WCssDecorationStyle.setBorder(WBorder border, Side side, Side... sides)
          Sets the border style.
 void WCssDecorationStyle.setBorder(WBorder border, Side side, Side... sides)
          Sets the border style.
 void WWidget.setClearSides(Side side, Side... sides)
          Sets the sides that should be cleared of floats.
 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 WLabel.setImage(WImage image, Side side)
          Sets the image.
 void WWidget.setMargin(int pixels, Side side, Side... sides)
          Sets CSS margins around the widget.
 void WWidget.setMargin(int pixels, Side side, Side... sides)
          Sets CSS margins around the widget.
 void WWidget.setMargin(WLength margin, Side side, Side... sides)
          Sets CSS margins around the widget.
 void WWidget.setMargin(WLength margin, Side side, Side... sides)
          Sets CSS margins around the widget.
 void WWidget.setOffsets(int pixels, Side side, Side... sides)
          Sets CSS offsets for a non-statically positioned widget.
 void WWidget.setOffsets(int pixels, Side side, Side... sides)
          Sets CSS offsets for a non-statically positioned widget.
 void WWidget.setOffsets(WLength offset, Side side, Side... sides)
          Sets CSS offsets for a non-statically positioned widget.
 void WWidget.setOffsets(WLength offset, Side side, Side... sides)
          Sets CSS offsets for a non-statically positioned widget.
 void WContainerWidget.setPadding(WLength length, Side side, Side... sides)
          Sets padding inside the widget.
 void WContainerWidget.setPadding(WLength length, Side side, Side... sides)
          Sets padding inside the widget.
 void WText.setPadding(WLength length, Side side, Side... sides)
          Sets padding inside the widget.
 void WText.setPadding(WLength length, Side side, Side... sides)
          Sets padding inside the widget.
 

Method parameters in eu.webtoolkit.jwt with type arguments of type Side
 void WCssDecorationStyle.setBackgroundImage(java.lang.String url, WCssDecorationStyle.Repeat repeat, java.util.EnumSet<Side> sides)
          Sets a background image.
 void WCssDecorationStyle.setBackgroundImage(WLink image, WCssDecorationStyle.Repeat repeat, java.util.EnumSet<Side> sides)
          Sets a background image.
 void WCssDecorationStyle.setBorder(WBorder border, java.util.EnumSet<Side> sides)
          Sets the border style.
 void WCompositeWidget.setClearSides(java.util.EnumSet<Side> sides)
           
 void WWebWidget.setClearSides(java.util.EnumSet<Side> sides)
           
abstract  void WWidget.setClearSides(java.util.EnumSet<Side> sides)
          Sets the sides that should be cleared of floats.
 void WWidget.setMargin(int pixels, java.util.EnumSet<Side> sides)
          Sets CSS margins around the widget.
 void WCompositeWidget.setMargin(WLength margin, java.util.EnumSet<Side> sides)
           
 void WWebWidget.setMargin(WLength margin, java.util.EnumSet<Side> sides)
           
abstract  void WWidget.setMargin(WLength margin, java.util.EnumSet<Side> sides)
          Sets CSS margins around the widget.
 void WWidget.setOffsets(int pixels, java.util.EnumSet<Side> sides)
          Sets CSS offsets for a non-statically positioned widget.
 void WCompositeWidget.setOffsets(WLength offset, java.util.EnumSet<Side> sides)
           
 void WWebWidget.setOffsets(WLength offset, java.util.EnumSet<Side> sides)
           
abstract  void WWidget.setOffsets(WLength offset, java.util.EnumSet<Side> sides)
          Sets CSS offsets for a non-statically positioned widget.
 void WContainerWidget.setPadding(WLength length, java.util.EnumSet<Side> sides)
          Sets padding inside the widget.
 void WText.setPadding(WLength length, java.util.EnumSet<Side> sides)
          Sets padding inside the widget.
 

Uses of Side in eu.webtoolkit.jwt.chart
 

Methods in eu.webtoolkit.jwt.chart that return Side
 Side WCartesianChart.getLegendSide()
          Returns the legend side.
 

Methods in eu.webtoolkit.jwt.chart with parameters of type Side
 int WAbstractChart.getPlotAreaPadding(Side side)
          Returns the internal margin for the main plot area.
 void WCartesianChart.setLegendLocation(LegendLocation location, Side side, AlignmentFlag alignment)
          Configures the legend location.
 void WAbstractChart.setPlotAreaPadding(int padding, Side side, Side... sides)
          Set an internal margin for the main plot area.
 void WAbstractChart.setPlotAreaPadding(int padding, Side side, Side... sides)
          Set an internal margin for the main plot area.
 

Method parameters in eu.webtoolkit.jwt.chart with type arguments of type Side
 void WAbstractChart.setPlotAreaPadding(int padding, java.util.EnumSet<Side> sides)
          Set an internal margin for the main plot area.