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

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

public interface HasNameReference

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


Method Summary
 void setNameReference(String name)
          Bean property reference to fetch the label for the treeNode's.
 

Method Detail

setNameReference

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



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