flexygo.ui.wc.FlxHtmlElement Class
Library for the FlxHtmlElement web component.
Constructor
flexygo.ui.wc.FlxHtmlElement
()
FlxHtmlElement
Returns:
Item Index
Methods
- askParams
- askParams
- askParams
- askYesNo
- attributeChangedCallback
- attributeChangedCallback
- attributeChangedCallback
- connectedCallback
- connectedCallback
- connectedCallback
- debugWorkflow
- destroyDialog
- destroyPropertiesDialog
- destroyPropertiesDialog
- disconnectedCallback
- disconnectedCallback
- generateWorkflow
- goDown
- goUp
- init
- init
- loadWorkflow
- loadWorkflow
- newWorkflow
- onEventReceibed
- openDebugDialog
- openLoadDialog
- openSaveDialog
- openTemplateDialog
- refresh
- refresh
- render
- render
- render
- runWorkflow
- showDebugDialog
- showDialog
- showPropertiesDialog
- startDebugWorkflow
Methods
askParams
()
Shows the process params page an return its result
askParams
()
Shows the process params page an return its result
askParams
()
Shows the object search default page to ask for a entity
askYesNo
()
Shows a dialog of yes/no response
attributeChangedCallback
()
Fires when the attribute value of the element is changed.
attributeChangedCallback
()
Fires when the attribute value of the element is changed.
attributeChangedCallback
()
Fires when the attribute value of the element is changed.
connectedCallback
()
Fires when element is attached to DOM
connectedCallback
()
Fires when element is attached to DOM
connectedCallback
()
Fires when element is attached to DOM
debugWorkflow
()
Fires when an execution has finisehd a step
destroyDialog
()
Set nothing as the current dialog
destroyPropertiesDialog
()
Set nothing as the current properties dialog
destroyPropertiesDialog
()
Set nothing as the current debug dialog
disconnectedCallback
()
Fires when element is dettached to DOM
disconnectedCallback
()
Fires when element is dettached to DOM
generateWorkflow
()
Generates the workflow
goDown
()
Opens lower workflow
goUp
()
Opens upper workflow
init
()
Init the webcomponent. REQUIRED.
init
()
Init the webcomponent. REQUIRED.
loadWorkflow
()
Loads and display a saved workflow
loadWorkflow
()
Loads and display a saved workflow in debug mode
newWorkflow
()
Clears the workflow and edit new workflow
onEventReceibed
()
Fires when a GIPE class event is receibed
openDebugDialog
()
Open the workflow debug dialog
openLoadDialog
()
Open the workflow load dialog
openSaveDialog
()
Open the workflow save dialog
openTemplateDialog
()
Open the templates dialog
refresh
()
Refresh the webcomponent. REQUIRED.
refresh
()
Refresh the webcomponent. REQUIRED.
render
()
Render HTML data.
render
()
Render HTML data.
render
()
Updates toolbar status.
runWorkflow
()
Runs the current workflow
showDebugDialog
()
Sets a window as the current debug dialog
showDialog
()
Sets a window as the current dialog
showPropertiesDialog
()
Sets a window as the current properties dialog
startDebugWorkflow
()
Runs the current workflow in debug mode
Properties
connected
Boolean
Set if element has been connected to DOM
connected
Boolean
Set if element has been connected to DOM
connected
Boolean
Set when component is attached to DOM
currentExecutionId
Number
Current execution Id
dialog
MxWindow
mxEditor opened dialog
dialog
MxWindow
Properties dialog
dialog
MxWindow
Debug dialog
lastDebugGraphId
Number
Last cell id painted as executed
observedAttributes
Array
Array of observed attributes. REQUIRED
observedAttributes
Array
Array of observed attributes. REQUIRED
observedAttributes
Array
Array of observed attributes.
popupCell
Number
Last cell that triggered a popup event
templateFilter
GipeTemplateFilterConfig
Filter configuration for templates dialog
workflow
flexygo.api.gipe.GipeWorkflow
Current loaded workflow
workflow
flexygo.api.gipe.GipeWorkflow
Current loaded workflow in debug mode