ButtonType

class ButtonType(val delegate: ButtonType) extends SFXDelegate[ButtonType]

The ButtonType is used to specify which buttons should be shown to users in the dialogs.

The ButtonType is used to specify which buttons should be shown to users in the dialogs.

Wraps a JavaFX ButtonType.

Companion
object
trait SFXDelegate[ButtonType]
class Object
trait Matchable
class Any

Value members

Constructors

def this(text: String)
def this(text: String, buttonData: ButtonData)

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

Returns the ButtonData specified for this ButtonType in the constructor.

Returns the ButtonData specified for this ButtonType in the constructor.

override val delegate: ButtonType
val text: String

Returns the text specified for this ButtonType in the constructor;

Returns the text specified for this ButtonType in the constructor;