封鎖 >FieldLabel

FieldLabel 類別

不可編輯的文字欄位類別。

Signature:

export declare class FieldLabel extends Field<string> 

擴充: 欄位<string>

建構函式

建構函式 修飾符 說明
(buildor)(value, textClass, config) 建構 FieldLabel 類別的新例項

屬性

屬性 修飾符 類型 說明
可編輯 布林值 可編輯的欄位通常會顯示某種使用者介面,指出這些欄位可以編輯。這個欄位不可以。
maxDisplayLength 數字 文字標籤不得截斷。

方法

方法 修飾符 說明
configure_(config) protected
doClassValidation_(newValue) protected 確保輸入值會轉換為有效的字串。
initView() 為這個標籤建立區塊 UI。
setClass(cssClass) 設定要套用至欄位 textElement_ 的 CSS 類別。