org.apache.myfaces.tobago.taglib.decl
Interface HasIdReference

All Known Subinterfaces:
TreeListboxTagDeclaration, TreeTagDeclaration
All Known Implementing Classes:
TreeListboxTag, TreeTag

public interface HasIdReference

$Id: HasIdReference.java 374936 2006-02-04 21:47:46Z bommel $


Method Summary
 void setIdReference(String id)
          Bean property reference to fetch the id for the treeNode's.
Example:
a idReference="userObject.id" try's to invoke <UITreeNode>.getUserObject().getId() to fetch the id.
 

Method Detail

setIdReference

void setIdReference(String id)
Bean property reference to fetch the id for the treeNode's.
Example:
a idReference="userObject.id" try's to invoke <UITreeNode>.getUserObject().getId() to fetch the id.



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