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

Profile: desktop, common

Overview

Specifies the style of a DropDown control.

Script Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-readDROP_DOWNInteger0

Indicates that the list is displayed by clicking the down arrow and that the text portion is editable.

public-readDROP_DOWN_LISTInteger1

Indicates that the list is displayed by clicking the down arrow and that the text portion is not editable.

Indicates that the list is displayed by clicking the down arrow and that the text portion is not editable. This means that the user cannot enter a new value.

1  

Inherited Variables

Inherited Functions