Interface Popupable

    • Method Detail

      • getWidth

        int getWidth()
      • getHeight

        int getHeight()
      • getWidthUnit

        String getWidthUnit()
      • getHeightUnit

        String getHeightUnit()
      • getTitle

        org.apache.wicket.model.IModel<String> getTitle()
      • getContent

        org.apache.wicket.Component getContent()
      • getFooter

        @NotNull
        default @NotNull org.apache.wicket.Component getFooter()