Overview
This node specifes an input-control for an single state. It contains a label for a single symbol followed by an "=", and an textbox
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | hasErrors | Boolean | ![]() |
indicates if the node has errors |
|||
stateInput | TextBox |
the textbox of this node |
|||||
public-init | symbol | String | ![]() | ![]() |
the symbol for the label |
||
text | String |
the current value of the textbox |
Inherited Variables
Function Summary
- create() : javafx.scene.Node
- public getState() : org.TMSIM.Model.State
- public setState(state: org.TMSIM.Model.State) : java.lang.String
- validateInput() : Boolean