Uses of Enum Class
com.evolveum.midpoint.gui.api.component.path.ItemPathPanel.ItemPathPanelMode
Packages that use ItemPathPanel.ItemPathPanelMode
Package
Description
-
Uses of ItemPathPanel.ItemPathPanelMode in com.evolveum.midpoint.gui.api.component.path
Methods in com.evolveum.midpoint.gui.api.component.path that return ItemPathPanel.ItemPathPanelModeModifier and TypeMethodDescriptionprotected ItemPathPanel.ItemPathPanelMode
ItemPathPanel.getPanelMode()
Returns the enum constant of this class with the specified name.static ItemPathPanel.ItemPathPanelMode[]
ItemPathPanel.ItemPathPanelMode.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.path with parameters of type ItemPathPanel.ItemPathPanelModeModifierConstructorDescriptionItemPathPanel
(String id, org.apache.wicket.model.IModel<ItemPathDto> model, boolean switchToTextFieldEnabled, ItemPathPanel.ItemPathPanelMode defaultMode) -
Uses of ItemPathPanel.ItemPathPanelMode in com.evolveum.midpoint.web.page.admin.reports.dto
Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return ItemPathPanel.ItemPathPanelModeMethods in com.evolveum.midpoint.web.page.admin.reports.dto with parameters of type ItemPathPanel.ItemPathPanelModeModifier and TypeMethodDescriptionvoid
AuditSearchDto.setChangedItemPanelMode
(ItemPathPanel.ItemPathPanelMode changedItemPanelMode)