org.apache.myfaces.tobago.taglib.component
Interface SelectReferenceTagDeclaration
- All Superinterfaces:
- HasBinding, HasId, HasIdBindingAndRendered, IsRendered, JspTag, Tag, TobagoTagDeclaration
- All Known Implementing Classes:
- SelectReferenceTag
public interface SelectReferenceTagDeclaration
- extends TobagoTagDeclaration, HasIdBindingAndRendered
Renders a set of option related to and same type as the for
component.
Method Summary |
void |
setFor(java.lang.String forComponent)
Id of the component, this is related to. |
void |
setRenderRange(java.lang.String renderRange)
Range of items to render. |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
setId |
setFor
void setFor(java.lang.String forComponent)
- Id of the component, this is related to.
setRenderRange
void setRenderRange(java.lang.String renderRange)
- Range of items to render.
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.