java.lang.Object
com.tlcsdm.core.javafx.control.TextFields
A class containing useful customizations for the JavaFX
TextField.
Note that this class is experimental and the API may change in future
releases. Note also that this class makes use of the CustomTextField
class.- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static javafx.scene.control.TextFieldCreates a TextField that shows a clear button inside the TextField (on the right hand side of it) when text is entered by the user.static javafx.scene.control.TextFieldprivate static voidsetupClearButtonField(javafx.scene.control.TextField inputField, javafx.beans.property.ObjectProperty<javafx.scene.Node> rightProperty) private static voidsetupSearchField(javafx.scene.control.TextField inputField, javafx.beans.property.ObjectProperty<javafx.scene.Node> leftProperty)
-
字段详细资料
-
FADE_DURATION
private static final javafx.util.Duration FADE_DURATION
-
-
构造器详细资料
-
TextFields
private TextFields()
-
-
方法详细资料
-
createClearableTextField
public static javafx.scene.control.TextField createClearableTextField()Creates a TextField that shows a clear button inside the TextField (on the right hand side of it) when text is entered by the user. -
setupClearButtonField
private static void setupClearButtonField(javafx.scene.control.TextField inputField, javafx.beans.property.ObjectProperty<javafx.scene.Node> rightProperty) -
searchTextField
public static javafx.scene.control.TextField searchTextField() -
setupSearchField
private static void setupSearchField(javafx.scene.control.TextField inputField, javafx.beans.property.ObjectProperty<javafx.scene.Node> leftProperty)
-