root
JVM
root
/
org.magiclib.bounty.ui.lists
/
ListItemButtonHandler
List
Item
Button
Handler
class
ListItemButtonHandler
<
T
>
(
val
rowPlugin
:
ListItemUIPanelPlugin
<
T
>
,
val
listPlugin
:
ListUIPanelPlugin
<
T
>
)
:
ButtonHandler
Members
Constructors
List
Item
Button
Handler
Link copied to clipboard
constructor
(
rowPlugin
:
ListItemUIPanelPlugin
<
T
>
,
listPlugin
:
ListUIPanelPlugin
<
T
>
)
Functions
on
Clicked
Link copied to clipboard
open
override
fun
onClicked
(
)
on
Highlighted
Link copied to clipboard
open
fun
onHighlighted
(
)
on
Unhighlighted
Link copied to clipboard
open
fun
onUnhighlighted
(
)
Properties
list
Plugin
Link copied to clipboard
val
listPlugin
:
ListUIPanelPlugin
<
T
>
row
Plugin
Link copied to clipboard
val
rowPlugin
:
ListItemUIPanelPlugin
<
T
>