Uses of Class
tripleplay.ui.Button

Packages that use Button
Package
Description
 
  • Uses of Button in tripleplay.ui

    Subclasses of Button in tripleplay.ui
    Modifier and Type
    Class
    Description
    class 
    A button that supports an action on a "long press".
    Methods in tripleplay.ui that return Button
    Modifier and Type
    Method
    Description
    Button.onClick(react.SignalView.Listener<? super Button> onClick)
    A convenience method for registering a click handler.
    Methods in tripleplay.ui that return types with arguments of type Button
    Modifier and Type
    Method
    Description
    react.SignalView<Button>
    Button.clicked()
     
    react.SignalView<Button>
    LongPressButton.longPressed()
    A signal that is emitted when this button is long pressed.
    Method parameters in tripleplay.ui with type arguments of type Button
    Modifier and Type
    Method
    Description
    Button.onClick(react.SignalView.Listener<? super Button> onClick)
    A convenience method for registering a click handler.
    LongPressButton.onLongPress(react.SignalView.Listener<? super Button> onLongPress)
    A convenience method for registering a long press handler.