Uses of Class
org.eclipse.birt.report.model.api.VariableElementHandle

Packages that use VariableElementHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") 
 

Uses of VariableElementHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return VariableElementHandle
 VariableElementHandle ReportDesignHandle.getPageVariable(java.lang.String pageVariableName)
          Gets the according to the input page variable name.
 VariableElementHandle ElementFactory.newVariableElement()
          Deprecated. replaced by newVariableElement( String variableName )
 VariableElementHandle ElementFactory.newVariableElement(java.lang.String variableName)
          Creates a variable element and set the variable name.
 

Methods in org.eclipse.birt.report.model.api that return types with arguments of type VariableElementHandle
 java.util.List<VariableElementHandle> ReportDesignHandle.getPageVariables()
          Gets the pageVariables list value which contains VariableElementHandle.
 



Copyright © 2008 Actuate Corp. All rights reserved.