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

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

public interface HasIdReference

$Id$


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

Method Detail

setIdReference

void setIdReference(java.lang.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-2013 The Apache Software Foundation. All Rights Reserved.