public class TextEditorControl extends EditControl<javafx.scene.control.TextField>
CellEditorElement.APPLYACTIONcolumn, control, keyListener, listener, map, owner, value| Constructor and Description |
|---|
TextEditorControl() |
| Modifier and Type | Method and Description |
|---|---|
<T extends javafx.event.Event> |
addEventHandler(javafx.event.EventType<T> eventType,
javafx.event.EventHandler<T> eventHandler) |
javafx.scene.control.TextField |
createControl(Column column) |
FieldTyp |
getControllForTyp(java.lang.Object value) |
java.lang.String |
getText() |
java.lang.Object |
getValue(boolean convert) |
void |
setText(java.lang.String value) |
TextEditorControl |
withAutoCompleting(AutoCompletionList value) |
TextEditorControl |
withValue(java.lang.Object value) |
apply, cancel, changed, clearEditor, dispose, getControl, getListener, handle, isActive, isFocus, isVisible, nextFocus, onActive, registerListener, setFocus, setVisible, withColumn, withItem, withListener, withListener, withMap, withOwnerpublic java.lang.Object getValue(boolean convert)
getValue in interface CellEditorElementgetValue in class EditControl<javafx.scene.control.TextField>public java.lang.String getText()
public void setText(java.lang.String value)
public FieldTyp getControllForTyp(java.lang.Object value)
getControllForTyp in class EditControl<javafx.scene.control.TextField>public TextEditorControl withValue(java.lang.Object value)
withValue in interface CellEditorElementwithValue in class EditControl<javafx.scene.control.TextField>public javafx.scene.control.TextField createControl(Column column)
createControl in class EditControl<javafx.scene.control.TextField>public TextEditorControl withAutoCompleting(AutoCompletionList value)
public <T extends javafx.event.Event> void addEventHandler(javafx.event.EventType<T> eventType,
javafx.event.EventHandler<T> eventHandler)