Uses of Class
eu.webtoolkit.jwt.Signal1

Packages that use Signal1
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. 
 

Uses of Signal1 in eu.webtoolkit.jwt
 

Methods in eu.webtoolkit.jwt that return Signal1
 Signal1<WDate> WCalendar.activated()
          Signal emitted when the user double-clicks a date.
 Signal1<java.lang.Integer> WComboBox.activated()
          Signal emitted when the selection changed.
 Signal1<StandardButton> WMessageBox.buttonClicked()
          Signal emitted when a button is clicked.
 Signal1<WRadioButton> WButtonGroup.checkedChanged()
          Signal emitted when a button was checked.
 Signal1<WDate> WCalendar.clicked()
          Signal emitted when the user clicks a date.
 Signal1<WModelIndex> WTreeView.collapsed()
          Signal emitted when a node is collapsed.
 Signal1<java.lang.Integer> WTabWidget.currentChanged()
          Signal emitted when the user activates a tab.
 Signal1<WModelIndex> WTreeView.expanded()
          Signal emitted when a node is expanded.
 Signal1<java.lang.Long> WFileUpload.fileTooLarge()
          Signal emitted when the user tried to upload a too large file.
 Signal1<java.lang.String> WSuggestionPopup.filterModel()
          Signal that indicates that the model should be filtered.
 Signal1<WDialog.DialogCode> WDialog.finished()
          Signal emitted when the dialog is closed.
 Signal1<java.lang.String> WApplication.internalPathChanged()
          Signal which indicates that the user changes the internal path.
 Signal1<WStandardItem> WStandardItemModel.itemChanged()
          Signal emitted when an item is changed.
 Signal1<WMenuItem> WMenu.itemClosed()
          Signal which indicates that an item was closed.
 Signal1<WMenuItem> WMenu.itemSelected()
          Signal which indicates that a new item was selected.
 Signal1<WMenuItem> WMenu.itemSelectRendered()
          Signal which indicates that a new selected item is rendered.
 Signal1<java.lang.Long> WApplication.requestTooLarge()
          Signal which indicates that too a large request was received.
 Signal1<WString> WComboBox.sactivated()
          Signal emitted when the selection changed.
 Signal1<WDate> WCalendar.selected()
          Deprecated. use activated() instead.
 Signal1<java.lang.Boolean> WTreeNode.selected()
          Signal that is emitted when the node is added or removed from the selection
 Signal1<java.lang.Integer> WTabWidget.tabClosed()
          Signal emitted when the user closes a tab.
 Signal1<WPopupMenuItem> WPopupMenu.triggered()
          Signal emitted when an item is activated.
 Signal1<WPopupMenuItem> WPopupMenuItem.triggered()
          Signal emitted when an item is activated.
 Signal1<WValidator.Result> WFormWidget.validated()
           
 Signal1<java.lang.Boolean> WValidationStatus.validated()
          Deprecated. Signal emitted when the validation state changed.
 Signal1<java.lang.Double> WDoubleSpinBox.valueChanged()
          A signal that indicates when the value has changed.
 Signal1<WString> WInPlaceEdit.valueChanged()
          Signal emitted when the value has been changed.
 Signal1<java.lang.Double> WProgressBar.valueChanged()
          A signal that indicates when the value has changed.
 Signal1<java.lang.Integer> WSlider.valueChanged()
          Signal emitted when the user has changed the value of the slider.
 Signal1<java.lang.Integer> WSpinBox.valueChanged()
          A signal that indicates when the value has changed.
 

Uses of Signal1 in eu.webtoolkit.jwt.auth
 

Methods in eu.webtoolkit.jwt.auth that return Signal1
 Signal1<Identity> OAuthProcess.authenticated()
          Authentication signal.
 Signal1<OAuthAccessToken> OAuthProcess.authorized()
          Authorization signal.