Uses of Class
eu.webtoolkit.jwt.WContainerWidget

Packages that use WContainerWidget
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
eu.webtoolkit.jwt.auth JWt Auth package, this package contains all widgets and classes related to JWt's authentication module. 
eu.webtoolkit.jwt.chart JWt Chart package, this package contains all widgets and classes related to charts. 
 

Uses of WContainerWidget in eu.webtoolkit.jwt
 

Subclasses of WContainerWidget in eu.webtoolkit.jwt
 class WAnchor
          A widget that represents an HTML anchor (to link to other documents).
 class WGroupBox
          A widget which group widgets into a frame with a title.
 class WOverlayLoadingIndicator
          A more obvious loading indicator that grays the window.
 class WStackedWidget
          A container widget that stacks its widgets on top of each other.
 class WTableCell
          A container widget that represents a cell in a table.
 

Methods in eu.webtoolkit.jwt that return WContainerWidget
 WContainerWidget WDialog.getContents()
          Returns the dialog contents container.
 WContainerWidget WApplication.getRoot()
          Returns the root container.
 WContainerWidget WDialog.getTitleBar()
          Returns the dialog title bar container.
 WContainerWidget WPanel.getTitleBarWidget()
          Returns the title bar widget.
 

Constructors in eu.webtoolkit.jwt with parameters of type WContainerWidget
WAbstractItemView(WContainerWidget parent)
          Creates a new item view.
WAbstractMedia(WContainerWidget parent)
          Consctructor for a media widget.
WAbstractSpinBox(WContainerWidget parent)
          Constructor.
WAbstractToggleButton(java.lang.CharSequence text, WContainerWidget parent)
          Creates an unchecked toggle button with given text label.
WAbstractToggleButton(WContainerWidget parent)
          Creates an unchecked toggle button without label.
WAnchor(java.lang.String ref, java.lang.CharSequence text, WContainerWidget parent)
          Deprecated. Use WAnchor() instead.
WAnchor(java.lang.String ref, WContainerWidget parent)
          Deprecated. Use WAnchor() instead.
WAnchor(java.lang.String ref, WImage image, WContainerWidget parent)
          Deprecated. Use WAnchor() instead.
WAnchor(WContainerWidget parent)
          Creates an anchor.
WAnchor(WLink link, java.lang.CharSequence text, WContainerWidget parent)
          Creates an anchor for the given link with a text.
WAnchor(WLink link, WContainerWidget parent)
          Creates an anchor for the given link.
WAnchor(WLink link, WImage image, WContainerWidget parent)
          Creates an anchor for the given link with an image.
WAnchor(WResource resource, java.lang.CharSequence text, WContainerWidget parent)
          Deprecated. Use WAnchor() instead.
WAnchor(WResource resource, WContainerWidget parent)
          Deprecated. Use WAnchor() instead.
WAnchor(WResource resource, WImage image, WContainerWidget parent)
          Deprecated. Use WAnchor() instead.
WAudio(WContainerWidget parent)
          Creates a audio widget.
WBreak(WContainerWidget parent)
          Construct a line break.
WCalendar(WContainerWidget parent)
          Creates a new calendar.
WCheckBox(java.lang.CharSequence text, WContainerWidget parent)
          Creates a checkbox with given label.
WCheckBox(WContainerWidget parent)
          Creates a checkbox with empty label.
WComboBox(WContainerWidget parent)
          Creates an empty combo-box with optional parent.
WCompositeWidget(WContainerWidget parent)
          Creates a WCompositeWidget.
WCompositeWidget(WWidget implementation, WContainerWidget parent)
          Creates a WCompositeWidget with given implementation.
WContainerWidget(WContainerWidget parent)
          Creates a container with optional parent.
WDatePicker(WContainerWidget parent)
          Create a new date picker.
WDatePicker(WInteractWidget displayWidget, WLineEdit forEdit, WContainerWidget parent)
          Create a new date picker for existing line edit and with custom display widget.
WDoubleSpinBox(WContainerWidget parent)
          Creates a spin-box.
WFileUpload(WContainerWidget parent)
          Creates a file upload widget.
WFlashObject(java.lang.String url, WContainerWidget parent)
          Constructs a Flash widget.
WFormWidget(WContainerWidget parent)
          Creates a WFormWidget with an optional parent.
WGoogleMap(WContainerWidget parent)
          Creates a map widget with optionally a parent argument.
WGoogleMap(WGoogleMap.ApiVersion version, WContainerWidget parent)
          Creates a map widget with a version and optionally a parent argument.
WGroupBox(java.lang.CharSequence title, WContainerWidget parent)
          Creates a groupbox with given title message.
WGroupBox(WContainerWidget parent)
          Creates a groupbox with empty title.
WIconPair(java.lang.String icon1URI, java.lang.String icon2URI, boolean clickIsSwitch, WContainerWidget parent)
          Construct an icon pair from the two icons.
WImage(java.lang.String imageRef, java.lang.CharSequence altText, WContainerWidget parent)
          Deprecated. Use WImage() instead.
WImage(java.lang.String imageRef, WContainerWidget parent)
          Deprecated. Use WImage() instead.
WImage(WContainerWidget parent)
          Creates an empty image widget.
WImage(WLink link, java.lang.CharSequence altText, WContainerWidget parent)
          Creates an image widget with a given image link and alternate text.
WImage(WLink link, WContainerWidget parent)
          Creates an image widget with a given image link.
WImage(WResource resource, java.lang.CharSequence altText, WContainerWidget parent)
          Deprecated. Use WImage() instead.
