Package org.patternfly.component
Class Pagination
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,Pagination>
-
- org.patternfly.component.Pagination
-
- All Implemented Interfaces:
Container<HTMLDivElement,Pagination>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,Pagination>,HasHTMLElement<HTMLDivElement,Pagination>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,Pagination>,Component,Modifiers.Disabled<HTMLDivElement,Pagination>
@Deprecated public class Pagination extends BaseComponent<HTMLDivElement,Pagination> implements Modifiers.Disabled<HTMLDivElement,Pagination>
Deprecated.PatternFly pagination component.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Paginationcompact()Deprecated.Paginationdisabled(boolean disabled)Deprecated.Adds/removes modifier(disabled)PaginationonFirstPage(Callback firstPageHandler)Deprecated.PaginationonGotoPage(Consumer<Integer> gotoPageHandler)Deprecated.Consumer is called with 0-based page index.PaginationonLastPage(Callback lastPageHandler)Deprecated.PaginationonNextPage(Callback nextPageHandler)Deprecated.PaginationonPageSize(Consumer<Integer> pageSizeHandler)Deprecated.PaginationonPreviousPage(Callback previousPageHandler)Deprecated.static Paginationpagination()Deprecated.Paginationthat()Deprecated.-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
Methods inherited from interface org.patternfly.core.Modifiers.Disabled
disabled
-
-
-
-
Method Detail
-
pagination
public static Pagination pagination()
Deprecated.
-
that
public Pagination that()
Deprecated.- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,Pagination>
-
disabled
public Pagination disabled(boolean disabled)
Deprecated.Description copied from interface:Modifiers.DisabledAdds/removes modifier(disabled)- Specified by:
disabledin interfaceModifiers.Disabled<HTMLDivElement,Pagination>
-
compact
public Pagination compact()
Deprecated.
-
onPageSize
public Pagination onPageSize(Consumer<Integer> pageSizeHandler)
Deprecated.
-
onGotoPage
public Pagination onGotoPage(Consumer<Integer> gotoPageHandler)
Deprecated.Consumer is called with 0-based page index.
-
onFirstPage
public Pagination onFirstPage(Callback firstPageHandler)
Deprecated.
-
onPreviousPage
public Pagination onPreviousPage(Callback previousPageHandler)
Deprecated.
-
onNextPage
public Pagination onNextPage(Callback nextPageHandler)
Deprecated.
-
onLastPage
public Pagination onLastPage(Callback lastPageHandler)
Deprecated.
-
-