Skip to main content

Crate fidl_next_fuchsia_ui_views

Crate fidl_next_fuchsia_ui_views 

Source

Re-exports§

pub use self::natural::*;

Modules§

focuser
generic
natural
view
view_ref_focused
view_ref_installed
wire
wire_optional

Structs§

FocusState
A ViewRef’s state of focus.
Focuser
The type corresponding to the Focuser protocol. A method of programmatically transferring View focus.
View
The type corresponding to the View protocol. Deprecated API for view creation. DO NOT USE.
ViewRefFocused
The type corresponding to the ViewRefFocused protocol. A method of enabling a ViewRef creator to determine if its ViewRef has gained or lost focus in the view tree.
ViewRefFocusedWatchResponse
ViewRefInstalled
The type corresponding to the ViewRefInstalled protocol. A method of enabling ViewRef holders to determine if a ViewRef has been “installed” in the view tree: the time it is first connected, transitively, to the root view. Typically, after installation, view focus may be transferred to that ViewRef.

Enums§

AutoFocusError
Command
DO NOT USE - Retained for ABI stability in fuchsia.ui.scenic.Command
Error
Problematic situations that occur on Focuser.RequestFocus.
ViewRefInstalledError
A collection of error codes related to |ViewRefInstalled|.

Traits§

FocuserClientHandler
A client handler for the Focuser protocol.
FocuserLocalClientHandler
A client handler for the Focuser protocol.
FocuserLocalServerHandler
A server handler for the Focuser protocol.
FocuserServerHandler
A server handler for the Focuser protocol.
ViewClientHandler
A client handler for the View protocol.
ViewLocalClientHandler
A client handler for the View protocol.
ViewLocalServerHandler
A server handler for the View protocol.
ViewRefFocusedClientHandler
A client handler for the ViewRefFocused protocol.
ViewRefFocusedLocalClientHandler
A client handler for the ViewRefFocused protocol.
ViewRefFocusedLocalServerHandler
A server handler for the ViewRefFocused protocol.
ViewRefFocusedServerHandler
A server handler for the ViewRefFocused protocol.
ViewRefInstalledClientHandler
A client handler for the ViewRefInstalled protocol.
ViewRefInstalledLocalClientHandler
A client handler for the ViewRefInstalled protocol.
ViewRefInstalledLocalServerHandler
A server handler for the ViewRefInstalled protocol.
ViewRefInstalledServerHandler
A server handler for the ViewRefInstalled protocol.
ViewServerHandler
A server handler for the View protocol.

Type Aliases§

FocuserRequestFocusResponse
FocuserSetAutoFocusResponse
ViewRefInstalledWatchResponse