Uses of Class
org.apache.myfaces.tobago.internal.component.AbstractUISelectReference
-
Packages that use AbstractUISelectReference Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.internal.renderkit.renderer -
-
Uses of AbstractUISelectReference in org.apache.myfaces.tobago.component
Subclasses of AbstractUISelectReference in org.apache.myfaces.tobago.component Modifier and Type Class Description class
UISelectReference
Renders a set of option related to and same type as the for component.Methods in org.apache.myfaces.tobago.component that return AbstractUISelectReference Modifier and Type Method Description AbstractUISelectReference
RenderRange. getRenderRangeReference()
Methods in org.apache.myfaces.tobago.component with parameters of type AbstractUISelectReference Modifier and Type Method Description void
RenderRange. setRenderRangeReference(AbstractUISelectReference reference)
-
Uses of AbstractUISelectReference in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return AbstractUISelectReference Modifier and Type Method Description AbstractUISelectReference
AbstractUISelectManyCheckbox. getRenderRangeReference()
AbstractUISelectReference
AbstractUISelectOneRadio. getRenderRangeReference()
Methods in org.apache.myfaces.tobago.internal.component with parameters of type AbstractUISelectReference Modifier and Type Method Description void
AbstractUISelectManyCheckbox. setRenderRangeReference(AbstractUISelectReference reference)
void
AbstractUISelectOneRadio. setRenderRangeReference(AbstractUISelectReference reference)
-
Uses of AbstractUISelectReference in org.apache.myfaces.tobago.internal.renderkit.renderer
Classes in org.apache.myfaces.tobago.internal.renderkit.renderer with type parameters of type AbstractUISelectReference Modifier and Type Class Description class
SelectReferenceRenderer<T extends AbstractUISelectReference>
-