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

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasId, HasItemLabel, HasMarkup

public interface SelectItemTagDeclaration
extends HasBinding, HasId, HasMarkup, HasCurrentMarkup, HasItemLabel

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


Method Summary
 void setItemDescription(String itemDescription)
          Description of an item for use in tools.
 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 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 org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasItemLabel
setItemLabel
 

Method Detail

setItemDescription

void setItemDescription(String itemDescription)
Description of an item for use in tools.


setItemDisabled

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


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-2013 The Apache Software Foundation. All Rights Reserved.