Uses of Class
com.evolveum.midpoint.gui.api.component.button.DropdownButtonDto
Packages that use DropdownButtonDto
Package
Description
-
Uses of DropdownButtonDto in com.evolveum.midpoint.gui.api.component.button
Methods in com.evolveum.midpoint.gui.api.component.button that return DropdownButtonDtoModifier and TypeMethodDescriptionstatic DropdownButtonDtoDropdownButtonDto.create(String info, String icon, org.apache.wicket.model.IModel<String> labelModel, List<InlineMenuItem> items) Constructors in com.evolveum.midpoint.gui.api.component.button with parameters of type DropdownButtonDto -
Uses of DropdownButtonDto in com.evolveum.midpoint.web.component.input
Constructor parameters in com.evolveum.midpoint.web.component.input with type arguments of type DropdownButtonDtoModifierConstructorDescriptionSplitButtonWithDropdownMenu(String id, org.apache.wicket.model.IModel<DropdownButtonDto> model)