Uses of Class
com.evolveum.midpoint.gui.api.component.path.ItemPathDto
-
Packages that use ItemPathDto Package Description com.evolveum.midpoint.gui.api.component.path com.evolveum.midpoint.web.page.admin.reports.dto -
-
Uses of ItemPathDto in com.evolveum.midpoint.gui.api.component.path
Methods in com.evolveum.midpoint.gui.api.component.path that return ItemPathDto Modifier and Type Method Description ItemPathDto
ItemPathDto. getParentPath()
Methods in com.evolveum.midpoint.gui.api.component.path with parameters of type ItemPathDto Modifier and Type Method Description protected void
ItemPathPanel. onUpdate(ItemPathDto itemPathDto)
void
ItemPathSegmentPanel. refreshModel(ItemPathDto newModel)
void
ItemPathDto. setParentPath(ItemPathDto parentPath)
Constructors in com.evolveum.midpoint.gui.api.component.path with parameters of type ItemPathDto Constructor Description ItemPathDto(ItemPathDto parentPath)
ItemPathPanel(String id, ItemPathDto model)
ItemPathSegmentPanel(String id, ItemPathDto model)
Constructor parameters in com.evolveum.midpoint.gui.api.component.path with type arguments of type ItemPathDto Constructor Description ItemPathPanel(String id, org.apache.wicket.model.IModel<ItemPathDto> model)
ItemPathPanel(String id, org.apache.wicket.model.IModel<ItemPathDto> model, boolean switchToTextFieldEnabled, ItemPathPanel.ItemPathPanelMode defaultMode)
ItemPathSegmentPanel(String id, org.apache.wicket.model.IModel<ItemPathDto> model)
-
Uses of ItemPathDto in com.evolveum.midpoint.web.page.admin.reports.dto
Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return ItemPathDto Modifier and Type Method Description ItemPathDto
AuditSearchDto. getChangedItem()
Methods in com.evolveum.midpoint.web.page.admin.reports.dto with parameters of type ItemPathDto Modifier and Type Method Description void
AuditSearchDto. setChangedItem(ItemPathDto changedItem)
-