Uses of Enum Class
com.evolveum.midpoint.gui.api.component.result.MessagePanel.MessagePanelType
Packages that use MessagePanel.MessagePanelType
Package
Description
Package that contains base page classes.
-
Uses of MessagePanel.MessagePanelType in com.evolveum.midpoint.gui.api.component.result
Methods in com.evolveum.midpoint.gui.api.component.result that return MessagePanel.MessagePanelTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MessagePanel.MessagePanelType[]
MessagePanel.MessagePanelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.midpoint.gui.api.component.result with parameters of type MessagePanel.MessagePanelTypeModifierConstructorDescriptionMessagePanel
(String id, MessagePanel.MessagePanelType type, org.apache.wicket.model.IModel<T> model) MessagePanel
(String id, MessagePanel.MessagePanelType type, org.apache.wicket.model.IModel<T> model, boolean closeVisible) Constructor parameters in com.evolveum.midpoint.gui.api.component.result with type arguments of type MessagePanel.MessagePanelTypeModifierConstructorDescriptionMessagePanel
(String id, org.apache.wicket.model.IModel<MessagePanel.MessagePanelType> type, org.apache.wicket.model.IModel<T> model) MessagePanel
(String id, org.apache.wicket.model.IModel<MessagePanel.MessagePanelType> type, org.apache.wicket.model.IModel<T> model, boolean closeVisible) -
Uses of MessagePanel.MessagePanelType in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with parameters of type MessagePanel.MessagePanelTypeModifier and TypeMethodDescriptionprotected MessagePanel
PageBase.createMessagePanel
(String panelId, MessagePanel.MessagePanelType type, String message, Object... params)