Class AlertLoading

java.lang.Object
javafx.stage.Window
javafx.stage.Stage
com.imyeyu.fx.ui.components.alert.AbstractAlert
com.imyeyu.fx.ui.components.alert.AlertLoading
All Implemented Interfaces:
TimiFXUI, TimiFXUI.Colorful, javafx.event.EventTarget

public class AlertLoading extends AbstractAlert
阻塞式弹出加载中弹窗,此弹窗用户必须等待,不能手动关闭,显示期间不可操作其他窗体
Since:
2022-01-07 16:39
Author:
夜雨
  • Property Details

    • tips

      public javafx.beans.property.StringProperty tipsProperty
      获取提示文本属性
      See Also:
  • Field Details

    • tips

      protected javafx.scene.control.Label tips
      提示标签
  • Constructor Details

    • AlertLoading

      public AlertLoading()
      默认构造
    • AlertLoading

      public AlertLoading(String tips)
      构造器
      Parameters:
      tips - 提示
  • Method Details

    • onEscape

      protected void onEscape()
      Description copied from class: AbstractAlert
      默认 ESC 键关闭
      Overrides:
      onEscape in class AbstractAlert
    • setTips

      public void setTips(String tips)
      设置提示文本
      Parameters:
      tips - 提示文本
    • tipsProperty

      public javafx.beans.property.StringProperty tipsProperty()
      获取提示文本属性
      Returns:
      提示文本属性
    • getTips

      public String getTips()
      获取当前提示文本
      Returns:
      提示文本