Class ElementInfoPanelModel
- java.lang.Object
 - 
- de.xima.fc.workflow.designer.model.ElementInfoPanelModel
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class ElementInfoPanelModel extends Object implements Serializable
View Model storing the data that shown in the element info dialog of the flowchart.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ElementInfoPanelModel() 
- 
Method Summary
 
 - 
 
- 
- 
Method Detail
- 
getAlwaysRows
public List<ValueDescriptorRow> getAlwaysRows()
 
- 
getElementHelp
public IElementHelpLocation getElementHelp()
 
- 
getElementType
public EWorkflowElementType getElementType()
 
- 
getElementTypeString
public String getElementTypeString()
 
- 
getErrorCodeSections
public List<ErrorCodeSection> getErrorCodeSections()
 
- 
getSoftErrorCodeSections
public List<ErrorCodeSection> getSoftErrorCodeSections()
 
- 
getSuccessRows
public List<ValueDescriptorRow> getSuccessRows()
 
- 
getSummaryModel
public Object getSummaryModel()
 
- 
getSummaryXhtml
public String getSummaryXhtml()
 
- 
getTriggerDataRows
public List<ValueDescriptorRow> getTriggerDataRows()
 
- 
isEmpty
public boolean isEmpty()
 
- 
isNode
public boolean isNode()
 
- 
isShowDetails
public boolean isShowDetails()
 
- 
isTrigger
public boolean isTrigger()
 
- 
setAlwaysRows
public void setAlwaysRows(List<ValueDescriptorRow> alwaysRows)
 
- 
setElementHelp
public void setElementHelp(IElementHelpLocation elementHelp)
 
- 
setElementType
public void setElementType(EWorkflowElementType elementType)
 
- 
setElementTypeString
public void setElementTypeString(String elementTypeString)
 
- 
setErrorCodeSections
public void setErrorCodeSections(List<ErrorCodeSection> errorCodeSections)
 
- 
setShowDetails
public void setShowDetails(boolean showDetails)
 
- 
setSoftErrorCodeSections
public void setSoftErrorCodeSections(List<ErrorCodeSection> softErrorCodeSections)
 
- 
setSuccessRows
public void setSuccessRows(List<ValueDescriptorRow> successRows)
 
- 
setSummaryModel
public void setSummaryModel(Object summaryModel)
 
- 
setSummaryXhtml
public void setSummaryXhtml(String summaryXhtml)
 
- 
setTriggerDataRows
public void setTriggerDataRows(List<ValueDescriptorRow> triggerDataRows)
 
- 
empty
public static ElementInfoPanelModel empty()
 
 - 
 
 -