SP.Ribbon.PageState.PageStateHandler Methods
Applies to: SharePoint Foundation 2010
The following table lists the methods of the SP.Ribbon.PageState.PageStateHandler class.
Methods
Name |
Description |
---|---|
Indicates whether the page component can handle the specified command. |
|
Closes the error modal dialog. |
|
Closes the wait screen modal dialog. |
|
Enables or disables the save operation before navigating away from the page. |
|
Gets the button ID of the Server ribbon corresponding to the specified page state command. |
|
Gets a list of the focused commands. |
|
Gets a list of the global commands. |
|
Gets the identifier (ID) for the page component. |
|
Handles the specified command passed to the page component. |
|
Displays the error or status messages for the page. |
|
Indicates whether this component can have the focus. |
|
Initializes a new instance of the SP.Ribbon.PageState.PageStateHandler class. |
|
Displays the wait screen modal dialog with the specified title and message. |
|
Receives the focus to this component. |
|
Handles the response from the server callback event. |
|
Specifies whether the save menu should be handled. |
|
Creates and displays the error modal dialog. |
|
Sets or removes the status messages for the page. |
|
Updates the status messages for the page. |
|
Handles the response from the server callback event of the wiki page. |
|
Yields the focus from this component. |
Applies To
SP.Ribbon.PageState.PageStateHandler Class
See Also
Reference
SP.Ribbon.PageState.PageStateHandler Events