Overview
This node specifes an input-control for multiple states. It contains a label for a single symbol followed by an "=", an textbox, and an checkbox that indicates if the alphabet should be generated or not
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | generate | Boolean | ![]() |
indicates if the states should be generated or not, forces validation on update |
|||
public-init | generateInput | CheckBox | ![]() | ![]() |
the checkbox that indicates if the states should be generated or not |
||
public-read | hasErrors | Boolean | ![]() |
indicates if the node has errors or not |
|||
stateInput | TextBox |
the textbox of this node |
|||||
public-init | symbol | String | ![]() | ![]() |
ths symbol for the label |
||
public | text | String | ![]() | ![]() | ![]() |
the current value of the textbox ( use this only to set the current value of the textbox, to retrieve the States, use getStates() instead), forces validation on update |
|
public-init | viewGenerateInput | Boolean | ![]() | ![]() |
indicates if the "generate"-checkbox is visible or not |
Inherited Variables
Function Summary
- create() : javafx.scene.Node
- public getStates() : java.util.ArrayList
- public setStates(states: java.util.ArrayList) : java.lang.String
- validateInput() : Boolean