Uses of Class
eu.webtoolkit.jwt.Orientation

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

Methods in eu.webtoolkit.jwt that return Orientation
 Orientation WMenu.getOrientation()
          Returns the orientation.
 Orientation WScrollBar.getOrientation()
          Returns the orientation of this scrollbar.
 Orientation WSlider.getOrientation()
          Returns the slider orientation.
static Orientation Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Orientation[] Orientation.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 Orientation
 Signal3<Orientation,java.lang.Integer,java.lang.Integer> WAbstractItemModel.headerDataChanged()
          Signal emitted when some header data was changed.
 

Methods in eu.webtoolkit.jwt with parameters of type Orientation
protected  int WCompositeWidget.boxBorder(Orientation orientation)
           
protected  int WLineEdit.boxBorder(Orientation orientation)
           
protected  int WTextArea.boxBorder(Orientation orientation)
           
protected  int WTextEdit.boxBorder(Orientation orientation)
           
protected  int WWidget.boxBorder(Orientation orientation)
          Returns the widget's built-in border width.
protected  int WAbstractSpinBox.boxPadding(Orientation orientation)
           
protected  int WCompositeWidget.boxPadding(Orientation orientation)
           
protected  int WLineEdit.boxPadding(Orientation orientation)
           
protected  int WTextArea.boxPadding(Orientation orientation)
           
protected  int WTextEdit.boxPadding(Orientation orientation)
           
protected  int WWidget.boxPadding(Orientation orientation)
          Returns the widget's built-in padding.
 WPopupMenuItem WPopupMenu.exec(WWidget location, Orientation orientation)
          Executes the popup besides a widget.
 int WTable.getHeaderCount(Orientation orientation)
          Returns the number of header rows or columns.
 java.lang.Object WAbstractItemModel.getHeaderData(int section, Orientation orientation)
          Returns the row or column header data.
 java.lang.Object WAbstractItemModel.getHeaderData(int section, Orientation orientation, int role)
          Returns the row or column header data.
 java.lang.Object WAggregateProxyModel.getHeaderData(int section, Orientation orientation, int role)
           
 java.lang.Object WBatchEditProxyModel.getHeaderData(int section, Orientation orientation, int role)
           
 java.lang.Object WSortFilterProxyModel.getHeaderData(int section, Orientation orientation, int role)
           
 java.lang.Object WStandardItemModel.getHeaderData(int section, Orientation orientation, int role)
           
 java.util.EnumSet<HeaderFlag> WAbstractItemModel.getHeaderFlags(int section, Orientation orientation)
          Returns the flags for a header.
 java.util.EnumSet<HeaderFlag> WAggregateProxyModel.getHeaderFlags(int section, Orientation orientation)
           
 java.util.EnumSet<HeaderFlag> WSortFilterProxyModel.getHeaderFlags(int section, Orientation orientation)
           
 java.util.EnumSet<HeaderFlag> WStandardItemModel.getHeaderFlags(int section, Orientation orientation)
           
protected  void WAbstractItemView.modelHeaderDataChanged(Orientation orientation, int start, int end)
           
 void WPopupMenu.popup(WWidget location, Orientation orientation)
          Shows the popup besides a widget.
 void WDialog.positionAt(WWidget widget, Orientation orientation)
           
 void WWidget.positionAt(WWidget widget, Orientation orientation)
          Positions a widget next to another widget.
 void WTable.setHeaderCount(int count, Orientation orientation)
          Sets the number of header rows or columns.
 boolean WAbstractItemModel.setHeaderData(int section, Orientation orientation, java.lang.Object value)
          Sets header data for a column or row.
 boolean WAbstractItemModel.setHeaderData(int section, Orientation orientation, java.lang.Object value, int role)
          Sets header data for a column or row.
 boolean WAggregateProxyModel.setHeaderData(int section, Orientation orientation, java.lang.Object value, int role)
           
 boolean WSortFilterProxyModel.setHeaderData(int section, Orientation orientation, java.lang.Object value, int role)
           
 boolean WStandardItemModel.setHeaderData(int section, Orientation orientation, java.lang.Object value, int role)
           
 void WStandardItemModel.setHeaderFlags(int section, Orientation orientation, java.util.EnumSet<HeaderFlag> flags)
          Sets header flags.
 void WStandardItemModel.setHeaderFlags(int section, Orientation orientation, HeaderFlag flag, HeaderFlag... flags)
          Sets header flags.
 void WSlider.setOrientation(Orientation orientation)
          Sets the slider orientation.
 void WContainerWidget.setOverflow(WContainerWidget.Overflow value, Orientation orientatio, Orientation... orientation)
          Sets how overflow of contained children must be handled.
 void WContainerWidget.setOverflow(WContainerWidget.Overflow value, Orientation orientatio, Orientation... orientation)
          Sets how overflow of contained children must be handled.
 

Method parameters in eu.webtoolkit.jwt with type arguments of type Orientation
 void WContainerWidget.setOverflow(WContainerWidget.Overflow value, java.util.EnumSet<Orientation> orientation)
          Sets how overflow of contained children must be handled.
 

Constructors in eu.webtoolkit.jwt with parameters of type Orientation
WMenu(Orientation orientation)
          Creates a new menu.
WMenu(Orientation orientation, WContainerWidget parent)
          Creates a new menu.
WMenu(WStackedWidget contentsStack, Orientation orientation)
          Creates a new menu.
WMenu(WStackedWidget contentsStack, Orientation orientation, WContainerWidget parent)
          Creates a new menu.
WSlider(Orientation orientation)
          Creates a default slider of the given orientation.
WSlider(Orientation orientation, WContainerWidget parent)
          Creates a default slider of the given orientation.
 

Uses of Orientation in eu.webtoolkit.jwt.chart
 

Methods in eu.webtoolkit.jwt.chart that return Orientation
 Orientation WCartesianChart.getOrientation()
          Returns the chart orientation.
 

Methods in eu.webtoolkit.jwt.chart with parameters of type Orientation
 void WCartesianChart.setOrientation(Orientation orientation)
          Sets the chart orientation.