Uses of Class
eu.webtoolkit.jwt.AlignmentFlag

Packages that use AlignmentFlag
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 AlignmentFlag in eu.webtoolkit.jwt
 

Fields in eu.webtoolkit.jwt with type parameters of type AlignmentFlag
static java.util.EnumSet<AlignmentFlag> AlignmentFlag.AlignHorizontalMask
          Combination of all horizontal alignment flags.
static java.util.EnumSet<AlignmentFlag> AlignmentFlag.AlignVerticalMask
          Combination of all vertical alignment flags.
 

Methods in eu.webtoolkit.jwt that return AlignmentFlag
 AlignmentFlag WAbstractItemView.getColumnAlignment(int column)
          Returns the content alignment for a column.
 AlignmentFlag WAbstractItemView.getHeaderAlignment(int column)
          Deprecated. use horizontalHeaderAlignment() instead.
 AlignmentFlag WCompositeWidget.getVerticalAlignment()
           
 AlignmentFlag WWebWidget.getVerticalAlignment()
           
abstract  AlignmentFlag WWidget.getVerticalAlignment()
          Returns the vertical alignment.
 AlignmentFlag WAbstractItemView.horizontalHeaderAlignment(int column)
          Returns the horizontal header alignment for a column.
static AlignmentFlag AlignmentFlag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AlignmentFlag[] AlignmentFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 AlignmentFlag WAbstractItemView.verticalHeaderAlignment(int column)
          Returns the vertical header alignment for a column.
 

Methods in eu.webtoolkit.jwt that return types with arguments of type AlignmentFlag
 java.util.EnumSet<AlignmentFlag> WContainerWidget.getContentAlignment()
          Returns the alignment of children.
 

