Uses of Class
com.evolveum.midpoint.web.component.data.column.ColumnMenuAction
-
Packages that use ColumnMenuAction Package Description com.evolveum.midpoint.gui.api.component Package for reusable and stable GUI Wicket Components.com.evolveum.midpoint.gui.api.util GUI API package for various utility classes and interfaces.com.evolveum.midpoint.gui.impl.component com.evolveum.midpoint.web.component.util -
-
Uses of ColumnMenuAction in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component with parameters of type ColumnMenuAction Modifier and Type Method Description org.apache.wicket.model.IModel<String>MainObjectListPanel. getConfirmationMessageModel(ColumnMenuAction action, String actionName) -
Uses of ColumnMenuAction in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ColumnMenuAction Modifier and Type Method Description static <AR extends AbstractRoleType>
org.apache.wicket.model.IModel<String>WebComponentUtil. createAbstractRoleConfirmationMessage(String actionName, ColumnMenuAction action, MainObjectListPanel<AR> abstractRoleTable, PageBase pageBase) -
Uses of ColumnMenuAction in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component that return ColumnMenuAction Modifier and Type Method Description ColumnMenuAction<PrismContainerValueWrapper<C>>MultivalueContainerListPanel. createDeleteColumnAction()ColumnMenuAction<PrismContainerValueWrapper<C>>MultivalueContainerListPanel. createEditColumnAction() -
Uses of ColumnMenuAction in com.evolveum.midpoint.web.component.util
Methods in com.evolveum.midpoint.web.component.util with parameters of type ColumnMenuAction Modifier and Type Method Description protected org.apache.wicket.model.IModel<String>FocusListInlineMenuHelper. getConfirmationMessageModel(ColumnMenuAction action, String actionName)protected booleanFocusListInlineMenuHelper. isShowConfirmationDialog(ColumnMenuAction action)
-