Uses of Class
org.apache.myfaces.tobago.model.ScrollPosition
-
Packages that use ScrollPosition Package Description org.apache.myfaces.tobago.model -
-
Uses of ScrollPosition in org.apache.myfaces.tobago.model
Methods in org.apache.myfaces.tobago.model that return ScrollPosition Modifier and Type Method Description ScrollPosition
ScrollPositionState. getScrollPosition()
ScrollPosition
SheetState. getScrollPosition()
ScrollPosition
TreeState. getScrollPosition()
Methods in org.apache.myfaces.tobago.model with parameters of type ScrollPosition Modifier and Type Method Description void
SheetState. setScrollPosition(ScrollPosition scrollPosition)
Constructors in org.apache.myfaces.tobago.model with parameters of type ScrollPosition Constructor Description TreeState(ExpandedState expandedState, SelectedState selectedState, ScrollPosition scrollPosition)
-