Class AlertPassword

java.lang.Object
javafx.stage.Window
javafx.stage.Stage
com.imyeyu.fx.ui.components.alert.AbstractAlert
com.imyeyu.fx.ui.components.alert.AbstractAlertInput<javafx.scene.control.PasswordField>
com.imyeyu.fx.ui.components.alert.AlertPassword
All Implemented Interfaces:
TimiFXUI, TimiFXUI.Colorful, javafx.event.EventTarget

public class AlertPassword extends AbstractAlertInput<javafx.scene.control.PasswordField>
密码输入弹窗
Since:
2022-04-06 16:47
Author:
夜雨
  • Constructor Details

    • AlertPassword

      public AlertPassword(String content)
      密码输入弹窗
      Parameters:
      content - 内容
    • AlertPassword

      public AlertPassword(String content, AlertButton... buttons)
      密码输入弹窗
      Parameters:
      content - 内容
      buttons - 可控按钮
    • AlertPassword

      public AlertPassword(AlertType type, String title, String content, String text, AlertButton... buttons)
      密码输入弹窗
      Parameters:
      type - 弹窗类型
      title - 标题
      content - 内容
      text - 预设输入框文本
      buttons - 可控按钮