Class CmsPublishSelectPanel.MoreItemsCommand

  • All Implemented Interfaces:
    com.google.gwt.core.client.Scheduler.RepeatingCommand
    Enclosing class:
    CmsPublishSelectPanel

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

    • Constructor Summary

      Constructors 
      Constructor Description
      MoreItemsCommand​(int numItems)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean execute()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MoreItemsCommand

        public MoreItemsCommand​(int numItems)
        Creates a new instance.

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

      • execute

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