Uses of Class
org.apache.myfaces.tobago.layout.ShowPosition
-
Packages that use ShowPosition Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.layout -
-
Uses of ShowPosition in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return ShowPosition Modifier and Type Method Description ShowPosition
UISheet. getShowDirectLinks()
Flag indicating whether or not a range of direct paging links should be rendered in the sheet's footer.ShowPosition
UISheet. getShowPageRange()
Flag indicating whether and where the range pages should rendered in the sheet's footer.ShowPosition
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 ShowPosition Modifier and Type Method Description void
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 ShowPosition Modifier and Type Method Description abstract 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 ShowPosition Modifier and Type Method Description static ShowPosition
ShowPosition. valueOf(String name)
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.
-