Class PageDebugDownloadBehaviour<T extends ObjectType>

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

    public class PageDebugDownloadBehaviour<T extends ObjectType>
    extends AjaxDownloadBehaviorFromFile
    Author:
    lazyman
    See Also:
    Serialized Form
    • Constructor Detail

      • PageDebugDownloadBehaviour

        public PageDebugDownloadBehaviour()
    • Method Detail

      • isExportAll

        public boolean isExportAll()
      • setExportAll

        public void setExportAll​(boolean exportAll)
      • setType

        public void setType​(Class<T> type)
      • setQuery

        public void setQuery​(ObjectQuery query)
      • isUseZip

        public boolean isUseZip()
      • setUseZip

        public void setUseZip​(boolean useZip)
      • isShowAllItems

        public boolean isShowAllItems()
      • setShowAllItems

        public void setShowAllItems​(boolean showAllItems)