Uses of Enum Class
org.apache.myfaces.tobago.layout.PaginatorMode
Packages that use PaginatorMode
Package
Description
-
Uses of PaginatorMode in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return PaginatorModeModifier and TypeMethodDescriptionUISheet.getPaginator()
Create paginator components automatically or do it manually.Methods in org.apache.myfaces.tobago.component with parameters of type PaginatorMode -
Uses of PaginatorMode in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return PaginatorMode -
Uses of PaginatorMode in org.apache.myfaces.tobago.layout
Subclasses with type arguments of type PaginatorMode in org.apache.myfaces.tobago.layoutModifier and TypeClassDescriptionenum
Describes the mode of automatically displayed paginator.Methods in org.apache.myfaces.tobago.layout that return PaginatorModeModifier and TypeMethodDescriptionstatic PaginatorMode
static PaginatorMode
Returns the enum constant of this class with the specified name.static PaginatorMode[]
PaginatorMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.