MDCComponent class abstract
Base class for MDC Web components.
Javascript: mdc.base.MDCComponent
.
- Implementers
- MDCCheckbox
- MDCChip
- MDCChipSet
- MDCDialog
- MDCDrawer
- MDCFloatingLabel
- MDCFormField
- MDCIconButtonToggle
- MDCLinearProgress
- MDCLineRipple
- MDCList
- MDCMenu
- MDCMenuSurface
- MDCNotchedOutline
- MDCRadio
- MDCRipple
- MDCSelect
- MDCSlider
- MDCSnackbar
- MDCSwitch
- MDCTab
- MDCTabBar
- MDCTabIndicator
- MDCTabScroller
- MDCTextField
- MDCTopAppBar
Constructors
Properties
- foundation → MDCFoundation
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- js → Component
-
The underlying Javascript component.
no setter
- root → Element
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
destroy(
) → void - Releases resources and removes any listeners.
-
emit(
String type, dynamic data, [bool shouldBubble = false]) → void -
listen(
String type, EventListener handler, {bool captureThis = false}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unlisten(
String type, EventListener handler, {bool captureThis = false}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited