Class LayoutConstraintsHandler
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractDeserializationHandler
com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractReentrantDeserializationHandler
com.inductiveautomation.ignition.common.xmlserialization.deserialization.handlers.AbstractBodyDecoderHandler
com.inductiveautomation.factorypmi.application.xmlserialization.LayoutConstraintsHandler
- All Implemented Interfaces:
- DeserializationHandler
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intInternal flag for serialization telling the decoder to use float representation for the preffered location.Fields inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.handlers.AbstractBodyDecoderHandlerelementNameFields inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractReentrantDeserializationHandlerobjectTL, refTLFields inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractDeserializationHandlerobject, refId
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.handlers.AbstractBodyDecoderHandlercreateNoBodyObject, endElement, getElementName, onBody, startElementMethods inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractReentrantDeserializationHandlergetObject, getRefId, setObject, setRefIdMethods inherited from class com.inductiveautomation.ignition.common.xmlserialization.deserialization.AbstractDeserializationHandlerendObject, endSubElement, startSubElement
- 
Field Details- 
PREF_FIELDpublic static final int PREF_FIELD- See Also:
 
- 
FLAGS_FIELDpublic static final int FLAGS_FIELD- See Also:
 
- 
FONTX_FIELDpublic static final int FONTX_FIELD- See Also:
 
- 
FONTY_FIELDpublic static final int FONTY_FIELD- See Also:
 
- 
PREF_FLOATINGpublic static final int PREF_FLOATINGInternal flag for serialization telling the decoder to use float representation for the preffered location.- See Also:
 
- 
DECODER
 
- 
- 
Constructor Details- 
LayoutConstraintsHandlerpublic LayoutConstraintsHandler()
 
- 
- 
Method Details- 
getBodyDecoderDescription copied from interface:DeserializationHandlerCalled when body data is encountered in this tag or a sub-tag. Used to decode the body into an object, which is then passed toDeserializationHandler.onBody(Object)
- 
supportsNestedElementspublic boolean supportsNestedElements()Description copied from interface:DeserializationHandlerReturn true if the element type that you're parsing can have nested elements, or false if you're a singleton element. If you return true, you need to implement clone(). Note As of Ignition 7.6.5 with support for multi-deserialization, you should also return true from this and implement clone() if your return object is mutable, otherwise instances may be shared amongst multi-deserialized objects. - Specified by:
- supportsNestedElementsin interface- DeserializationHandler
- Overrides:
- supportsNestedElementsin class- AbstractBodyDecoderHandler
 
- 
cloneDescription copied from interface:DeserializationHandlerClones this handler. Only handlers that support nested elements will be cloned, all others can throw an unsupported operation exception instead.- Specified by:
- clonein interface- DeserializationHandler
- Overrides:
- clonein class- AbstractBodyDecoderHandler
 
 
-