org.apache.myfaces.tobago.taglib.component
Interface SelectReferenceTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, IsRendered, 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.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 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 javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 

Method Detail

setFor

void setFor(String forComponent)
Id of the component, this is related to.


setRenderRange

void setRenderRange(String renderRange)
Range of items to render.



Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.