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

All Superinterfaces:
HasBinding, HasId, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
SelectItemsTag

public interface SelectItemsTagDeclaration
extends TobagoTagDeclaration, HasId, HasBinding

Add a child UISelectItems component to the UIComponent associated with the closed parent UIComponent custom action.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setValue(String value)
          Value binding expression pointing at a List or array of SelectItem instances containing the information for this option.
 
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
 

Method Detail

setValue

void setValue(String value)
Value binding expression pointing at a List or array of SelectItem instances containing the information for this option.



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.