クラス PropertyEditor

java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
すべての実装されたインタフェース:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable
直系の既知のサブクラス:
CustomPropertyEditor, PrimitivePropertyEditor, ReferencePropertyEditor

public abstract class PropertyEditor extends Object implements org.iplass.adminconsole.view.annotation.Refrectable
プロパティを表示・編集するためのエディタ
関連項目:
  • フィールド詳細

    • propertyName

      protected String propertyName
      プロパティ名
  • コンストラクタの詳細

    • PropertyEditor

      public PropertyEditor()
  • メソッドの詳細

    • getPropertyName

      public String getPropertyName()
      プロパティ名を取得します。
      戻り値:
      プロパティ名
    • setPropertyName

      public void setPropertyName(String propertyName)
      プロパティ名を設定します。
      パラメータ:
      propertyName - プロパティ名
    • getDisplayType

      public abstract Enum<?> getDisplayType()
      表示タイプを取得します。
      戻り値:
      表示タイプ
    • isHide

      public abstract boolean isHide()
      非表示かを取得します。
      戻り値:
      true:非表示
    • getCustomStyle

      public String getCustomStyle()
      表示カスタムスタイルを取得します。
      戻り値:
      表示カスタムスタイル
    • setCustomStyle

      public void setCustomStyle(String customStyle)
      表示カスタムスタイルを設定します。
      パラメータ:
      customStyle - 表示カスタムスタイル
    • getInputCustomStyle

      public String getInputCustomStyle()
      入力カスタムスタイルを取得します。
      戻り値:
      入力カスタムスタイル
    • setInputCustomStyle

      public void setInputCustomStyle(String inputCustomStyle)
      入力カスタムスタイルを設定します。
      パラメータ:
      inputCustomStyle - 入力カスタムスタイル
    • getOutputCustomStyleScriptKey

      public String getOutputCustomStyleScriptKey()
      表示カスタムスタイルキー
      戻り値:
      表示カスタムスタイルキー
    • setOutputCustomStyleScriptKey

      public void setOutputCustomStyleScriptKey(String outputCustomStyleScriptKey)
      表示カスタムスタイルキーを設定します。
      パラメータ:
      outputCustomStyleScriptKey - 表示カスタムスタイルキー
    • getInputCustomStyleScriptKey

      public String getInputCustomStyleScriptKey()
      入力カスタムスタイルキー
      戻り値:
      入力カスタムスタイルキー
    • setInputCustomStyleScriptKey

      public void setInputCustomStyleScriptKey(String inputCustomStyleScriptKey)
      入力カスタムスタイルキーを設定します。
      パラメータ:
      inputCustomStyleScriptKey - 入力カスタムスタイルキー