Modifier and Type | Field and Description |
---|---|
public static final int | DEFAULT_PREF_COLUMN_COUNT
The default value for |
private BooleanProperty | editable
Indicates whether this InputField can be edited by the user. |
private ObjectProperty | onAction
The action handler associated with this InputField, or null if no action handler is assigned. |
private IntegerProperty | prefColumnCount
The preferred number of text columns. |
private StringProperty | promptText
The |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public final BooleanProperty | |
public final EventHandler | |
public final int | |
public final String | |
public final boolean | |
public final ObjectProperty | |
public final IntegerProperty | |
public final StringProperty | |
public final void | |
public final void | |
public final void | |
public final void |
DEFAULT_PREF_COLUMN_COUNT | back to summary |
---|---|
public static final int DEFAULT_PREF_COLUMN_COUNT The default value for |
editable | back to summary |
---|---|
private BooleanProperty editable Indicates whether this InputField can be edited by the user. If true, the "readonly" pseudo class will be false, but if false, the "readonly" pseudo class will be true. |
onAction | back to summary |
---|---|
private ObjectProperty<EventHandler<ActionEvent>> onAction The action handler associated with this InputField, or null if no action handler is assigned. The action handler is normally called when the user types the ENTER key. |
prefColumnCount | back to summary |
---|---|
private IntegerProperty prefColumnCount The preferred number of text columns. This is used for
calculating the |
promptText | back to summary |
---|---|
private StringProperty promptText The |
InputField | back to summary |
---|---|
public InputField() Creates a new InputField. The style class is set to "money-field". |
editableProperty | back to summary |
---|---|
public final BooleanProperty editableProperty() |
getOnAction | back to summary |
---|---|
public final EventHandler |
getPrefColumnCount | back to summary |
---|---|
public final int getPrefColumnCount() |
getPromptText | back to summary |
---|---|
public final String getPromptText() |
isEditable | back to summary |
---|---|
public final boolean isEditable() |
onActionProperty | back to summary |
---|---|
public final ObjectProperty |
prefColumnCountProperty | back to summary |
---|---|
public final IntegerProperty prefColumnCountProperty() |
promptTextProperty | back to summary |
---|---|
public final StringProperty promptTextProperty() |
setEditable | back to summary |
---|---|
public final void setEditable(boolean value) |
setOnAction | back to summary |
---|---|
public final void setOnAction(EventHandler<ActionEvent> value) |
setPrefColumnCount | back to summary |
---|---|
public final void setPrefColumnCount(int value) |
setPromptText | back to summary |
---|---|
public final void setPromptText(String value) |