button |
fun ButtonBar.button(text: String = "", type: ButtonData? = null, graphic: Node? = null, op: Button.() -> Unit = {}): <ERROR CLASS> fun ButtonBar.button(text: ObservableValue<String>, type: ButtonData? = null, graphic: Node? = null, op: Button.() -> Unit = {}): <ERROR CLASS> |