Uses of Class
com.imyeyu.fx.ui.components.alert.AlertButton
Packages that use AlertButton
-
Uses of AlertButton in com.imyeyu.fx.ui.components.alert
Fields in com.imyeyu.fx.ui.components.alert declared as AlertButtonModifier and TypeFieldDescriptionprotected final AlertButtonAbstractAlertFile.cancel取消按钮protected final AlertButtonAbstractAlertFile.confirm确认按钮Methods in com.imyeyu.fx.ui.components.alert that return AlertButtonModifier and TypeMethodDescriptionstatic AlertButtonAlertButton.apply()快速构造应用按钮static AlertButtonAlertButton.cancel()快速构造取消按钮static AlertButtonAlertButton.close()快速构造关闭按钮static AlertButtonAlertButton.confirm()快速构造确认按钮static AlertButtonAlertButton.finish()快速构造完成按钮static AlertButtonAlertButton.next()快速构造下一步按钮static AlertButtonAlertButton.no()快速构造否定按钮static AlertButtonAlertButton.ok()快速构造明确按钮static AlertButtonAlertButton.previous()快速构造上一步按钮static AlertButtonAlertButton.save()快速构造保存按钮static AlertButtonAlertButton.skip()快速构造跳过按钮static AlertButtonAlertButton.yes()快速构造确定按钮Methods in com.imyeyu.fx.ui.components.alert with parameters of type AlertButtonModifier and TypeMethodDescriptionvoidAbstractAlert.putButtons(AlertButton... buttons) 追加弹窗按钮,使用按钮默认位置voidAbstractAlert.putButtons(javafx.scene.layout.HBox to, AlertButton... buttons) 追加弹窗按钮voidAbstractAlert.setButton(AlertButton... buttons) 设置弹窗按钮,使用按钮默认位置voidAbstractAlert.setCenterButtons(AlertButton... buttons) 设置中间弹窗按钮voidAbstractAlert.setLeftButtons(AlertButton... buttons) 设置左侧弹窗按钮voidAbstractAlert.setRightButtons(AlertButton... buttons) 设置右侧弹窗按钮Constructors in com.imyeyu.fx.ui.components.alert with parameters of type AlertButtonModifierConstructorDescriptionAbstractAlertInput(T t, AlertType type, String title, String content, String text, AlertButton... buttons) 输入弹窗AlertConfirm(AlertType type, String content, AlertButton... buttons) 默认构造AlertPassword(AlertType type, String title, String content, String text, AlertButton... buttons) 密码输入弹窗AlertPassword(String content, AlertButton... buttons) 密码输入弹窗AlertTextArea(AlertType type, String title, String content, String text, AlertButton... buttons) 文本域输入弹窗AlertTextArea(String text, AlertButton... buttons) 文本域输入弹窗AlertTextArea(String content, String text, AlertButton... buttons) 文本域输入弹窗AlertTextField(AlertType type, String content, AlertButton... buttons) 输入弹窗AlertTextField(AlertType type, String title, String content, String text, AlertButton... buttons) 输入弹窗AlertTextField(String content, AlertButton... buttons) 输入弹窗AlertTips(AlertType type, AlertButton... buttons) 弹窗提示AlertTips(AlertType type, String content, AlertButton... buttons) 弹窗提示AlertTips(AlertType type, String title, String content, AlertButton... buttons) 弹窗提示AlertTips(String content, AlertButton... buttons) 弹窗提示