Uses of Class
eu.webtoolkit.jwt.WContainerWidget
Packages that use WContainerWidget
Package
Description
-
Uses of WContainerWidget in eu.webtoolkit.jwt
Subclasses of WContainerWidget in eu.webtoolkit.jwtModifier and TypeClassDescriptionclass
class
class
A widget that represents an HTML anchor (to link to other documents).class
class
A widget that allows dropping files and directories for upload.class
A widget which group widgets into a frame with a title.class
A single item in a menu.class
A container widget that stacks its widgets on top of each other.class
A container widget that represents a cell in a table.Methods in eu.webtoolkit.jwt that return WContainerWidgetModifier and TypeMethodDescriptionWDialog.getContents()
Returns the dialog contents container.WDialog.getFooter()
Returns the dialog footer container.protected WContainerWidget
WTreeNode.getLabelArea()
Accesses the container widget that holds the label area.WApplication.getRoot()
Returns the root container.WDialog.getTitleBar()
Returns the dialog title bar container.WPanel.getTitleBarWidget()
Returns the title bar widget.protected WContainerWidget
WMenu.getUl()
Methods in eu.webtoolkit.jwt with parameters of type WContainerWidgetModifier and TypeMethodDescriptionstatic void
WFitLayout.fitWidget
(WContainerWidget container, WWidget widget) Constructors in eu.webtoolkit.jwt with parameters of type WContainerWidgetModifierConstructorDescriptionprotected
WAbstractItemView
(WContainerWidget parentContainer) Creates a new item view.WAbstractMedia
(WContainerWidget parentContainer) Consctructor for a media widget.protected
WAbstractSpinBox
(WContainerWidget parentContainer) Constructor.protected
WAbstractToggleButton
(WContainerWidget parentContainer) Creates an unchecked toggle button without label.protected
WAbstractToggleButton
(CharSequence text, WContainerWidget parentContainer) Creates an unchecked toggle button with given text label.WAnchor
(WContainerWidget parentContainer) Creates an anchor.WAnchor
(WLink link, WContainerWidget parentContainer) Creates an anchor for the given link.WAnchor
(WLink link, WImage image, WContainerWidget parentContainer) Creates an anchor for the given link with an image.WAnchor
(WLink link, CharSequence text, WContainerWidget parentContainer) Creates an anchor for the given link with a text.WAudio
(WContainerWidget parentContainer) Creates a audio widget.WBreak
(WContainerWidget parentContainer) Construct a line break.WCalendar
(WContainerWidget parentContainer) Creates a new calendar.WCheckBox
(WContainerWidget parentContainer) Creates a checkbox without label.WCheckBox
(CharSequence text, WContainerWidget parentContainer) Creates a checkbox with given label.WColorPicker
(WColor color, WContainerWidget parentContainer) Creates a color picker with the given color value.WColorPicker
(WContainerWidget parentContainer) Creates a color picker with the default color of black (#000000).WComboBox
(WContainerWidget parentContainer) Creates an empty combo-box..WCompositeWidget
(WContainerWidget parentContainer) Creates a WCompositeWidget.WCompositeWidget
(WWidget implementation, WContainerWidget parentContainer) Creates a WCompositeWidget with given implementation.WContainerWidget
(WContainerWidget parentContainer) Creates a container.WDateEdit
(WContainerWidget parentContainer) Creates a new date edit.WDatePicker
(WContainerWidget parentContainer) Deprecated.Create a new date picker.WDatePicker
(WInteractWidget displayWidget, WLineEdit forEdit, WContainerWidget parentContainer) Deprecated.Create a new date picker for existing line edit and with custom display widget.WDatePicker
(WLineEdit forEdit, WContainerWidget parentContainer) Deprecated.Create a new date picker for a line edit.WDefaultLoadingIndicator
(WContainerWidget parentContainer) Constructor.WDoubleSpinBox
(WContainerWidget parentContainer) Creates a spin-box.WEmailEdit
(WContainerWidget parentContainer) Creates a new email edit.WFileDropWidget
(WContainerWidget parentContainer) Constructor.WFileUpload
(WContainerWidget parentContainer) Creates a file upload widget.WFlashObject
(String url, WContainerWidget parentContainer) Constructs a Flash widget.WFormWidget
(WContainerWidget parentContainer) Creates a WFormWidget.WGLWidget
(WContainerWidget parentContainer) Construct a GL widget.WGoogleMap
(GoogleMapsVersion version, WContainerWidget parentContainer) Creates a map widget with a version.WGroupBox
(WContainerWidget parentContainer) Creates a groupbox with empty title.WGroupBox
(CharSequence title, WContainerWidget parentContainer) Creates a groupbox with given title message.WIconPair
(String icon1Str, String icon2Str, boolean clickIsSwitch, WContainerWidget parentContainer) Construct an icon pair from the two icons.WImage
(WContainerWidget parentContainer) Creates an empty image widget.WImage
(WLink link, WContainerWidget parentContainer) Creates an image widget with a given image link.WImage
(WLink link, CharSequence altText, WContainerWidget parentContainer) Creates an image widget with a given image link and alternate text.WInPlaceEdit
(boolean buttons, CharSequence text, WContainerWidget parentContainer) Creates an in-place edit with the given text.WInPlaceEdit
(WContainerWidget parentContainer) Creates an in-place edit.WInPlaceEdit
(CharSequence text, WContainerWidget parentContainer) Creates an in-place edit with the given text.WInteractWidget
(WContainerWidget parentContainer) Create an InteractWidget.WLabel
(WContainerWidget parentContainer) Creates a label with empty text and optional parent.WLabel
(WImage image, WContainerWidget parentContainer) Creates a label with an image.WLabel
(CharSequence text, WContainerWidget parentContainer) Creates a label with a given text.WLeafletMap
(com.google.gson.JsonObject options, WContainerWidget parentContainer) Create a newWLeafletMap
with the given options.WLeafletMap
(WContainerWidget parentContainer) Create a newWLeafletMap
.WLineEdit
(WContainerWidget parentContainer) Creates a line edit with empty content.WLineEdit
(String text, WContainerWidget parentContainer) Creates a line edit with given content.WMediaPlayer
(MediaType mediaType, WContainerWidget parentContainer) Creates a new media player.WMenu
(WContainerWidget parentContainer) Creates a new menu.WMenu
(WStackedWidget contentsStack, WContainerWidget parentContainer) Creates a new menu.WNavigationBar
(WContainerWidget parentContainer) Constructor.WPaintedWidget
(WContainerWidget parentContainer) Create a new painted widget.WPanel
(WContainerWidget parentContainer) Creates a panel.WPopupMenu
(WStackedWidget contentsStack, WContainerWidget parentContainer) Creates a new popup menu.WProgressBar
(WContainerWidget parentContainer) Creates a progress bar.WPushButton
(WContainerWidget parentContainer) Creates a push button.WPushButton
(CharSequence text, TextFormat format, WContainerWidget parentContainer) Creates a push button with given label text.WPushButton
(CharSequence text, WContainerWidget parentContainer) Creates a push button with given label text.WRadioButton
(WContainerWidget parentContainer) Creates an unchecked radio button with empty label and optional parent.WRadioButton
(CharSequence text, WContainerWidget parentContainer) Creates an unchecked radio button with given text and optional parent.WSelectionBox
(WContainerWidget parentContainer) Constructor.WSlider
(Orientation orientation, WContainerWidget parentContainer) Creates a default slider of the given orientation.WSlider
(WContainerWidget parentContainer) Creates a default horizontal slider.WSpinBox
(WContainerWidget parentContainer) Creates a spin-box.WSplitButton
(WContainerWidget parentContainer) Constructor.WSplitButton
(CharSequence label, WContainerWidget parentContainer) Constructor passing the label.WStackedWidget
(WContainerWidget parentContainer) Creates a new stack.WTable
(WContainerWidget parentContainer) Creates an empty table.WTableView
(WContainerWidget parentContainer) Constructor.WTabWidget
(WContainerWidget parentContainer) Creates a new tab widget.WTemplate
(WContainerWidget parentContainer) Creates a template widget.WTemplate
(CharSequence text, WContainerWidget parentContainer) Creates a template widget with given template.WTemplateFormView
(WContainerWidget parentContainer) Constructor.WTemplateFormView
(CharSequence text, WContainerWidget parentContainer) Constructor.WText
(WContainerWidget parentContainer) Creates a text widget with an empty text.WText
(CharSequence text, TextFormat format, WContainerWidget parentContainer) Creates a text widget with given text and format.WText
(CharSequence text, WContainerWidget parentContainer) Creates a text widget with given text.WTextArea
(WContainerWidget parentContainer) Creates a text area with empty content and optional parent.WTextArea
(String text, WContainerWidget parentContainer) Creates a text area with given content and optional parent.WTextEdit
(WContainerWidget parentContainer) Creates a new text editor.WTextEdit
(String text, WContainerWidget parentContainer) Creates a new text editor and initialize with given text.WTimeEdit
(WContainerWidget parentContainer) Creates a new time edit.WToolBar
(WContainerWidget parentContainer) Constructor.WTree
(WContainerWidget parentContainer) Creates a new tree.WTreeTable
(WContainerWidget parentContainer) Creates a new tree table.WTreeView
(WContainerWidget parentContainer) Creates a new tree view.WVideo
(WContainerWidget parentContainer) Creates a video widget.WViewWidget
(WContainerWidget parentContainer) Creates a new view widget.WVirtualImage
(int viewPortWidth, int viewPortHeight, long imageWidth, long imageHeight, int gridImageSize, WContainerWidget parentContainer) Creates a viewport for a virtual image.WWebWidget
(WContainerWidget parentContainer) Construct a WebWidget.protected
WWidget
(WContainerWidget parentContainer) Creates a widget. -
Uses of WContainerWidget in eu.webtoolkit.jwt.auth
Constructors in eu.webtoolkit.jwt.auth with parameters of type WContainerWidgetModifierConstructorDescriptionAuthWidget
(AuthService baseAuth, AbstractUserDatabase users, Login login, WContainerWidget parentContainer) Constructor.AuthWidget
(Login login, WContainerWidget parentContainer) Constructor.LostPasswordWidget
(AbstractUserDatabase users, AuthService auth, WContainerWidget parentContainer) Constructor.PasswordPromptDialog
(Login login, AuthModel model, WContainerWidget parentContainer) Constructor.RegistrationWidget
(AuthWidget authWidget, WContainerWidget parentContainer) Constructor.ResendEmailVerificationWidget
(User user, AuthService auth, WContainerWidget parentContainer) Constructor.UpdatePasswordWidget
(User user, RegistrationModel registrationModel, AuthModel authModel, WContainerWidget parentContainer) Constructor. -
Uses of WContainerWidget in eu.webtoolkit.jwt.auth.mfa
Constructors in eu.webtoolkit.jwt.auth.mfa with parameters of type WContainerWidgetModifierConstructorDescriptionTotpQrCode
(String key, String serviceName, String userName, int codeDigits, WContainerWidget parentContainer) Constructor. -
Uses of WContainerWidget in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WContainerWidgetModifier and TypeMethodDescriptionfinal WContainerWidget
WPieChart.createLabelWidget
(WWidget textWidget, WPainter painter, WRectF rect, AlignmentFlag alignmentFlag, AlignmentFlag... alignmentFlags) createLabelWidget possition textWidget where the text would be rendered.WPieChart.createLabelWidget
(WWidget textWidget, WPainter painter, WRectF rect, EnumSet<AlignmentFlag> alignmentFlags) createLabelWidget possition textWidget where the text would be rendered.Constructors in eu.webtoolkit.jwt.chart with parameters of type WContainerWidgetModifierConstructorDescriptionprotected
WAbstractChart
(WContainerWidget parentContainer) WAxisSliderWidget
(WDataSeries series, WContainerWidget parentContainer) Creates an axis slider widget.WAxisSliderWidget
(WContainerWidget parentContainer) Creates an axis slider widget.WCartesian3DChart
(ChartType type, WContainerWidget parentContainer) Constructor.WCartesian3DChart
(WContainerWidget parentContainer) Constructor.WCartesianChart
(ChartType type, WContainerWidget parentContainer) Creates a new cartesian chart.WCartesianChart
(WContainerWidget parentContainer) Creates a new cartesian chart.WPieChart
(WContainerWidget parentContainer) Creates a new pie chart.