Uses of Class
org.eclipse.birt.report.model.api.GroupPropertyHandle
-
Packages that use GroupPropertyHandle Package Description org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") -
-
Uses of GroupPropertyHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return GroupPropertyHandle Modifier and Type Method Description GroupPropertyHandle
EmptyGroupElementHandle. getPropertyHandle(java.lang.String propName)
abstract GroupPropertyHandle
GroupElementHandle. getPropertyHandle(java.lang.String propName)
If property is shared by the group of elements, return the correspondingGroupPropertyHandle
, otherwise, returnnull
.GroupPropertyHandle
SimpleGroupElementHandle. getPropertyHandle(java.lang.String propName)
-