DockingTabs class

Represents an area for a collection of widgets. Children will be arranged in tabs.

Inheritance
Mixed in types

Constructors

DockingTabs(List<DockingItem> children)
Builds a DockingTabs.

Properties

childrenCount int
Gets the count of children.
no setterinherited
disposed bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
index int
Gets the index of this area in the layout.
no setterinherited
layoutId int
no setterinherited
level int
Gets the level in the layout hierarchy.
no setterinherited
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
type DockingAreaType
Gets the type of this area.
no setteroverride
typeAcronym String
Gets the acronym for type.
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
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited