Overview
This node specifes an input-control for an single symbol. 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 input errors |
|||
public-init | symbol | String | ![]() | ![]() |
the symbol for the label |
||
symbolInput | TextBox |
the textBox for the node |
|||||
public | text | String | ![]() | ![]() | ![]() |
the current value of the textbox ( use this only to set the current value of the textbox, to retrieve the Symbol, use getSymbol() instead), forces validation on update |
Inherited Variables
Function Summary
- create() : javafx.scene.Node
- public getSymbol() : java.lang.String
- validateInput() : Boolean