Kinetic List: Custom list with kinetic interaction
Bases: pymt.ui.widgets.stencilcontainer.MTStencilContainer
This is a kinetic container widget, that allows you to make a kinetic list scrolling in either direction.
| Parameters : |
|
|---|---|
| Styles : |
|
| Events : |
|
Applies the filter to the current children set
Apply layout to all the items
Resets the children set to the full set
Given an attribute of the children, and a pattern, return a list of the children with which pattern is in attr
Apply kinetic movement to all the items
Apply a search pattern to the current set of children
Toggles the delete buttons on items Attached to the on_press handler of the delete button(self.db)
Toggles the search area Attached to the on_press handler of self.sb(the green search button)
Bases: pymt.ui.widgets.button.MTButton, pymt.ui.widgets.composed.kineticlist.MTKineticObject
The MTKineticItem is a MTKineticObject ready to be included in a MTKineticList. MTKineticItem have the behavior of the MTButton.
By default, on_press event is not fired only if the button is deletable and visible.
Bases: pymt.ui.widgets.button.MTImageButton, pymt.ui.widgets.composed.kineticlist.MTKineticObject
The MTKineticImage is a MTKineticObject ready to be included in a MTKineticList. MTKineticImage have the behavior of the MTImageButton.
By default, on_press event is not fired only if the button is deletable and visible.