PaginatorElement

io.worxbend.tui.dsl.PaginatorElement
final case class PaginatorElement(current: Signal[Int], total: Int, props: ElementProps) extends Element

A page indicator: Left/Right change the page while focused.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Element
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def widget: Widget

Inherited methods

def children: Seq[Element]

Attributes

Inherited from:
Element
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def style: Style

Attributes

Inherited from:
Element