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

All Superinterfaces:
HasBinding, HasId

public interface SelectItemsTagDeclaration
extends HasId, HasBinding

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


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