DockingTabs class
Represents an area for a collection of widgets. Children will be arranged in tabs.
- Inheritance
-
- Object
- Area
- DockingArea
- DockingParentArea
- DockingTabs
- Mixed-in types
Constructors
-
DockingTabs.new(List<
DockingItem> children, {dynamic id, bool maximized = false, bool? maximizable, double? size, double? weight, double? minimalWeight, double? minimalSize}) - Builds a DockingTabs.
Properties
- areaAcronym → String
-
no setteroverride
- childrenCount → int
-
Gets the count of children.
no setterinherited
- disposed → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasMinimal → bool
-
no setterinherited
- id → dynamic
-
finalinherited
- index → int
-
Gets the index of this area in the layout.
no setterinherited
- key → Key
-
no setterinherited
- layoutId → int
-
no setterinherited
- level → int
-
Gets the level in the layout hierarchy.
no setterinherited
- maximizable → bool?
-
final
- maximized → bool
-
no setter
- minimalSize → double?
-
finalinherited
- minimalWeight → double?
-
finalinherited
- parent → DockingParentArea?
-
Gets the parent of this area or
NULL
if it is the root.no setterinherited - path → String
-
Gets the path in the layout hierarchy.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIndex ↔ int
-
getter/setter pair
- size → double?
-
no setterinherited
- type → DockingAreaType
-
Gets the type of this area.
no setteroverride
- typeAcronym → String
-
Gets the acronym for type.
no setterinherited
- weight → double?
-
no setterinherited
Methods
-
childAt(
int index) → DockingItem -
Gets a child for a given index.
override
-
contains(
DockingArea area) → bool -
Whether the DockingParentArea contains a child equal to
area
.inherited -
forEach(
void f(DockingItem child)) → void -
Applies the function
f
to each child of this collection in iteration order.override -
forEachReversed(
void f(DockingArea child)) → void -
Applies the function
f
to each child of this collection in iteration reversed order.inherited -
hierarchy(
{bool indexInfo = false, bool levelInfo = false, bool hasParentInfo = false, bool nameInfo = false}) → String -
Converts layout's hierarchical structure to a debug String.
inherited
-
indexOf(
DockingArea dockingArea) → int -
The first index of
dockingArea
in this container.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateWeight(
double value) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited