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

All Known Implementing Classes:
ForEachTag, LoadBundleTag

public interface HasVar

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


Method Summary
 void setVar(String var)
          Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed.
 

Method Detail

setVar

void setVar(String var)
Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. also the current value of the "rowData" property) will be exposed.



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