Object/Class

io.udash.bootstrap.pagination

UdashPagination

Related Docs: class UdashPagination | package pagination

Permalink

object UdashPagination

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UdashPagination
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ButtonType extends AbstractValueEnum

    Permalink
  2. case class DefaultPage(name: String, url: Url) extends Page with Product with Serializable

    Permalink
  3. trait Page extends AnyRef

    Permalink

    Default pagination element model.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ButtonType extends ValueEnumCompanion[ButtonType] with Serializable

    Permalink
  5. object DefaultPage extends properties.HasModelPropertyCreator[DefaultPage] with Serializable

    Permalink
  6. object Page extends properties.HasModelPropertyCreator[Page]

    Permalink
  7. def apply[PageType, ElemType <: udash.ReadableProperty[PageType]](size: PaginationSize = PaginationSize.Default, showArrows: udash.ReadableProperty[Boolean] = Property(true), highlightActive: udash.ReadableProperty[Boolean] = Property(true), componentId: ComponentId = UdashBootstrap.newId())(pages: properties.seq.ReadableSeqProperty[PageType, ElemType], selectedPage: udash.Property[Int])(itemFactory: (ElemType, ButtonType) ⇒ Element)(implicit arg0: ModelPropertyCreator[PageType]): UdashPagination[PageType, ElemType]

    Permalink

    Creates default pagination with pages display.

    Creates default pagination with pages display. More: Bootstrap Docs.

    PageType

    Single element type in items.

    ElemType

    Type of the property containing every element in items sequence.

    size

    Pagination component size.

    showArrows

    If property value is true, shows next/prev page arrows.

    highlightActive

    If property value is true, highlights selected page.

    componentId

    Id of the root DOM node.

    pages

    Sequence of available pages.

    selectedPage

    Property containing selected page index.

    itemFactory

    Creates button for element in pagination.

    returns

    UdashPagination component, call render to create DOM element.

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val defaultPageFactory: (udash.CastableProperty[Page], ButtonType) ⇒ Element

    Permalink

    Creates link for default pagination element model.

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def pager[PageType, ElemType <: udash.ReadableProperty[PageType]](aligned: Boolean = false, componentId: ComponentId = UdashBootstrap.newId())(pages: properties.seq.ReadableSeqProperty[PageType, ElemType], selectedPage: udash.Property[Int])(itemFactory: (ElemType, ButtonType) ⇒ Element)(implicit arg0: ModelPropertyCreator[PageType]): UdashPager[PageType, ElemType]

    Permalink

    Creates pager with next/prev buttons only.

    Creates pager with next/prev buttons only. More: Bootstrap Docs.

    PageType

    Single element type in items.

    ElemType

    Type of the property containing every element in items sequence.

    aligned

    Show arrows aligned to site border.

    componentId

    Id of the root DOM node.

    pages

    Sequence of available pages.

    selectedPage

    Property containing selected page index.

    itemFactory

    Creates button for element in pagination.

    returns

    UdashPagination component, call render to create DOM element.

  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped