Class SimplePopupable

  • All Implemented Interfaces:
    Popupable

    public abstract class SimplePopupable
    extends Object
    implements Popupable
    Created by Viliam Repan (lazyman).
    • Constructor Detail

      • SimplePopupable

        public SimplePopupable​(int width,
                               int height,
                               org.apache.wicket.model.IModel<String> title)
    • Method Detail

      • getTitle

        public org.apache.wicket.model.IModel<String> getTitle()
        Specified by:
        getTitle in interface Popupable
      • setWidth

        public void setWidth​(int width)
      • setHeight

        public void setHeight​(int height)
      • setWithUnit

        public void setWithUnit​(String withUnit)
      • setHeightUnit

        public void setHeightUnit​(String heightUnit)
      • setTitle

        public void setTitle​(org.apache.wicket.model.IModel<String> title)