Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class RenderablePaginatedTransform<S : Element, T : GridPane<T, S>, U : InterfaceViewer>(min: Vector2, max: Vector2, elementsSupplier: () -> List<RenderFunction<S, T, U>>) : ReactiveTransform<T, U, Int>

Custom implementation of PaginatedTransform that allows rendering elements as well as the buttons.

Link copied to clipboard
typealias RenderFunction<S, T, U> = (InterfaceView<T, U>) -> S
Link copied to clipboard