DockingArea class abstract

Represents any area of the layout.

Implementers

Constructors

DockingArea()

Properties

disposed bool
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
Gets the index of this area in the layout.
no setter
layoutId int
no setter
level int
Gets the level in the layout hierarchy.
no setter
parent DockingParentArea?
Gets the parent of this area or NULL if it is the root.
no setter
path String
Gets the path in the layout hierarchy.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DockingAreaType
Gets the type of this area.
no setter
typeAcronym String
Gets the acronym for type.
no setter

Methods

hierarchy({bool indexInfo = false, bool levelInfo = false, bool hasParentInfo = false, bool nameInfo = false}) String
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