TCrudTableContent<T, K> class
Defines the content for a specific tab in TCrudTable.
Constructors
-
TCrudTableContent({required List<
TTableHeader< headers, required TListController<T, K> >T, K> controller}) - Creates a content definition for a CRUD table tab.
Properties
-
controller
→ TListController<
T, K> -
The list controller managing data for this tab.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
→ List<
TTableHeader< T, K> > -
The headers specific to this tab's table.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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