Class BookmarkData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class BookmarkData
    extends java.lang.Object
    implements ActionData
    The bookmark update action used with onBookmarkChange to notify that user pressed BACK, FORWARD or others that causes the bookmark changed (but still in the same desktop).

    All root components of all pages of the desktop will receive this action.

    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BookmarkData​(java.util.Map data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBookmark()
      Returns the bookmark name (never null).
      • Methods inherited from class java.lang.Object

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

      • BookmarkData

        protected BookmarkData​(java.util.Map data)
    • Method Detail

      • getBookmark

        public java.lang.String getBookmark()
        Returns the bookmark name (never null).