Tab class abstract
Basic interface for a Tab.
- Inheritance
- Implementers
Constructors
- Tab()
Properties
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