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

All Known Subinterfaces:
TreeListboxTagDeclaration, TreeOldTagDeclaration
All Known Implementing Classes:
TreeListboxTag, TreeOldTag

public interface HasIdReference

$Id: HasIdReference.java 474273 2006-11-13 12:15:36Z lofwyr $


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