Uses of Class
com.evolveum.midpoint.gui.api.component.path.ItemPathPanel.ItemPathPanelMode
-
Packages that use ItemPathPanel.ItemPathPanelMode Package Description com.evolveum.midpoint.gui.api.component.path com.evolveum.midpoint.web.page.admin.reports.dto -
-
Uses of ItemPathPanel.ItemPathPanelMode in com.evolveum.midpoint.gui.api.component.path
Methods in com.evolveum.midpoint.gui.api.component.path that return ItemPathPanel.ItemPathPanelMode Modifier and Type Method Description protected ItemPathPanel.ItemPathPanelMode
ItemPathPanel. getPanelMode()
static ItemPathPanel.ItemPathPanelMode
ItemPathPanel.ItemPathPanelMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemPathPanel.ItemPathPanelMode[]
ItemPathPanel.ItemPathPanelMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolveum.midpoint.gui.api.component.path with parameters of type ItemPathPanel.ItemPathPanelMode Constructor Description ItemPathPanel(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.ItemPathPanelMode Modifier and Type Method Description ItemPathPanel.ItemPathPanelMode
AuditSearchDto. getChangedItemPanelMode()
Methods in com.evolveum.midpoint.web.page.admin.reports.dto with parameters of type ItemPathPanel.ItemPathPanelMode Modifier and Type Method Description void
AuditSearchDto. setChangedItemPanelMode(ItemPathPanel.ItemPathPanelMode changedItemPanelMode)
-