Class CmsPublishSelectPanel.MoreItemsCommand

java.lang.Object
org.opencms.ade.publish.client.CmsPublishSelectPanel.MoreItemsCommand
All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.RepeatingCommand
Enclosing class:
CmsPublishSelectPanel

protected class CmsPublishSelectPanel.MoreItemsCommand extends Object implements com.google.gwt.core.client.Scheduler.RepeatingCommand
Command for adding more list items to the list of publish items.

  • Constructor Details

    • MoreItemsCommand

      public MoreItemsCommand(int numItems)
      Creates a new instance.

      Parameters:
      numItems - the maximal number of items to add
  • Method Details

    • execute

      public boolean execute()
      Specified by:
      execute in interface com.google.gwt.core.client.Scheduler.RepeatingCommand
      See Also:
      • Scheduler.RepeatingCommand.execute()