Uses of Enum
org.apache.myfaces.tobago.layout.ShowPosition
Packages that use ShowPosition
Package
Description
-
Uses of ShowPosition in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return ShowPositionModifier and TypeMethodDescriptionUISheet.getShowDirectLinks()
Flag indicating whether or not a range of direct paging links should be rendered in the sheet's footer.UISheet.getShowPageRange()
Flag indicating whether and where the range pages should rendered in the sheet's footer.UISheet.getShowRowRange()
Flag indicating whether or not the range of displayed rows should rendered in the sheet's footer.Methods in org.apache.myfaces.tobago.component with parameters of type ShowPositionModifier and TypeMethodDescriptionvoid
UISheet.setShowDirectLinks
(ShowPosition showDirectLinks) void
UISheet.setShowPageRange
(ShowPosition showPageRange) void
UISheet.setShowRowRange
(ShowPosition showRowRange) -
Uses of ShowPosition in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return ShowPositionModifier and TypeMethodDescriptionabstract ShowPosition
AbstractUISheet.getShowDirectLinks()
abstract ShowPosition
AbstractUISheet.getShowPageRange()
abstract ShowPosition
AbstractUISheet.getShowRowRange()
-
Uses of ShowPosition in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return ShowPositionModifier and TypeMethodDescriptionstatic ShowPosition
Returns the enum constant of this type with the specified name.static ShowPosition[]
ShowPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared.