The
ListView allows you to show a set of buttons when swiping left or right. You can define these buttons by adding a
SwipeButton object to a
TemplateAssignment object and defining properties for it as described in
SwipeButton Properties. To define the action after clicking one of these buttons, you must implement the
onActionButtonClicked() method in the
[ViewName]ViewControllerImpl class as follows: