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

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

public interface HasNameReference

$Id: HasNameReference.java 601107 2007-12-04 22:12:14Z 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-2008 Apache Software Foundation. All Rights Reserved.