Class PageHistory

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.ValueChangeHandler<String>, com.google.gwt.event.shared.EventHandler

    public class PageHistory
    extends Object
    implements com.google.gwt.event.logical.shared.ValueChangeHandler<String>
    • Constructor Detail

      • PageHistory

        public PageHistory()
    • Method Detail

      • getInstance

        public static PageHistory getInstance()
      • gotoToFullScreen

        public void gotoToFullScreen​(String token)
      • size

        public int size()
      • goBackToFirst

        public void goBackToFirst()
      • clear

        public void clear()
      • isVisible

        public boolean isVisible​(PageContent page)
      • onValueChange

        public void onValueChange​(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
        Specified by:
        onValueChange in interface com.google.gwt.event.logical.shared.ValueChangeHandler<String>