Class ReactiveAppWindow<TViewModel>
A ReactiveUI Avalonia.Controls.Window that implements the ReactiveUI.IViewFor<T> interface and will activate your ViewModel automatically if the view model implements ReactiveUI.IActivatableViewModel. When the DataContext property changes, this class will update the ViewModel property with the new DataContext value, and vice versa.
Inheritance
AvaloniaObject
Animatable
StyledElement
Visual
Layoutable
Interactive
InputElement
Control
TemplatedControl
ContentControl
TopLevel
WindowBase
Window
ReactiveAppWindow<TViewModel>
Implements
IDataContextProvider
IThemeVariantHost
IResourceHost
IResourceNode
ISetLogicalParent
ISetInheritanceParent
IStyleable
IDataTemplateHost
INamed
ISetterValue
IRenderRoot
ICloseable
IStyleHost
ILogicalRoot
ILogical
ITextInputMethodRoot
IInputRoot
IInputElement
IFocusScope
ILayoutRoot
IViewFor<TViewModel>
IViewFor
IActivatableView
Inherited Members
Window.SizeToContentProperty
Window.ExtendClientAreaToDecorationsHintProperty
Window.ExtendClientAreaChromeHintsProperty
Window.ExtendClientAreaTitleBarHeightHintProperty
Window.IsExtendedIntoWindowDecorationsProperty
Window.WindowDecorationMarginProperty
Window.OffScreenMarginProperty
Window.SystemDecorationsProperty
Window.ShowActivatedProperty
Window.ShowInTaskbarProperty
Window.WindowStateProperty
Window.TitleProperty
Window.WindowStartupLocationProperty
Window.CanResizeProperty
Window.WindowClosedEvent
Window.WindowOpenedEvent
Window.BeginMoveDrag(PointerPressedEventArgs)
Window.BeginResizeDrag(WindowEdge, PointerPressedEventArgs)
Window.Close()
Window.Hide()
Window.Show()
Window.IsVisibleChanged(AvaloniaPropertyChangedEventArgs)
Window.Show(Window)
Window.ShowDialog(Window)
Window.ShowDialog<TResult>(Window)
Window.ArrangeSetBounds(Size)
Window.OnClosing(WindowClosingEventArgs)
Window.OnCreateAutomationPeer()
Window.PlatformImpl
Window.OwnedWindows
Window.SizeToContent
Window.Title
Window.ExtendClientAreaToDecorationsHint
Window.ExtendClientAreaChromeHints
Window.ExtendClientAreaTitleBarHeightHint
Window.IsExtendedIntoWindowDecorations
Window.WindowDecorationMargin
Window.OffScreenMargin
Window.SystemDecorations
Window.ShowActivated
Window.ShowInTaskbar
Window.WindowState
Window.CanResize
Window.WindowStartupLocation
Window.Position
Window.Closing
WindowBase.IsActiveProperty
WindowBase.OwnerProperty
WindowBase.TopmostProperty
WindowBase.Activate()
WindowBase.EnsureInitialized()
WindowBase.OnResized(WindowResizedEventArgs)
WindowBase.MeasureCore(Size)
WindowBase.ArrangeCore(Rect)
WindowBase.IgnoreVisibilityChanges
WindowBase.IsActive
WindowBase.Screens
WindowBase.Owner
WindowBase.Topmost
WindowBase.DesktopScaling
WindowBase.Activated
WindowBase.Deactivated
WindowBase.PositionChanged
WindowBase.Resized
TopLevel.ClientSizeProperty
TopLevel.FrameSizeProperty
TopLevel.PointerOverElementProperty
TopLevel.TransparencyLevelHintProperty
TopLevel.ActualTransparencyLevelProperty
TopLevel.TransparencyBackgroundFallbackProperty
TopLevel.ActualThemeVariantProperty
TopLevel.RequestedThemeVariantProperty
TopLevel.SystemBarColorProperty
TopLevel.BackRequestedEvent
TopLevel.TryGetPlatformHandle()
TopLevel.SetSystemBarColor(Control, SolidColorBrush)
TopLevel.GetSystemBarColor(Control)
TopLevel.GetTopLevel(Visual)
TopLevel.StartRendering()
TopLevel.StopRendering()
TopLevel.OnAttachedToVisualTree(VisualTreeAttachmentEventArgs)
TopLevel.InvalidateMirrorTransform()
TopLevel.ClientSize
TopLevel.FrameSize
TopLevel.TransparencyLevelHint
TopLevel.ActualTransparencyLevel
TopLevel.TransparencyBackgroundFallback
TopLevel.RequestedThemeVariant
TopLevel.RendererDiagnostics
TopLevel.RenderScaling
TopLevel.StorageProvider
TopLevel.InsetsManager
TopLevel.Clipboard
TopLevel.FocusManager
TopLevel.PlatformSettings
TopLevel.BypassFlowDirectionPolicies
TopLevel.Opened
TopLevel.Closed
TopLevel.ScalingChanged
TopLevel.BackRequested
ContentControl.ContentProperty
ContentControl.ContentTemplateProperty
ContentControl.HorizontalContentAlignmentProperty
ContentControl.VerticalContentAlignmentProperty
ContentControl.RegisterContentPresenter(ContentPresenter)
ContentControl.Content
ContentControl.ContentTemplate
ContentControl.Presenter
ContentControl.HorizontalContentAlignment
ContentControl.VerticalContentAlignment
TemplatedControl.BackgroundProperty
TemplatedControl.BorderBrushProperty
TemplatedControl.BorderThicknessProperty
TemplatedControl.CornerRadiusProperty
TemplatedControl.FontFamilyProperty
TemplatedControl.FontSizeProperty
TemplatedControl.FontStyleProperty
TemplatedControl.FontWeightProperty
TemplatedControl.FontStretchProperty
TemplatedControl.ForegroundProperty
TemplatedControl.PaddingProperty
TemplatedControl.TemplateProperty
TemplatedControl.IsTemplateFocusTargetProperty
TemplatedControl.TemplateAppliedEvent
TemplatedControl.GetIsTemplateFocusTarget(Control)
TemplatedControl.ApplyTemplate()
TemplatedControl.GetTemplateFocusTarget()
TemplatedControl.OnAttachedToLogicalTree(LogicalTreeAttachmentEventArgs)
TemplatedControl.OnDetachedFromLogicalTree(LogicalTreeAttachmentEventArgs)
TemplatedControl.OnTemplateChanged(AvaloniaPropertyChangedEventArgs)
TemplatedControl.Background
TemplatedControl.BorderBrush
TemplatedControl.BorderThickness
TemplatedControl.CornerRadius
TemplatedControl.FontFamily
TemplatedControl.FontSize
TemplatedControl.FontStyle
TemplatedControl.FontWeight
TemplatedControl.FontStretch
TemplatedControl.Foreground
TemplatedControl.Padding
TemplatedControl.Template
TemplatedControl.TemplateApplied
Control.FocusAdornerProperty
Control.TagProperty
Control.ContextMenuProperty
Control.ContextFlyoutProperty
Control.RequestBringIntoViewEvent
Control.ContextRequestedEvent
Control.LoadedEvent
Control.UnloadedEvent
Control.SizeChangedEvent
Control.OnLoaded(RoutedEventArgs)
Control.OnUnloaded(RoutedEventArgs)
Control.OnSizeChanged(SizeChangedEventArgs)
Control.OnAttachedToVisualTreeCore(VisualTreeAttachmentEventArgs)
Control.OnDetachedFromVisualTreeCore(VisualTreeAttachmentEventArgs)
Control.OnGotFocus(GotFocusEventArgs)
Control.OnLostFocus(RoutedEventArgs)
Control.OnPointerReleased(PointerReleasedEventArgs)
Control.OnKeyUp(KeyEventArgs)
Control.FocusAdorner
Control.DataTemplates
Control.ContextMenu
Control.ContextFlyout
Control.IsLoaded
Control.Tag
Control.ContextRequested
Control.Loaded
Control.Unloaded
Control.SizeChanged
InputElement.FocusableProperty
InputElement.IsEnabledProperty
InputElement.IsEffectivelyEnabledProperty
InputElement.CursorProperty
InputElement.IsKeyboardFocusWithinProperty
InputElement.IsFocusedProperty
InputElement.IsHitTestVisibleProperty
InputElement.IsPointerOverProperty
InputElement.IsTabStopProperty
InputElement.GotFocusEvent
InputElement.LostFocusEvent
InputElement.KeyDownEvent
InputElement.KeyUpEvent
InputElement.TabIndexProperty
InputElement.TextInputEvent
InputElement.TextInputMethodClientRequestedEvent
InputElement.PointerEnteredEvent
InputElement.PointerExitedEvent
InputElement.PointerMovedEvent
InputElement.PointerPressedEvent
InputElement.PointerReleasedEvent
InputElement.PointerCaptureLostEvent
InputElement.PointerWheelChangedEvent
InputElement.TappedEvent
InputElement.HoldingEvent
InputElement.DoubleTappedEvent
InputElement.Focus(NavigationMethod, KeyModifiers)
InputElement.OnKeyDown(KeyEventArgs)
InputElement.OnTextInput(TextInputEventArgs)
InputElement.OnPointerEntered(PointerEventArgs)
InputElement.OnPointerExited(PointerEventArgs)
InputElement.OnPointerMoved(PointerEventArgs)
InputElement.OnPointerPressed(PointerPressedEventArgs)
InputElement.OnPointerCaptureLost(PointerCaptureLostEventArgs)
InputElement.OnPointerWheelChanged(PointerWheelEventArgs)
InputElement.UpdateIsEffectivelyEnabled()
InputElement.Focusable
InputElement.IsEnabled
InputElement.Cursor
InputElement.IsKeyboardFocusWithin
InputElement.IsFocused
InputElement.IsHitTestVisible
InputElement.IsPointerOver
InputElement.IsTabStop
InputElement.IsEffectivelyEnabled
InputElement.TabIndex
InputElement.KeyBindings
InputElement.IsEnabledCore
InputElement.GestureRecognizers
InputElement.GotFocus
InputElement.LostFocus
InputElement.KeyDown
InputElement.KeyUp
InputElement.TextInput
InputElement.TextInputMethodClientRequested
InputElement.PointerEntered
InputElement.PointerExited
InputElement.PointerMoved
InputElement.PointerPressed
InputElement.PointerReleased
InputElement.PointerCaptureLost
InputElement.PointerWheelChanged
InputElement.Tapped
InputElement.Holding
InputElement.DoubleTapped
Interactive.RaiseEvent(RoutedEventArgs)
Interactive.BuildEventRoute(RoutedEvent)
Layoutable.DesiredSizeProperty
Layoutable.WidthProperty
Layoutable.HeightProperty
Layoutable.MinWidthProperty
Layoutable.MaxWidthProperty
Layoutable.MinHeightProperty
Layoutable.MaxHeightProperty
Layoutable.MarginProperty
Layoutable.HorizontalAlignmentProperty
Layoutable.VerticalAlignmentProperty
Layoutable.UseLayoutRoundingProperty
Layoutable.UpdateLayout()
Layoutable.Measure(Size)
Layoutable.Arrange(Rect)
Layoutable.InvalidateMeasure()
Layoutable.InvalidateArrange()
Layoutable.AffectsMeasure<T>(params AvaloniaProperty[])
Layoutable.AffectsArrange<T>(params AvaloniaProperty[])
Layoutable.ArrangeOverride(Size)
Layoutable.OnMeasureInvalidated()
Layoutable.OnVisualParentChanged(Visual, Visual)
Layoutable.Width
Layoutable.Height
Layoutable.MinWidth
Layoutable.MaxWidth
Layoutable.MinHeight
Layoutable.MaxHeight
Layoutable.Margin
Layoutable.HorizontalAlignment
Layoutable.VerticalAlignment
Layoutable.DesiredSize
Layoutable.IsMeasureValid
Layoutable.IsArrangeValid
Layoutable.UseLayoutRounding
Layoutable.EffectiveViewportChanged
Layoutable.LayoutUpdated
Visual.BoundsProperty
Visual.ClipToBoundsProperty
Visual.ClipProperty
Visual.IsVisibleProperty
Visual.OpacityProperty
Visual.OpacityMaskProperty
Visual.EffectProperty
Visual.HasMirrorTransformProperty
Visual.RenderTransformProperty
Visual.RenderTransformOriginProperty
Visual.FlowDirectionProperty
Visual.VisualParentProperty
Visual.ZIndexProperty
Visual.GetFlowDirection(Visual)
Visual.SetFlowDirection(Visual, FlowDirection)
Visual.InvalidateVisual()
Visual.Render(DrawingContext)
Visual.AffectsRender<T>(params AvaloniaProperty[])
Visual.OnDetachedFromVisualTree(VisualTreeAttachmentEventArgs)
Visual.Bounds
Visual.ClipToBounds
Visual.Clip
Visual.IsEffectivelyVisible
Visual.IsVisible
Visual.Opacity
Visual.OpacityMask
Visual.Effect
Visual.HasMirrorTransform
Visual.RenderTransform
Visual.RenderTransformOrigin
Visual.FlowDirection
Visual.ZIndex
Visual.VisualChildren
Visual.VisualRoot
Visual.AttachedToVisualTree
Visual.DetachedFromVisualTree
StyledElement.DataContextProperty
StyledElement.NameProperty
StyledElement.ParentProperty
StyledElement.TemplatedParentProperty
StyledElement.ThemeProperty
StyledElement.BeginInit()
StyledElement.EndInit()
StyledElement.ApplyStyling()
StyledElement.InitializeIfNeeded()
StyledElement.OnDataContextBeginUpdate()
StyledElement.OnDataContextEndUpdate()
StyledElement.OnInitialized()
StyledElement.Name
StyledElement.Classes
StyledElement.DataContext
StyledElement.IsInitialized
StyledElement.Styles
StyledElement.StyleKey
StyledElement.Resources
StyledElement.TemplatedParent
StyledElement.Theme
StyledElement.LogicalChildren
StyledElement.PseudoClasses
StyledElement.Parent
StyledElement.ActualThemeVariant
StyledElement.AttachedToLogicalTree
StyledElement.DetachedFromLogicalTree
StyledElement.DataContextChanged
StyledElement.Initialized
StyledElement.ResourcesChanged
StyledElement.ActualThemeVariantChanged
Animatable.TransitionsProperty
Animatable.OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs)
Animatable.Transitions
AvaloniaObject.CheckAccess()
AvaloniaObject.VerifyAccess()
AvaloniaObject.ClearValue(AvaloniaProperty)
AvaloniaObject.ClearValue<T>(AvaloniaProperty<T>)
AvaloniaObject.ClearValue<T>(StyledProperty<T>)
AvaloniaObject.ClearValue<T>(DirectPropertyBase<T>)
AvaloniaObject.GetHashCode()
AvaloniaObject.GetValue(AvaloniaProperty)
AvaloniaObject.GetValue<T>(StyledProperty<T>)
AvaloniaObject.GetValue<T>(DirectPropertyBase<T>)
AvaloniaObject.GetBaseValue<T>(StyledProperty<T>)
AvaloniaObject.IsAnimating(AvaloniaProperty)
AvaloniaObject.IsSet(AvaloniaProperty)
AvaloniaObject.SetValue<T>(StyledProperty<T>, T, BindingPriority)
AvaloniaObject.SetValue<T>(DirectPropertyBase<T>, T)
AvaloniaObject.SetCurrentValue<T>(StyledProperty<T>, T)
AvaloniaObject.CoerceValue(AvaloniaProperty)
AvaloniaObject.RaisePropertyChanged<T>(DirectPropertyBase<T>, T, T)
AvaloniaObject.SetAndRaise<T>(DirectPropertyBase<T>, ref T, T)
AvaloniaObject.InheritanceParent
AvaloniaObject.this[AvaloniaProperty]
AvaloniaObject.this[IndexerDescriptor]
AvaloniaObject.PropertyChanged
Namespace: Artemis.UI.Shared
Assembly: Artemis.UI.Shared.dll
Syntax
public class ReactiveAppWindow<TViewModel> : AppWindow, IDataContextProvider, IThemeVariantHost, IResourceHost, IResourceNode, ISetLogicalParent, ISetInheritanceParent, IStyleable, IDataTemplateHost, INamed, ISetterValue, IRenderRoot, ICloseable, IStyleHost, ILogicalRoot, ILogical, ITextInputMethodRoot, IInputRoot, IInputElement, IFocusScope, ILayoutRoot, IViewFor<TViewModel>, IViewFor, IActivatableView where TViewModel : class
Type Parameters
Name | Description |
---|---|
TViewModel | ViewModel type. |
Constructors
ReactiveAppWindow()
Initializes a new instance of the ReactiveAppWindow<TViewModel> class.
Declaration
public ReactiveAppWindow()
Fields
ViewModelProperty
The ViewModel.
Declaration
public static readonly StyledProperty<TViewModel?> ViewModelProperty
Field Value
Type | Description |
---|---|
StyledProperty<TViewModel> |
Properties
ViewModel
The ViewModel.
Declaration
public TViewModel? ViewModel { get; set; }
Property Value
Type | Description |
---|---|
TViewModel |
Implements
Avalonia.IDataContextProvider
Avalonia.Styling.IThemeVariantHost
Avalonia.Controls.IResourceHost
Avalonia.Controls.IResourceNode
Avalonia.Controls.ISetLogicalParent
Avalonia.Controls.ISetInheritanceParent
Avalonia.Styling.IStyleable
Avalonia.Controls.Templates.IDataTemplateHost
Avalonia.INamed
Avalonia.Styling.ISetterValue
Avalonia.Rendering.IRenderRoot
Avalonia.Input.ICloseable
Avalonia.Styling.IStyleHost
Avalonia.LogicalTree.ILogicalRoot
Avalonia.LogicalTree.ILogical
Avalonia.Input.TextInput.ITextInputMethodRoot
Avalonia.Input.IInputRoot
Avalonia.Input.IInputElement
Avalonia.Input.IFocusScope
Avalonia.Layout.ILayoutRoot
ReactiveUI.IViewFor<T>
ReactiveUI.IViewFor
ReactiveUI.IActivatableView