TemplateButton


sealed class TemplateButton


Base class for a button taking an Action without display oriented information.

Summary

Protected constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Action

The action to take when this button is clicked.

Protected constructors

TemplateButton

protected TemplateButton(action: Action)
Parameters
action: Action

The action to take when this button is clicked.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

action

Added in 1.0.0-alpha06
val actionAction

The action to take when this button is clicked.