Tab class abstract

Basic interface for a Tab.

Inheritance
Implementers

Constructors

Tab()

Properties

hashCode int
The hash code for this object.
no setterinherited
label String?
The label to be shown on the tab button.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId String
The unique id for the tab button.
no setter

Methods

activate() → void
Sets this tab as active.
deactivate() → void
Sets this tab as inactive.
focus() → void
Item/component focuses itself
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