public interface ISlotDefn
extends org.eclipse.birt.report.model.metadata.IContainerDefn
Modifier and Type | Method and Description |
---|---|
boolean |
canContain(org.eclipse.birt.report.model.core.DesignElement content)
Determines if an element can reside within this slot.
|
boolean |
canContain(IElementDefn type)
Determines if this slot can contain an element of the given type.
|
java.util.List<IElementDefn> |
getContentElements()
Returns the set of element types that can appear in the slot.
|
java.util.List<IElementDefn> |
getContentExtendedElements()
Returns the set of element types that can appear in the slot.
|
java.lang.String |
getDisplayName()
Returns the localized display name.
|
java.lang.String |
getDisplayNameID()
Returns the message ID for the display name.
|
java.lang.String |
getName()
Returns the internal name.
|
java.lang.String |
getSelector()
Returns the selector associated with the slot.
|
java.lang.String |
getSince()
Return the version in which the slot was introduced.
|
int |
getSlotID()
Returns the internal slot identifier.
|
java.lang.String |
getXmlName()
Return the XML element used to hold slot contents.
|
boolean |
isMultipleCardinality()
Returns the slot cardinality.
|
java.lang.String getName()
getName
in interface org.eclipse.birt.report.model.metadata.IContainerDefn
boolean isMultipleCardinality()
java.lang.String getDisplayName()
getDisplayName
in interface org.eclipse.birt.report.model.metadata.IContainerDefn
java.lang.String getDisplayNameID()
int getSlotID()
java.util.List<IElementDefn> getContentElements()
IElementDefn
.java.util.List<IElementDefn> getContentExtendedElements()
IElementDefn
. Extended elements are
replaced by actual extension elements.boolean canContain(IElementDefn type)
canContain
in interface org.eclipse.birt.report.model.metadata.IContainerDefn
type
- the type to testboolean canContain(org.eclipse.birt.report.model.core.DesignElement content)
canContain
in interface org.eclipse.birt.report.model.metadata.IContainerDefn
content
- the design element to checkjava.lang.String getSince()
java.lang.String getXmlName()
java.lang.String getSelector()
Copyright © 2008 Actuate Corp. All rights reserved.