Typedef
Static Public Summary | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
ProviderArg: Provider | Type<*> |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Static Public
public AddChildArgs: BaseModificationArgs source
public BaseModificationArgs: Object source
Properties:
Name | Type | Attribute | Description |
render | boolean |
|
Whether to invoke the render cycle. This is useful for delaying the render cycle to a later time. |
public DropArea: Object source
Properties:
Name | Type | Attribute | Description |
item | RenderableDropTarget | The renderable being dropped. |
|
area | RenderableArea | The area being dropped. |
|
dragArea | RenderableArea | The area of the item being dragged. |
public HighlightCoordinateArgs: Object source
Properties:
Name | Type | Attribute | Description |
pageX | number | The current page x. |
|
pageY | number | The current page y. |
|
dropArea | DropArea | The current drop area. |
|
dragArea | RenderableArea | The current dragging items area. |
public LayoutConfig: Object source
Properties:
Name | Type | Attribute | Description |
child | RenderableArg<Renderable> | The child Renderable to be used in this layout. |
public Provider: ValueProvider | ClassProvider | ExistingProvider | FactoryProvider source
public RemoveChildArgs: BaseModificationArgs source
Properties:
Name | Type | Attribute | Description |
destroy | boolean |
|
Whether to destroy the child being removed. |
public Serialized: Object source
Properties:
Name | Type | Attribute | Description |
name | string | The name to identify the serialized node. |
public SerializedLayout: Serialized source
Properties:
Name | Type | Attribute | Description |
child | Serialized | The serialized child node. |
public SerializerContainerConfig: Object source
Properties:
Name | Type | Attribute | Description |
injector | Injector |
|
An injector to use as the parent injector. |
public StackConfig: Object source
Properties:
Name | Type | Attribute | Description |
children | StackItemContainerConfig[] | Stack item configurations. |
|
startIndex | number | The starting index item. |
|
direction | XYDirection | The direction of the Stack. |
|
reverse | boolean | Display header on opposite side of the Stack. |
|
header | StackHeaderConfigArgs | null | Stack header configuration. |
|
controls | RenderableArg<StackControl>[] | List of Stack controls to use. |
public StackConfigArgs: Object source
Properties:
Name | Type | Attribute | Description |
children | StackItemContainerConfig[] | Stack item configurations. |
|
startIndex | number |
|
The starting index item. |
direction | XYDirection |
|
The direction of the Stack. |
reverse | boolean |
|
Display header on opposite side of the Stack. |
header | StackHeaderConfigArgs | null |
|
Stack header configuration. |
controls | RenderableArg<StackControl>[] |
|
List of Stack controls to use. |
public StackItemContainerConfig: Object source
Properties:
Name | Type | Attribute | Description |
use | RenderableArg<Renderable> | The Renderable to use for this item. |
|
title | string |
|
The title of this item. |
droppable | boolean |
|
Whether the item can be dropped on. |
draggable | boolean |
|
Whether the item can be dragged. |
closeable | boolean |
|
Whether the item can be closed. |
tabControls | RenderableArg<TabControl>[] |
|
List of TabControls to use. |