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 601107 2007-12-04 22:12:14Z bommel $


Method Summary
 void setIdReference(String id)
          Bean property reference to fetch the id for the treeNode's.
 

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