zircon.core
/
org.hexworks.zircon.internal.fragment.impl
/
DefaultSelector
common
Default
Selector
class
DefaultSelector
<
T
:
Any
>(parent:
HBox
, defaultSelected:
T
, initialValues:
Iterable
<
T
>, centeredText:
Boolean
, toStringMethod: (
T
) ->
String
, clickable:
Boolean
) :
Selector
<
T
>
Content copied to clipboard
Functions
Properties
Sources
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
root
Link copied to clipboard
common
open override val
root
:
HBox
Content copied to clipboard
The Component this Fragment contains.
selected
Link copied to clipboard
common
open override val
selected
:
T
Content copied to clipboard
selectedValue
Link copied to clipboard
common
open override val
selectedValue
:
ObservableValue
<
T
>
Content copied to clipboard
values
Link copied to clipboard
common
open override val
values
:
List
<
T
>
Content copied to clipboard
valuesProperty
Link copied to clipboard
common
open override val
valuesProperty
:
ListProperty
<
T
>
Content copied to clipboard
Sources
(source)
Link copied to clipboard