Uses of Class
org.apache.myfaces.tobago.internal.component.AbstractUISelectReference
Packages that use AbstractUISelectReference
Package
Description
-
Uses of AbstractUISelectReference in org.apache.myfaces.tobago.component
Subclasses of AbstractUISelectReference in org.apache.myfaces.tobago.componentModifier and TypeClassDescriptionclass
Renders a set of option related to and same type as the for component.Methods in org.apache.myfaces.tobago.component that return AbstractUISelectReferenceMethods in org.apache.myfaces.tobago.component with parameters of type AbstractUISelectReferenceModifier and TypeMethodDescriptionvoid
RenderRange.setRenderRangeReference
(AbstractUISelectReference reference) -
Uses of AbstractUISelectReference in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return AbstractUISelectReferenceModifier and TypeMethodDescriptionAbstractUISelectManyCheckbox.getRenderRangeReference()
AbstractUISelectOneRadio.getRenderRangeReference()
Methods in org.apache.myfaces.tobago.internal.component with parameters of type AbstractUISelectReferenceModifier and TypeMethodDescriptionvoid
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 AbstractUISelectReferenceModifier and TypeClassDescriptionclass
SelectReferenceRenderer<T extends AbstractUISelectReference>