Class BasicContainerDelegate
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.xmlserialization.serialization.AbstractSerializationDelegate<java.lang.Object>
- 
- com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegate
- 
- com.inductiveautomation.factorypmi.designer.xmlserialization.DefaultComponentDelegate
- 
- com.inductiveautomation.factorypmi.designer.xmlserialization.BasicContainerDelegate
 
 
 
 
- 
- All Implemented Interfaces:
- SerializationDelegate<java.lang.Object>
 
 public class BasicContainerDelegate extends DefaultComponentDelegate 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.factorypmi.designer.xmlserialization.DefaultComponentDelegatebool, border, color, cursor, dataSet, dim, ignore, integer, putClientProperty, rect, rect2d, string, treeMap
 - 
Fields inherited from class com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegateelementName, equalityDelegates, propertyComparator, skipReferenceTracking, TRANSIENT_KEY
 
- 
 - 
Constructor SummaryConstructors Constructor Description BasicContainerDelegate()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Elementserialize(XMLSerializationContext context, java.lang.Object obj)protected voidserializeProperties(XMLSerializationContext context, Element elm, java.lang.Object obj)Runs through the javabean properties of the given object, and comares the values of each property to the value that a clean copy of the object would have.- 
Methods inherited from class com.inductiveautomation.factorypmi.designer.xmlserialization.DefaultComponentDelegateisTransient, serializeClientProperties, serializeComponentCommons
 - 
Methods inherited from class com.inductiveautomation.ignition.common.xmlserialization.serialization.DefaultObjectSerializationDelegatedoProperty, initConstructorTypes, isConstructorOnly, isSkipReferenceTracking, safeArrayEquals, safeEquals, serializeConstructor, setConstructorOnly, setSkipReferenceTracking, startObject, writeCall, writeCall, writeConstructor
 
- 
 
- 
- 
- 
Method Detail- 
serializepublic Element serialize(XMLSerializationContext context, java.lang.Object obj) throws SerializationException - Specified by:
- serializein interface- SerializationDelegate<java.lang.Object>
- Overrides:
- serializein class- DefaultObjectSerializationDelegate
- Throws:
- SerializationException
 
 - 
serializePropertiesprotected void serializeProperties(XMLSerializationContext context, Element elm, java.lang.Object obj) throws SerializationException Description copied from class:DefaultObjectSerializationDelegateRuns through the javabean properties of the given object, and comares the values of each property to the value that a clean copy of the object would have. Serializes all properties that have a dirty value.- Overrides:
- serializePropertiesin class- DefaultComponentDelegate
- Throws:
- SerializationException
 
 
- 
 
-