Uses of Interface
com.ericlam.mc.eldgui.component.factory.PasswordInputFactory
-
Uses of PasswordInputFactory in com.ericlam.mc.eldgui.component.factory
Modifier and TypeMethodDescription綁定屬性。由於是密碼,所以沒有初始數值。PasswordInputFactory.disabled()
設置禁用組件PasswordInputFactory.hashType
(PasswordInputFactory.HashType type) 設置密碼混淆類型PasswordInputFactory.hidePasswordTxt
(String hide) 隱藏密碼文字PasswordInputFactory.inputMessage
(String input) 設置輸入提示訊息PasswordInputFactory.invalidMessage
(String invalid) 設置無效提示訊息設置標題顯示PasswordInputFactory.mask
(char mask) 設置遮罩文字PasswordInputFactory.maxWait
(long maxWait) 設置等待最大輸入時間設置 regex 來規限密碼格式PasswordInputFactory.showPasswordTxt
(String show) 顯示密碼文字