CUI.Page.FocusManager Methods
Applies to: SharePoint Foundation 2010
The following table lists the methods of the CUI.Page.FocusManager class.
Methods
Name |
Description |
---|---|
Calls the specified command handler to execute the command with the specified ID, properties, and sequence number. |
|
Determines whether the specified command handler can execute the command with the specified ID. |
|
Determines whether the CUI.Page.PageComponent Class that has the focus can handle the command. |
|
Executes the command with the specified ID on all of the registered command handlers that can execute the command. |
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
Gets the list of the active page components that have the focus. |
|
Gets the current sequence number of the indexer. |
|
Gets the next sequence number of the indexer. |
|
Executes the command with the specified ID using the registered command handler. |
|
Gets the next sequence number of the indexer without increasing the indexer value. |
|
Registers a command handler for the command with the specified ID. |
|
Removes the focus so that no PageComponent has the focus. |
|
Removes the focus from the specified component. |
|
Directs the focus to the specified component. |
|
Unregisters the command handler with the specified ID from the specified command handler. |