Compartilhar via


EditorHandler Classe

Definição

public ref class EditorHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IEditor ^, System::Object ^>, Microsoft::Maui::Handlers::IEditorHandler
public class EditorHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IEditor,object>, Microsoft.Maui.Handlers.IEditorHandler
type EditorHandler = class
    inherit ViewHandler<IEditor, obj>
    interface IEditorHandler
    interface IViewHandler
    interface IElementHandler
Public Class EditorHandler
Inherits ViewHandler(Of IEditor, Object)
Implements IEditorHandler
Herança
Implementações

Construtores

EditorHandler()
EditorHandler(IPropertyMapper)
EditorHandler(IPropertyMapper, CommandMapper)

Campos

CommandMapper
Mapper

Propriedades

ContainerView

Obtém a exibição que atua como um contêiner para o PlatformView.

(Herdado de ViewHandler)
HasContainer

Obtém ou define um valor que indica se o PlatformView está contido em uma exibição.

(Herdado de ViewHandler)
MauiContext (Herdado de ElementHandler)
NeedsContainer

Obtém um valor que indica se o precisa ou não de VirtualView uma exibição de contêiner.

(Herdado de ViewHandler)
PlatformView (Herdado de ViewHandler<TVirtualView,TPlatformView>)
Services (Herdado de ElementHandler)
VirtualView (Herdado de ViewHandler<TVirtualView,TPlatformView>)

Métodos

ConnectHandler(TPlatformView) (Herdado de ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()
DisconnectHandler(TPlatformView) (Herdado de ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double) (Herdado de ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (Herdado de ElementHandler)
MapCharacterSpacing(IViewHandler, IEditor)
MapCursorPosition(IEditorHandler, ITextInput)
MapFont(IViewHandler, IEditor)
MapHorizontalTextAlignment(IEditorHandler, IEditor)
MapIsReadOnly(IViewHandler, IEditor)
MapIsSpellCheckEnabled(IEditorHandler, IEditor)

Mapeia a propriedade abstrata IsSpellCheckEnabled para as implementações específicas da plataforma.

MapIsTextPredictionEnabled(IEditorHandler, IEditor)

Mapeia a propriedade abstrata IsTextPredictionEnabled para as implementações específicas da plataforma.

MapKeyboard(IEditorHandler, IEditor)
MapMaxLength(IViewHandler, IEditor)
MapPlaceholder(IViewHandler, IEditor)
MapPlaceholderColor(IViewHandler, IEditor)
MapSelectionLength(IEditorHandler, ITextInput)
MapText(IViewHandler, IEditor)
MapTextColor(IEditorHandler, IEditor)
MapTextColor(IViewHandler, IEditor)
MapVerticalTextAlignment(IEditorHandler, IEditor)
PlatformArrange(Rect) (Herdado de ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer() (Herdado de ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext) (Herdado de ElementHandler)
SetupContainer() (Herdado de ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement) (Herdado de ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView) (Herdado de ViewHandler<TVirtualView,TPlatformView>)
UpdateValue(String) (Herdado de ElementHandler)

Implantações explícitas de interface

IEditorHandler.PlatformView
IEditorHandler.VirtualView
IElementHandler.DisconnectHandler() (Herdado de ElementHandler)
IElementHandler.PlatformView (Herdado de ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (Herdado de ViewHandler<TVirtualView,TPlatformView>)
IViewHandler.ContainerView (Herdado de ViewHandler)
IViewHandler.VirtualView (Herdado de ViewHandler<TVirtualView,TPlatformView>)

Métodos de Extensão

GetRequiredService<T>(IElementHandler)
GetRequiredService<T>(IElementHandler, Type)
GetService<T>(IElementHandler)
GetService<T>(IElementHandler, Type)
GetServiceProvider(IElementHandler)
IsConnected(IElementHandler)

Aplica-se a