Interface HasVar
-
- All Known Subinterfaces:
SheetTagDeclaration
,ToastsTagDeclaration
,TreeListboxTagDeclaration
,TreeTagDeclaration
public interface HasVar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-