Uses of Interface
com.nnamo.interfaces.TableRowClickBehaviour
Packages that use TableRowClickBehaviour
Package
Description
-
Uses of TableRowClickBehaviour in com.nnamo.view.customcomponents
Methods in com.nnamo.view.customcomponents with parameters of type TableRowClickBehaviourModifier and TypeMethodDescriptionvoid
CustomTable.setTableRowClickBehaviour
(TableRowClickBehaviour tableRowClickBehaviour) Sets theTableCheckIsFavBehaviour
to check if a row is marked as favorite. -
Uses of TableRowClickBehaviour in com.nnamo.view.custompanels
Methods in com.nnamo.view.custompanels with parameters of type TableRowClickBehaviourModifier and TypeMethodDescriptionvoid
StopPanel.setGenericTableRowClickBehaviour
(TableRowClickBehaviour listener) Sets a generic row click behavior for both the route services and departures tables.void
LeftPanel.setTableRowClickBehaviour
(TableRowClickBehaviour listener) Sets the click behaviour for table rows in both the search and prefer panels.void
PreferPanel.setTableRowClickBehaviour
(TableRowClickBehaviour listener) void
SearchPanel.setTableRowClickBehaviour
(TableRowClickBehaviour listener) Sets theTableRowClickBehaviour
for both the stop and route tables. -
Uses of TableRowClickBehaviour in com.nnamo.view.frame
Methods in com.nnamo.view.frame with parameters of type TableRowClickBehaviourModifier and TypeMethodDescriptionvoid
MainFrame.setGenericTableRowClickBehaviour
(TableRowClickBehaviour listener) Sets the generic table row click behavior for the left and stop panels.