TTkAbstractListItem🌶️
- class TTkAbstractListItem(**kwargs)[source]🌶️
Bases:
TTkListItemTTkAbstractListItem:
Warning
DEPRECATED: This concrete implementation is deprecated. In a future version, this class will become an abstract base class requiring implementation. Use
TTkListItemfor the default implementation.This class currently provides a concrete implementation for backward compatibility. In future versions, it will be converted to an abstract interface that requires implementation of specific methods if you want custom behavior beyond the default
TTkListItemimplementation.- For new code:
Use
TTkListItemdirectly for the default list item implementationInherit from
TTkListItemfor custom list itemsAvoid using
TTkAbstractListItemdirectly
Deprecated since version 0.50.0: Direct instantiation deprecated. Use
TTkListIteminstead.
TTkAbstractListItem Attributes🌶️
|