Package org.zkoss.stateless.action.data
Class BookmarkData
- java.lang.Object
-
- org.zkoss.stateless.action.data.BookmarkData
-
- All Implemented Interfaces:
java.io.Serializable
,ActionData
public class BookmarkData extends java.lang.Object implements ActionData
The bookmark update action used withonBookmarkChange
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).
-