Object/Class

io.udash.bootstrap.pagination

UdashPagination

Related Docs: class UdashPagination | package pagination

Permalink

object UdashPagination

Linear Supertypes
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 ArrowType extends AbstractValueEnum

    Permalink

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 ArrowType extends ValueEnumCompanion[ArrowType] with Serializable

    Permalink
  5. def apply[PageType, ElemType <: udash.ReadableProperty[PageType]](pages: properties.seq.ReadableSeqProperty[PageType, ElemType], selectedPageIdx: udash.Property[Int], paginationSize: udash.ReadableProperty[Option[Size]] = UdashBootstrap.None, showArrows: udash.ReadableProperty[Boolean] = UdashBootstrap.True, highlightActive: udash.ReadableProperty[Boolean] = UdashBootstrap.True, componentId: udash.ComponentId = ComponentId.newId())(itemFactory: (ElemType, udash.ReadableProperty[Int], NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier = defaultPageFactory, arrowFactory: (ElemType, ArrowType, NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier = defaultArrowFactory(), additionalListModifiers: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier = _ => ())(implicit arg0: PropertyCreator[PageType]): UdashPagination[PageType, ElemType]

    Permalink

    Creates pagination component.

    Creates pagination component. More: Bootstrap Docs.

    PageType

    A single element's type in the items sequence.

    ElemType

    A type of a property containing an element in the items sequence.

    pages

    Sequence of available pages.

    selectedPageIdx

    A property containing selected page index.

    paginationSize

    A pagination component size.

    showArrows

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

    highlightActive

    If property value is true, highlights selected page.

    componentId

    An id of the root DOM node.

    itemFactory

    Creates button for each element in pages. The factory gets an element property and index as arguments. Use the provided interceptor to properly clean up bindings inside the content.

    arrowFactory

    Creates button for the pagination arrows. The factory gets an element property and arrow type as arguments. Use the provided interceptor to properly clean up bindings inside the content.

    additionalListModifiers

    Additional modifiers of the ul element. You can pass BootstrapStyles.Flex.justifyContentCenter() here to center the pagination component.

    returns

    A UdashPagination component, call render to create a DOM element.

  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def defaultArrowFactory[ElemType](srTexts: Option[(TranslationKey0, TranslationKey0, LangProperty, TranslationProvider)] = None): (ElemType, ArrowType, NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier

    Permalink

    Creates standard arrows.

    Creates standard arrows.

    srTexts

    Translation keys for previous and next arrows aria.label texts.

  9. def defaultPageFactory[ElemType]: (ElemType, udash.ReadableProperty[Int], NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier

    Permalink

    Creates label based on actual page idx.

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped