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

Packages that use SimpleValueHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")  
org.eclipse.birt.report.model.api.elements.structures Defines the structure types in Model system. 
 

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

Subclasses of SimpleValueHandle in org.eclipse.birt.report.model.api
 class MemberHandle
          A handle to a member of a property structure.
 class PropertyHandle
          A handle for working with a top-level property of an element.
 

Fields in org.eclipse.birt.report.model.api declared as SimpleValueHandle
protected  SimpleValueHandle StructureIterator.valueHandle
          Handle to the property or member that contains the list.
 

Constructors in org.eclipse.birt.report.model.api with parameters of type SimpleValueHandle
StyleRuleHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of style rule.
StructureIterator(SimpleValueHandle handle)
          Constructs an structure iterator for the property or member that has the list of structures over which to iterate.
StructureHandle(SimpleValueHandle valueHandle, int index)
          Constructs a handle for a structure within a list property or a structure member.
SortKeyHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of sort key.
SelectionChoiceHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of selection choice.
SearchKeyHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of search key.
ResultSetColumnHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of result set column.
PropertyMaskHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of property mask.
PropertyBindingHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of property binding.
ParamBindingHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of parameter binding.
MapRuleHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of map rule.
IncludeScriptHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of the included script.
IncludedLibraryHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of the included library.
HighlightRuleHandle(SimpleValueHandle valueHandle, int index)
          Constructs a highlight rule handle with the given SimpleValueHandle and the index of the highlight rule in the highlight.
HideRuleHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of visibility rule.
FormatValueHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of configuration variable.
FilterConditionHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of filter condition.
ExtendedPropertyHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of Extended property.
EmbeddedImageHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of embedded image.
DataSourceParamBindingHandle(SimpleValueHandle valueHandle, int index)
          Constructors a data source parameter handle
DataSetParameterHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of data set parameter.
CustomColorHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of custom color.
ConfigVariableHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of configuration variable.
ComputedColumnHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of computed column.
ColumnHintHandle(SimpleValueHandle valueHandle, int index)
          Constructs the handle of computed column.
 

Uses of SimpleValueHandle in org.eclipse.birt.report.model.api.elements.structures
 

Methods in org.eclipse.birt.report.model.api.elements.structures with parameters of type SimpleValueHandle
 StructureHandle StringFormatValue.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle StringFormatValue.getHandle(SimpleValueHandle valueHandle)
          Return an FormatValueHandle to deal with the string format.
 StructureHandle SortKey.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle SelectionChoice.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle SearchKey.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle ResultSetColumn.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle PropertyMask.handle(SimpleValueHandle valueHandle, int index)
           
protected  StructureHandle PropertyBinding.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle ParamBinding.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle NumberFormatValue.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle NumberFormatValue.getHandle(SimpleValueHandle valueHandle)
          Return an FormatValueHandle to deal with the number format.
 StructureHandle MapRule.handle(SimpleValueHandle valueHandle, int index)
           
protected  StructureHandle IncludeScript.handle(SimpleValueHandle valueHandle, int index)
           
protected  StructureHandle IncludedLibrary.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle HighlightRule.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle HideRule.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle FilterCondition.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle ExtendedProperty.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle EmbeddedImage.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle DateTimeFormatValue.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle DateTimeFormatValue.getHandle(SimpleValueHandle valueHandle)
          Return an FormatValueHandle to deal with the date-time format.
protected  StructureHandle DataSourceParamBinding.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle DataSetParameter.handle(SimpleValueHandle valueHandle, int index)
           
protected  StructureHandle CustomColor.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle ConfigVariable.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle ComputedColumn.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle ColumnHint.handle(SimpleValueHandle valueHandle, int index)
           
protected  StructureHandle CachedMetaData.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle CachedMetaData.getHandle(SimpleValueHandle valueHandle)
           
protected  StructureHandle Action.handle(SimpleValueHandle valueHandle, int index)
           
 StructureHandle Action.getHandle(SimpleValueHandle valueHandle)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.