クラス PrimitivePropertyEditor

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

public abstract class PrimitivePropertyEditor extends PropertyEditor
関連項目:
  • コンストラクタの詳細

    • PrimitivePropertyEditor

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

    • getDefaultValue

      public abstract String getDefaultValue()
      初期値を取得します。
      戻り値:
      初期値
    • setDefaultValue

      public abstract void setDefaultValue(String defaultValue)
      初期値を設定します。
      パラメータ:
      defaultValue - 初期値