Interface SelectReferenceTagDeclaration
-
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,IsRendered
public interface SelectReferenceTagDeclaration extends HasIdBindingAndRendered
Renders a set of option related to and same type as the for component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFor(String forComponent)
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
-
-