WInPlaceEdit(java.lang.CharSequence text, WContainerWidget parent)
          Creates an in-place edit with the given text.
WInteractWidget(WContainerWidget parent)
          Create an InteractWidget with optional parent.
WLabel(java.lang.CharSequence text, WContainerWidget parent)
          Creates a label with a given text.
WLabel(WContainerWidget parent)
          Creates a label with empty text and optional parent.
WLabel(WImage image, WContainerWidget parent)
          Creates a label with an image.
WLineEdit(java.lang.String text, WContainerWidget parent)
          Creates a line edit with given content and optional parent.
WLineEdit(WContainerWidget parent)
          Creates a line edit with empty content and optional parent.
WMediaPlayer(WMediaPlayer.MediaType mediaType, WContainerWidget parent)
          Creates a new media player.
WMenu(Orientation orientation, WContainerWidget parent)
          Creates a new menu.
WMenu(WStackedWidget contentsStack, Orientation orientation, WContainerWidget parent)
          Creates a new menu.
WPaintedWidget(WContainerWidget parent)
          Create a new painted widget.
WPanel(WContainerWidget parent)
          Creates a panel.
WProgressBar(WContainerWidget parent)
          Creates a progress bar.
WPushButton(java.lang.CharSequence text, WContainerWidget parent)
          Creates a push button with given label text.
WPushButton(WContainerWidget parent)
          Creates a push button.
WRadioButton(java.lang.CharSequence text, WContainerWidget parent)
          Creates an unchecked radio button with given text and optional parent.
WRadioButton(WContainerWidget parent)
          Creates an unchecked radio button with empty label and optional parent.
WScrollArea(WContainerWidget parent)
          Creates a scroll area.
WSelectionBox(WContainerWidget parent)
          Constructor.
WSlider(Orientation orientation, WContainerWidget parent)
          Creates a default slider of the given orientation.
WSlider(WContainerWidget parent)
          Creates a default horizontal slider.
WSpinBox(WContainerWidget parent)
          Creates a spin-box.
WStackedWidget(WContainerWidget parent)
          Creates a new stack.
WSuggestionPopup(java.lang.String matcherJS, java.lang.String replacerJS, WContainerWidget parent)
          Creates a suggestion popup with given matcherJS and replacerJS.
WSuggestionPopup(WSuggestionPopup.Options options, WContainerWidget parent)
          Creates a suggestion popup.
WTable(WContainerWidget parent)
          Creates an empty table.
WTableView(WContainerWidget parent)
          Constructor.
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
WTabWidget(WContainerWidget parent)
          Creates a new tab widget.
WTemplate(java.lang.CharSequence text, WContainerWidget parent)
          Creates a template widget with given template.
WTemplate(WContainerWidget parent)
          Creates a template widget.
WTemplateFormView(java.lang.CharSequence text, WContainerWidget parent)
          Constructor.
WTemplateFormView(WContainerWidget parent)
          Constructor.
WText(java.lang.CharSequence text, TextFormat format, WContainerWidget parent)
          Creates a text widget with given text and format.
WText(java.lang.CharSequence text, WContainerWidget parent)
          Creates a text widget with given text.
WText(WContainerWidget parent)
          Creates a text widget with an empty text.
WTextArea(java.lang.String text, WContainerWidget parent)
          Creates a text area with given content and optional parent.
WTextArea(WContainerWidget parent)
          Creates a text area with empty content and optional parent.
WTextEdit(java.lang.String text, WContainerWidget parent)
          Creates a new text editor and initialize with given text.
WTextEdit(WContainerWidget parent)
          Creates a new text editor.
WTree(WContainerWidget parent)
          Creates a new tree.
WTreeTable(WContainerWidget parent)
          Creates a new tree table.
WTreeView(WContainerWidget parent)
          Creates a new tree view.
WValidationStatus(WFormWidget field, WWidget validStateWidget, WWidget invalidStateWidget, WWidget invalidEmptyStateWidget, WContainerWidget parent)
          Deprecated. Construct a WValidationStatus widget for another widget.
WVideo(WContainerWidget parent)
          Creates a video widget.
WViewWidget(WContainerWidget parent)
          Creates a new view widget.
WVirtualImage(int viewPortWidth, int viewPortHeight, long imageWidth, long imageHeight, int gridImageSize, WContainerWidget parent)
          Creates a viewport for a virtual image.
WWebWidget(WContainerWidget parent)
          Construct a WebWidget with a given parent.
WWidget(WContainerWidget parent)
          Creates a widget.
 

Uses of WContainerWidget in eu.webtoolkit.jwt.auth
 

Constructors in eu.webtoolkit.jwt.auth with parameters of type WContainerWidget
AuthWidget(AuthService baseAuth, AbstractUserDatabase users, Login login, WContainerWidget parent)
          Constructor.
AuthWidget(Login login, WContainerWidget parent)
          Constructor.
LostPasswordWidget(AbstractUserDatabase users, AuthService auth, WContainerWidget parent)
          Constructor.
UpdatePasswordWidget(User user, RegistrationModel registrationModel, AuthModel authModel, WContainerWidget parent)
          Constructor.
 

Uses of WContainerWidget in eu.webtoolkit.jwt.chart
 

Constructors in eu.webtoolkit.jwt.chart with parameters of type WContainerWidget
WCartesianChart(ChartType type, WContainerWidget parent)
          Creates a new cartesian chart.
WCartesianChart(WContainerWidget parent)
          Creates a new cartesian chart.
WPieChart(WContainerWidget parent)
          Creates a new pie chart.