|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListingHandle | |
---|---|
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 ListingHandle in org.eclipse.birt.report.model.api |
---|
Subclasses of ListingHandle in org.eclipse.birt.report.model.api | |
---|---|
class |
ListHandle
Represents a list report item. |
class |
TableHandle
Represents a table element. |
Uses of ListingHandle in org.eclipse.birt.report.model.api.validators |
---|
Methods in org.eclipse.birt.report.model.api.validators with parameters of type ListingHandle | |
---|---|
java.util.List |
GroupNameValidator.validate(ListingHandle element)
Validates whether the given element contains the duplicate group name. |
java.util.List |
GroupNameValidator.validateForAddingGroup(ListingHandle element,
java.lang.String groupName)
Validates whether the group with the given name can be added into the given listing element. |
java.util.List |
GroupNameValidator.validateForRenamingGroup(ListingHandle element,
GroupHandle group,
java.lang.String groupName)
Validates whether the group can be renamed to the given name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |