Package-level declarations
Types
Link copied to clipboard
class JfxTreeTableColumnScope<S : RecursiveTreeObject<S>>(val columns: MutableCollection<TreeTableColumn<S, *>>)
Container of JFXTreeTableColumn, providing sets of useful operation.
Functions
Link copied to clipboard
inline fun <S : RecursiveTreeObject<S>> JFXTreeTableColumn<S, *>.columns(configuration: JfxTreeTableColumnScope<S>.() -> Unit)
Configure JFXTreeTableColumn columns, essentially enabling multi-line column.
inline fun <S : RecursiveTreeObject<S>> JFXTreeTableView<S>.columns(configuration: JfxTreeTableColumnScope<S>.() -> Unit)
Configure JFXTreeTableView columns.
Link copied to clipboard
Link copied to clipboard
inline fun <T> ObservableValue<T>.delayedPropertyInvalidationListener(delayTime: Duration, noinline consumer: (T) -> Unit): InvalidationListener
Link copied to clipboard
Create a JFoenix snackbar.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Show this snackbar indefinitely with custom layout.
fun JFXSnackbar.showIndefinite(message: String, actionText: String? = null, action: (ActionEvent) -> Unit? = null)
Show this snackbar indefinitely with default layout. May throw NullPointerException
due to JFXSnackbar bug.
Link copied to clipboard