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

Packages that use GroupHandle
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.validators Provides the validation classes for semantic check on multiple properties. 
 

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

Subclasses of GroupHandle in org.eclipse.birt.report.model.api
 class ListGroupHandle
          Represents a group in a list.
 class TableGroupHandle
          Represent a handle to a table group.
 

Methods in org.eclipse.birt.report.model.api with parameters of type GroupHandle
protected  void DesignVisitor.visitGroup(GroupHandle obj)
          Visits the group element.
 

Uses of GroupHandle in org.eclipse.birt.report.model.api.validators
 

Methods in org.eclipse.birt.report.model.api.validators with parameters of type GroupHandle
 java.util.List GroupNameValidator.validateForRenamingGroup(ListingHandle element, GroupHandle group, java.lang.String groupName)
          Validates whether the group can be renamed to the given name.
 



Copyright © 2008 Actuate Corp. All rights reserved.