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 1368577 2012-08-02 16:20:31Z lofwyr $


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