Class LastPageCommand

All Implemented Interfaces:
Command

public final class LastPageCommand extends com.levigo.jadice.web.client.commands.internal.AbstractSetCurrentPageCommand
Command that navigates to the last page.

Positioning of the visible rectangle is configured via PageView.setVisibleRectPositionOnPageChange(VisibleRectPositioningStrategy).

  • Constructor Details

    • LastPageCommand

      public LastPageCommand()
  • Method Details

    • getTargetPage

      protected int getTargetPage()
      Specified by:
      getTargetPage in class com.levigo.jadice.web.client.commands.internal.AbstractSetCurrentPageCommand