java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.connector.development.component.wizard.summary.NumberOfObjectsWidgetDto
All Implemented Interfaces:
Serializable

public abstract class NumberOfObjectsWidgetDto extends Object implements Serializable
See Also:
  • Constructor Details

    • NumberOfObjectsWidgetDto

      protected NumberOfObjectsWidgetDto(@NotNull @NotNull String titleCssIcon, @NotNull @NotNull org.apache.wicket.model.IModel<String> title, @NotNull @NotNull org.apache.wicket.model.IModel<Integer> number, @NotNull @NotNull org.apache.wicket.model.IModel<String> listButtonLabel)
  • Method Details

    • getTitleCssIcon

      @NotNull public @NotNull String getTitleCssIcon()
    • getTitle

      @NotNull public @NotNull org.apache.wicket.model.IModel<String> getTitle()
    • getNumber

      @NotNull public @NotNull org.apache.wicket.model.IModel<Integer> getNumber()
    • getListButtonLabel

      @NotNull public @NotNull org.apache.wicket.model.IModel<String> getListButtonLabel()
    • openListOfObjects

      public abstract void openListOfObjects(org.apache.wicket.ajax.AjaxRequestTarget target)