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

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

public interface SelectItemTagDeclaration
extends TobagoTagDeclaration, HasBinding, HasId, HasMarkup

Add a child UISelectItem 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 setItemDescription(String itemDescription)
          Flag indicating whether the option created by this component is disabled.
 void setItemDisabled(String itemDisabled)
          Flag indicating whether the option created by this component is disabled.
 void setItemImage(String itemImage)
          Image to be displayed to the user for this option.
 void setItemLabel(String itemLabel)
          Label to be displayed to the user for this option.
 void setItemValue(String itemValue)
          Value to be returned to the server if this option is selected by the user.
 void setValue(String value)
          Value binding expression pointing at a SelectItem instance 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.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasMarkup
setMarkup
 

Method Detail

setItemDescription

void setItemDescription(String itemDescription)
Flag indicating whether the option created by this component is disabled.


setItemDisabled

void setItemDisabled(String itemDisabled)
Flag indicating whether the option created by this component is disabled.


setItemLabel

void setItemLabel(String itemLabel)
Label to be displayed to the user for this option.


setItemValue

void setItemValue(String itemValue)
Value to be returned to the server if this option is selected by the user.


setValue

void setValue(String value)
Value binding expression pointing at a SelectItem instance containing the information for this option.


setItemImage

void setItemImage(String itemImage)
Image to be displayed to the user for this option.



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