org.eclipse.birt.report.tests.model.reportItem
Class TestElement

java.lang.Object
  extended byorg.eclipse.birt.report.model.core.DesignElement
      extended byorg.eclipse.birt.report.tests.model.reportItem.TestElement
All Implemented Interfaces:
java.lang.Cloneable, org.eclipse.birt.report.model.api.core.IDesignElement, org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel, org.eclipse.birt.report.model.core.IPropertySet

public class TestElement
extends org.eclipse.birt.report.model.core.DesignElement

Author:
gxu TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class org.eclipse.birt.report.model.core.DesignElement
cachedDefn, container, containerSlotID, derived, errors, extendsRef, handle, id, isValid, listeners, name, propValues, userProperties
 
Fields inherited from interface org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel
COMMENTS_PROP, CUSTOM_XML_PROP, DISPLAY_NAME_ID_PROP, DISPLAY_NAME_PROP, EXTENDS_PROP, FULL_LABEL, ID_SUFFIX, NAME_PROP, NO_SLOT, PROPERTY_MASKS_PROP, SHORT_LABEL, USER_LABEL, USER_PROPERTIES_PROP
 
Constructor Summary
TestElement(java.util.Hashtable pro)
           
TestElement(org.eclipse.birt.report.model.elements.ReportDesign design)
           
 
Method Summary
 void apply(org.eclipse.birt.report.model.elements.ElementVisitor visitor)
           
 java.lang.Object clone()
           
 java.util.Hashtable getAttributes()
           
 java.lang.String getElementName()
           
 org.eclipse.birt.report.model.api.DesignElementHandle getHandle(org.eclipse.birt.report.model.elements.ReportDesign design)
           
 
Methods inherited from class org.eclipse.birt.report.model.core.DesignElement
addDerived, addListener, addUserPropertyDefn, broadcast, broadcast, canContain, canContain, checkContent, checkContent, checkElementReference, checkExtends, checkStructureList, clearListeners, clearProperty, cloneStructList, dropDerived, dropUserPropertyDefn, equals, findSlotOf, gatherDescendents, getBooleanProperty, getContainer, getContainerSlot, getDefaultValue, getDefn, getDerived, getDescendents, getDisplayLabel, getDisplayName, getDisplayNameID, getDisplayProperty, getDisplayProperty, getErrors, getExtendsElement, getExtendsName, getFactoryProperty, getFactoryProperty, getFloatProperty, getID, getIntProperty, getIntrinsicProperty, getListProperty, getLocalProperty, getLocalProperty, getLocalStyle, getLocalUserProperties, getLocalUserPropertyDefn, getName, getNameForDisplayLabel, getNumberProperty, getObjectDefn, getProperty, getProperty, getProperty, getPropertyDefn, getPropertyDefns, getPropertyFromElement, getPropertyFromParent, getPropertyFromSelector, getPropertyMask, getPropertyRelatedToContainer, getReferenceProperty, getRoot, getSelector, getSlot, getStringProperty, getStyle, getUserProperties, getUserPropertyDefn, hasDerived, hasLocalPropertyValues, hasPrivateStyle, hasReferences, hasUserProperties, isContentOf, isKindOf, isStyle, isValid, limitStringLength, removeListener, resolveElementReference, resolveStructReference, sendEvent, setContainer, setExtendsElement, setExtendsName, setID, setIntrinsicProperty, setName, setProperty, setProperty, setProperty, setValid, updateReference, updateReference, validate, validatePropertyValue, validateStructureList, validateWithContents
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestElement

public TestElement(org.eclipse.birt.report.model.elements.ReportDesign design)

TestElement

public TestElement(java.util.Hashtable pro)
Method Detail

getHandle

public org.eclipse.birt.report.model.api.DesignElementHandle getHandle(org.eclipse.birt.report.model.elements.ReportDesign design)

clone

public java.lang.Object clone()

apply

public void apply(org.eclipse.birt.report.model.elements.ElementVisitor visitor)

getElementName

public java.lang.String getElementName()

getAttributes

public java.util.Hashtable getAttributes()