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 474273 2006-11-13 12:15:36Z lofwyr $


Method Summary
 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.
 

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