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 NotificationPanelBaseModal. 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 NotificationPanelWizardMgtPanel. notificationPanelMethods 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 NotificationPanelBaseLogin. 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 NotificationPanelAbstractMustChangePassword. notificationPanelprotected NotificationPanelBaseWebPage. notificationPanelMethods in org.apache.syncope.client.ui.commons.pages that return NotificationPanel Modifier and Type Method Description NotificationPanelBaseWebPage. 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 NotificationPanelNotificationPanel. setModel(IModel<List<FeedbackMessage>> model)NotificationPanelNotificationPanel. setModelObject(List<FeedbackMessage> object)
-