类 TextFields

java.lang.Object
com.tlcsdm.core.javafx.control.TextFields

public class TextFields extends Object
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.
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final javafx.util.Duration
     
  • 构造器概要

    构造器
    限定符
    构造器
    说明
    private
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static javafx.scene.control.TextField
    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.
    static javafx.scene.control.TextField
     
    private static void
    setupClearButtonField(javafx.scene.control.TextField inputField, javafx.beans.property.ObjectProperty<javafx.scene.Node> rightProperty)
     
    private static void
    setupSearchField(javafx.scene.control.TextField inputField, javafx.beans.property.ObjectProperty<javafx.scene.Node> leftProperty)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • 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)