SkawaMasterDetailComponent class
Master-detail component.
Example:
<skawa-master-detail expanded>
<span skawa-master>
Hello
</span>
<span skawa-detail>
world
</span>
</skawa-master-detail>
Properties:
expanded: bool
-- Whether details should be shown.
- Annotations
-
- @Component(selector: 'skawa-master-detail', templateUrl: 'master_detail.html', styleUrls: ['master_detail.css'], changeDetection: ChangeDetectionStrategy.OnPush)
Constructors
- SkawaMasterDetailComponent(@Optional() @Attribute('expanded') String expanded)
Properties
- expanded ↔ bool
-
Expands/collapses the details view
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isExpanded → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
collapse(
) → void -
expand(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toggle(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited