Uses of Interface
com.evolveum.midpoint.web.component.util.SelectableRow
-
-
Uses of SelectableRow in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of SelectableRow in com.evolveum.midpoint.gui.api.prism.wrapper Modifier and Type Interface Description interface
AssignmentValueWrapper
interface
PrismContainerValueWrapper<C extends Containerable>
interface
PrismObjectValueWrapper<O extends ObjectType>
-
Uses of SelectableRow in com.evolveum.midpoint.gui.impl.component
Classes in com.evolveum.midpoint.gui.impl.component with type parameters of type SelectableRow Modifier and Type Class Description class
ButtonBar<C extends Containerable,PO extends SelectableRow>
class
ContainerableListPanel<C extends Serializable,PO extends SelectableRow>
-
Uses of SelectableRow in com.evolveum.midpoint.gui.impl.component.data.column
Classes in com.evolveum.midpoint.gui.impl.component.data.column with type parameters of type SelectableRow Modifier and Type Class Description class
ConfigurableExpressionColumn<S extends SelectableRow<T>,T extends Serializable>
-
Uses of SelectableRow in com.evolveum.midpoint.gui.impl.component.search.wrapper
-
Uses of SelectableRow in com.evolveum.midpoint.gui.impl.page.self.credentials
Classes in com.evolveum.midpoint.gui.impl.page.self.credentials that implement SelectableRow Modifier and Type Class Description class
PasswordAccountDto
-
Uses of SelectableRow in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement SelectableRow Modifier and Type Class Description class
AssignmentValueWrapperImpl
class
ConstructionValueWrapper
class
PrismContainerValueWrapperImpl<C extends Containerable>
class
PrismObjectValueWrapperImpl<O extends ObjectType>
class
ProfilingClassLoggerContainerValueWrapperImpl
class
ResourceAttributeMappingValueWrapper
-
Uses of SelectableRow in com.evolveum.midpoint.web.component.assignment
Classes in com.evolveum.midpoint.web.component.assignment that implement SelectableRow Modifier and Type Class Description class
AssignmentEditorDto
TODO: unify with AssignmentItemDto -
Uses of SelectableRow in com.evolveum.midpoint.web.component.data.column
Classes in com.evolveum.midpoint.web.component.data.column with type parameters of type SelectableRow Modifier and Type Class Description class
ContainerableNameColumn<SR extends SelectableRow<C>,C extends Containerable>
Created by Viliam Repan (lazyman).Methods in com.evolveum.midpoint.web.component.data.column with type parameters of type SelectableRow Modifier and Type Method Description static <S extends SelectableRow<AssignmentType>>
CompositedIconColumn<S>ColumnUtils. createAssignmentIconColumn(PageBase pageBase)
static <S extends SelectableRow<AssignmentType>>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<S,String>>ColumnUtils. getDefaultAssignmentsColumns(String realValuePath, PageBase pageBase)
static <S extends SelectableRow<AssignmentType>>
List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<S,String>>ColumnUtils. getDefaultAssignmentsColumns(QName assignmentTargetRefType, String realValuePath, boolean showAllColumns, PageBase pageBase)
static <S extends SelectableRow<AssignmentType>>
StringColumnUtils. loadValuesForAssignmentNameColumn(org.apache.wicket.model.IModel<S> rowModel, Collection<String> evaluatedExpressionValues, boolean useEvaluatedValues, PageBase pageBase)
static <T extends Serializable,S extends SelectableRow<T>>
TColumnUtils. unwrapRowRealValue(S rowValue)
static <C extends Containerable,S extends SelectableRow<C>>
CColumnUtils. unwrapSelectableRowModel(org.apache.wicket.model.IModel<S> rowModel)
-
Uses of SelectableRow in com.evolveum.midpoint.web.component.util
Subinterfaces of SelectableRow in com.evolveum.midpoint.web.component.util Modifier and Type Interface Description interface
SelectableBean<T extends Serializable>
Classes in com.evolveum.midpoint.web.component.util that implement SelectableRow Modifier and Type Class Description class
SelectableBeanImpl<T extends Serializable>
class
TreeSelectableBean<T extends Serializable>
-
Uses of SelectableRow in com.evolveum.midpoint.web.page.admin.certification.dto
Classes in com.evolveum.midpoint.web.page.admin.certification.dto that implement SelectableRow Modifier and Type Class Description class
CertCampaignListItemDto
class
CertCaseDto
DTO for displaying cases as part of certification campaign information.class
CertCaseOrWorkItemDto
A common superclass for CertCaseDto + CertWorkItemDto.class
CertWorkItemDto
DTO representing a particular workItem. -
Uses of SelectableRow in com.evolveum.midpoint.web.page.admin.configuration.dto
Classes in com.evolveum.midpoint.web.page.admin.configuration.dto that implement SelectableRow Modifier and Type Class Description class
DebugObjectItem
-
Uses of SelectableRow in com.evolveum.midpoint.web.page.admin.server.dto
Classes in com.evolveum.midpoint.web.page.admin.server.dto that implement SelectableRow Modifier and Type Class Description class
TaskErrorSelectableBeanImpl
Task error bean for native repository.class
TaskErrorSelectableBeanImplOld<O extends ObjectType>
TODO: promised to be removed in 4.5, at least in this doc: https://docs.evolveum.com/midpoint/reference/admin-gui/admin-gui-config/
-