JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

This node specifes an input-control for a word on a tape. It contains a label the start- and endsymbols of the tape, and an textbox

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-readhasErrorBoolean

indicates if the node has input errors

hboxHBox

a container for the content

public-initisITBoolean

specifies if this node specifies the word of an inputtape

publiclabelString

the text of the label

public-readtapeInputBoxTextBox

the textbox for the node

publictextString

the current value of the textbox ( use this only to set the current value of the textbox, to retrieve the word, use getTape() instead), forces validation on update

Inherited Variables

Function Summary

create() : javafx.scene.Node
Returns
Node
 
public getTape() : java.lang.String
Returns
String
the word of the tape
 
validateInput() : Boolean

checks the input (Regex: [A-Za-z0-9]*)

checks the input (Regex: [A-Za-z0-9]*)

Returns
Boolean
 

Inherited Functions