Methods in eu.webtoolkit.jwt with parameters of type AlignmentFlag
 void WGridLayout.addItem(WLayoutItem item, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a layout item to the grid.
 void WGridLayout.addItem(WLayoutItem item, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a layout item to the grid.
 void WBoxLayout.addLayout(WLayout layout, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a nested layout to the layout.
 void WBoxLayout.addLayout(WLayout layout, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a nested layout to the layout.
 void WGridLayout.addLayout(WLayout layout, int row, int column, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a nested layout item to the grid.
 void WGridLayout.addLayout(WLayout layout, int row, int column, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a nested layout item to the grid.
 void WGridLayout.addLayout(WLayout layout, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a nested layout item to the grid.
 void WGridLayout.addLayout(WLayout layout, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a nested layout item to the grid.
 void WBoxLayout.addWidget(WWidget widget, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a widget to the layout.
 void WBoxLayout.addWidget(WWidget widget, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a widget to the layout.
 void WGridLayout.addWidget(WWidget widget, int row, int column, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a widget to the grid.
 void WGridLayout.addWidget(WWidget widget, int row, int column, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a widget to the grid.
 void WGridLayout.addWidget(WWidget widget, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a widget to the grid.
 void WGridLayout.addWidget(WWidget widget, int row, int column, int rowSpan, int columnSpan, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Adds a widget to the grid.
protected  void WBoxLayout.insertItem(int index, WLayoutItem item, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
           
protected  void WBoxLayout.insertItem(int index, WLayoutItem item, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
           
 void WBoxLayout.insertLayout(int index, WLayout layout, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Inserts a nested layout in the layout.
 void WBoxLayout.insertLayout(int index, WLayout layout, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Inserts a nested layout in the layout.
 void WBoxLayout.insertWidget(int index, WWidget widget, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Inserts a widget in the layout.
 void WBoxLayout.insertWidget(int index, WWidget widget, int stretch, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Inserts a widget in the layout.
 void WAbstractItemView.setColumnAlignment(int column, AlignmentFlag alignment)
          Sets the content alignment for a column.
 void WContainerWidget.setContentAlignment(AlignmentFlag alignmen, AlignmentFlag... alignment)
          Specifies how child widgets must be aligned within the container.
 void WContainerWidget.setContentAlignment(AlignmentFlag alignmen, AlignmentFlag... alignment)
          Specifies how child widgets must be aligned within the container.
 void WAbstractItemView.setHeaderAlignment(int column, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Sets the header alignment for a column.
 void WAbstractItemView.setHeaderAlignment(int column, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Sets the header alignment for a column.
 void WContainerWidget.setLayout(WLayout layout, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Sets a layout manager for the container.
 void WContainerWidget.setLayout(WLayout layout, AlignmentFlag alignmen, AlignmentFlag... alignment)
          Sets a layout manager for the container.
 void WWidget.setVerticalAlignment(AlignmentFlag alignment)
          Sets the vertical alignment.
 void WCompositeWidget.setVerticalAlignment(AlignmentFlag alignment, WLength length)
           
 void WWebWidget.setVerticalAlignment(AlignmentFlag alignment, WLength length)
           
abstract  void WWidget.setVerticalAlignment(AlignmentFlag alignment, WLength length)
          Sets the vertical alignment.
 

Method parameters in eu.webtoolkit.jwt with type arguments of type AlignmentFlag
 void WGridLayout.addItem(WLayoutItem item, int row, int column, int rowSpan, int columnSpan, java.util.EnumSet<AlignmentFlag> alignment)
          Adds a layout item to the grid.
 void WBoxLayout.addLayout(WLayout layout, int stretch, java.util.EnumSet<AlignmentFlag> alignment)
          Adds a nested layout to the layout.
 void WGridLayout.addLayout(WLayout layout, int row, int column, java.util.EnumSet<AlignmentFlag> alignment)
          Adds a nested layout item to the grid.
 void WGridLayout.addLayout(WLayout layout, int row, int column, int rowSpan, int columnSpan, java.util.EnumSet<AlignmentFlag> alignment)
          Adds a nested layout item to the grid.
 void WBoxLayout.addWidget(WWidget widget, int stretch, java.util.EnumSet<AlignmentFlag> alignment)
          Adds a widget to the layout.
 void WGridLayout.addWidget(WWidget widget, int row, int column, java.util.EnumSet<AlignmentFlag> alignment)
          Adds a widget to the grid.
 void WGridLayout.addWidget(WWidget widget, int row, int column, int rowSpan, int columnSpan, java.util.EnumSet<AlignmentFlag> alignment)
          Adds a widget to the grid.
 void WPainter.drawText(double x, double y, double width, double height, java.util.EnumSet<AlignmentFlag> flags, java.lang.CharSequence text)
          Draws text.
 void WPainter.drawText(double x, double y, double width, double height, java.util.EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, java.lang.CharSequence text)
          Draws text.
 void WPainter.drawText(WRectF rectangle, java.util.EnumSet<AlignmentFlag> flags, java.lang.CharSequence text)
          Draws text.
 void WCanvasPaintDevice.drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text)
           
 void WPaintDevice.drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, java.lang.CharSequence text)
          Draws text.
 void WPainter.drawText(WRectF rectangle, java.util.EnumSet<AlignmentFlag> alignmentFlags, TextFlag textFlag, java.lang.CharSequence text)
          Draws text.
 void WRasterPaintDevice.drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text)
           
 void WSvgImage.drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text)
           
 void WVmlImage.drawText(WRectF rect, java.util.EnumSet<AlignmentFlag> flags, TextFlag textFlag, java.lang.CharSequence text)
           
protected  void WBoxLayout.insertItem(int index, WLayoutItem item, int stretch, java.util.EnumSet<AlignmentFlag> alignment)
           
 void WBoxLayout.insertLayout(int index, WLayout layout, int stretch, java.util.EnumSet<AlignmentFlag> alignment)
          Inserts a nested layout in the layout.
 void WBoxLayout.insertWidget(int index, WWidget widget, int stretch, java.util.EnumSet<AlignmentFlag> alignment)
          Inserts a widget in the layout.
 void WContainerWidget.setContentAlignment(java.util.EnumSet<AlignmentFlag> alignment)
          Specifies how child widgets must be aligned within the container.
 void WAbstractItemView.setHeaderAlignment(int column, java.util.EnumSet<AlignmentFlag> alignment)
          Sets the header alignment for a column.
 void WContainerWidget.setLayout(WLayout layout, java.util.EnumSet<AlignmentFlag> alignment)
          Sets a layout manager for the container.
 

Constructor parameters in eu.webtoolkit.jwt with type arguments of type AlignmentFlag
WTabWidget(java.util.EnumSet<AlignmentFlag> layoutAlignment)
          Creates a new tab widget (indicating layout alignment) (deprecated).
WTabWidget(java.util.EnumSet<AlignmentFlag> layoutAlignment, WContainerWidget parent)
          Deprecated. Since JWt 3.1.1, the layoutAlignment is no longer needed and its value is ignored
 

Uses of AlignmentFlag in eu.webtoolkit.jwt.chart
 

Methods in eu.webtoolkit.jwt.chart that return AlignmentFlag
 AlignmentFlag WCartesianChart.getLegendAlignment()
          Returns the legend alignment.
 

Methods in eu.webtoolkit.jwt.chart with parameters of type AlignmentFlag
 void WCartesianChart.setLegendLocation(LegendLocation location, Side side, AlignmentFlag alignment)
          Configures the legend location.
 

Method parameters in eu.webtoolkit.jwt.chart with type arguments of type AlignmentFlag
 void WChart2DRenderer.renderLabel(java.lang.CharSequence text, WPointF p, WColor color, java.util.EnumSet<AlignmentFlag> flags, double angle, int margin)
          Utility function for rendering text.