public static class IWindowProvider.WindowProviderContext
extends java.lang.Object
The context object encapsulates the functionality to fire property changes and events.
Modifier and Type | Field and Description |
---|---|
IProperty<java.lang.Boolean> |
CanMaximize |
IProperty<java.lang.Boolean> |
CanMinimize |
IEvent |
Closed |
IProperty<java.lang.Boolean> |
IsModal |
IProperty<java.lang.Boolean> |
IsTopmost |
IEvent |
Opened |
IProperty<WindowInteractionState> |
WindowInteractionState |
IProperty<WindowVisualState> |
WindowVisualState |
Constructor and Description |
---|
WindowProviderContext(IInitContext init,
IWindowProvider windowProvider) |
public final IProperty<java.lang.Boolean> CanMaximize
public final IProperty<java.lang.Boolean> CanMinimize
public final IProperty<java.lang.Boolean> IsModal
public final IProperty<java.lang.Boolean> IsTopmost
public final IProperty<WindowVisualState> WindowVisualState
public final IProperty<WindowInteractionState> WindowInteractionState
public final IEvent Closed
public final IEvent Opened
public WindowProviderContext(IInitContext init, IWindowProvider windowProvider)