Uses of Class
org.eclipse.birt.report.model.api.metadata.PropertyValueException

Packages that use PropertyValueException
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.metadata Defines the elements, properties, types, structures and slots in the Report Object Model. 
org.eclipse.birt.report.model.api.util Utility classes. 
 

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

Methods in org.eclipse.birt.report.model.api that throw PropertyValueException
 void StructureHandle.drop()
          Removes this structure from a list property or member.
 void SimpleValueHandle.moveItem(int from, int to)
          Moves an item within a list property or member.
 void PropertyHandle.removeItem(int posn)
           
 void MemberHandle.removeItem(int posn)
           
abstract  void SimpleValueHandle.removeItem(int posn)
          Removes an item from a list property or member.
 void SimpleValueHandle.removeItem(java.lang.Object item)
          Removes an item from a list property or member.
 void SimpleValueHandle.removeItems(java.util.List items)
          Removes all the items in the list from a list property or member.
 void SessionHandle.setApplicationUnits(java.lang.String units)
          Sets the units to be used by the application.
 void SessionHandle.setColorFormat(int rgbFormat)
          Sets the rgb color display preference to be used by the application.
 void SessionHandle.setDefaultValue(java.lang.String propName, java.lang.Object value)
          Sets the specified default value of style property.
 void UserPropertyDefnHandle.setUserPropertyDefn(UserPropertyDefn prop)
          Sets the definition for the user-defined property.
 

Uses of PropertyValueException in org.eclipse.birt.report.model.api.metadata
 

Subclasses of PropertyValueException in org.eclipse.birt.report.model.api.metadata
 class ValidationValueException
          Indicates an invalid validation value.
 

Methods in org.eclipse.birt.report.model.api.metadata that throw PropertyValueException
static DimensionValue DimensionValue.parse(java.lang.String value)
          Deprecated. replaced by StringUtil.parse(String)
static DimensionValue DimensionValue.parseInput(java.lang.String value)
          Deprecated. replaced by StringUtil.parseInput(String, com.ibm.icu.util.ULocale)
 

Uses of PropertyValueException in org.eclipse.birt.report.model.api.util
 

Methods in org.eclipse.birt.report.model.api.util that throw PropertyValueException
static DimensionValue DimensionUtil.convertTo(java.lang.String dimension, java.lang.String appUnit, java.lang.String targetUnits)
          Convert a dimension from one units to another, the dimension like "12pt, 12cm" is composed of two parts: "measure" and "units".
static DimensionValue StringUtil.parse(java.lang.String value)
          Parses a dimension string in locale-independent way.
static DimensionValue StringUtil.parseInput(java.lang.String value, com.ibm.icu.util.ULocale locale)
          Parses a dimension string in locale-dependent way.
 



Copyright © 2008 Actuate Corp. All rights reserved.