クラス PropertyEditor

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

public abstract class PropertyEditor
extends java.lang.Object
implements org.iplass.adminconsole.view.annotation.Refrectable
プロパティを表示・編集するためのエディタ
関連項目:
直列化された形式
  • フィールドの概要

    フィールド 
    修飾子とタイプ フィールド 説明
    protected java.lang.String propertyName
    プロパティ名
  • コンストラクタの概要

    コンストラクタ 
    コンストラクタ 説明
    PropertyEditor()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    java.lang.String getCustomStyle()
    表示カスタムスタイルを取得します。
    abstract java.lang.Enum<?> getDisplayType()
    表示タイプを取得します。
    java.lang.String getInputCustomStyle()
    入力カスタムスタイルを取得します。
    java.lang.String getInputCustomStyleScriptKey()
    入力カスタムスタイルキー
    java.lang.String getOutputCustomStyleScriptKey()
    表示カスタムスタイルキー
    java.lang.String getPropertyName()
    プロパティ名を取得します。
    abstract boolean isHide()
    非表示かを取得します。
    void setCustomStyle​(java.lang.String customStyle)
    表示カスタムスタイルを設定します。
    void setInputCustomStyle​(java.lang.String inputCustomStyle)
    入力カスタムスタイルを設定します。
    void setInputCustomStyleScriptKey​(java.lang.String inputCustomStyleScriptKey)
    入力カスタムスタイルキーを設定します。
    void setOutputCustomStyleScriptKey​(java.lang.String outputCustomStyleScriptKey)
    表示カスタムスタイルキーを設定します。
    void setPropertyName​(java.lang.String propertyName)
    プロパティ名を設定します。

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

    • propertyName

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

  • メソッドの詳細

    • getPropertyName

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

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

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

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

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

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

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

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

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

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

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

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