RenderablePaginatedTransform
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.
Constructors
Link copied to clipboard
fun RenderablePaginatedTransform(min: Vector2, max: Vector2, elements: List<RenderFunction<S, T, U>>)
Constructs a new paginated transform.
Link copied to clipboard
fun RenderablePaginatedTransform(min: Vector2, max: Vector2, elementsSupplier: () -> List<RenderFunction<S, T, U>>)
Functions
Link copied to clipboard
Sets the backward element.
Link copied to clipboard
Returns the dimensions of the paginated view
Link copied to clipboard
Sets the forward element.
Link copied to clipboard
Get the property containing the pagination's current page.
Link copied to clipboard
Switch to the previous page.
Link copied to clipboard