Uses of Class
org.apache.myfaces.tobago.model.SelectedState
-
Packages that use SelectedState Package Description org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.model -
-
Uses of SelectedState in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return SelectedState Modifier and Type Method Description abstract SelectedState
AbstractUIData. getSelectedState()
SelectedState
AbstractUISheet. getSelectedState()
SelectedState
AbstractUITree. getSelectedState()
-
Uses of SelectedState in org.apache.myfaces.tobago.model
Methods in org.apache.myfaces.tobago.model that return SelectedState Modifier and Type Method Description SelectedState
SheetState. getSelectedState()
SelectedState
TreeState. getSelectedState()
Methods in org.apache.myfaces.tobago.model with parameters of type SelectedState Modifier and Type Method Description void
SheetState. setSelectedState(SelectedState selectedState)
Constructors in org.apache.myfaces.tobago.model with parameters of type SelectedState Constructor Description TreeState(ExpandedState expandedState, SelectedState selectedState)
TreeState(ExpandedState expandedState, SelectedState selectedState, ScrollPosition scrollPosition)
-