Uses of Class
org.apache.syncope.client.ui.commons.panels.NotificationPanel
-
-
Uses of NotificationPanel in org.apache.syncope.client.console.wicket.markup.html.bootstrap.dialog
Fields in org.apache.syncope.client.console.wicket.markup.html.bootstrap.dialog declared as NotificationPanel Modifier and Type Field Description protected NotificationPanel
BaseModal. notificationPanel
-
Uses of NotificationPanel in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as NotificationPanel Modifier and Type Field Description protected NotificationPanel
WizardMgtPanel. notificationPanel
Methods in org.apache.syncope.client.console.wizards with parameters of type NotificationPanel Modifier and Type Method Description protected WizardMgtPanel<T>
WizardMgtPanel. addNotificationPanel(NotificationPanel notificationPanel)
WizardMgtPanel.Builder<T>
WizardMgtPanel.Builder. addNotificationPanel(NotificationPanel notificationPanel)
Adds new item panel builder and enables default button to adda new item. -
Uses of NotificationPanel in org.apache.syncope.client.enduser.panels
Constructors in org.apache.syncope.client.enduser.panels with parameters of type NotificationPanel Constructor Description ChangePasswordPanel(String id, NotificationPanel notificationPanel)
UserRequestDetails(String id, UserRequest userRequest, WebMarkupContainer container, NotificationPanel notificationPanel)
-
Uses of NotificationPanel in org.apache.syncope.client.ui.commons
Fields in org.apache.syncope.client.ui.commons declared as NotificationPanel Modifier and Type Field Description protected NotificationPanel
BaseLogin. notificationPanel
-
Uses of NotificationPanel in org.apache.syncope.client.ui.commons.pages
Fields in org.apache.syncope.client.ui.commons.pages declared as NotificationPanel Modifier and Type Field Description protected NotificationPanel
AbstractMustChangePassword. notificationPanel
protected NotificationPanel
BaseWebPage. notificationPanel
Methods in org.apache.syncope.client.ui.commons.pages that return NotificationPanel Modifier and Type Method Description NotificationPanel
BaseWebPage. getNotificationPanel()
-
Uses of NotificationPanel in org.apache.syncope.client.ui.commons.panels
Methods in org.apache.syncope.client.ui.commons.panels that return NotificationPanel Modifier and Type Method Description NotificationPanel
NotificationPanel. setModel(IModel<List<FeedbackMessage>> model)
NotificationPanel
NotificationPanel. setModelObject(List<FeedbackMessage> object)
-