Interface SelectReferenceTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
Renders a set of option related to and same type as the for
component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Id of the component, this is related to.void
setRenderRange
(String renderRange) Range of items to render.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Method Details
-
setFor
Id of the component, this is related to. -
setRenderRange
Range of items to render.
-