org.apache.myfaces.tobago.internal.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.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.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-2013 The Apache Software Foundation. All Rights Reserved.