Class SelectPropertyEditor

All Implemented Interfaces:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable, LabelablePropertyEditor

public class SelectPropertyEditor extends PrimitivePropertyEditor implements LabelablePropertyEditor
選択型プロパティエディタ
See Also:
  • Constructor Details

    • SelectPropertyEditor

      public SelectPropertyEditor()
      デフォルトコンストラクタ
  • Method Details

    • getDisplayType

      public SelectPropertyEditor.SelectDisplayType getDisplayType()
      Description copied from class: PropertyEditor
      表示タイプを取得します。
      Specified by:
      getDisplayType in class PropertyEditor
      Returns:
      表示タイプ
    • setDisplayType

      public void setDisplayType(SelectPropertyEditor.SelectDisplayType displayType)
      表示タイプを取得します。
      Parameters:
      displayType - 表示タイプ
    • isHide

      public boolean isHide()
      Description copied from class: PropertyEditor
      非表示かを取得します。
      Specified by:
      isHide in class PropertyEditor
      Returns:
      true:非表示
    • getValues

      public List<EditorValue> getValues()
      セレクトボックスの値を取得します。
      Returns:
      セレクトボックスの値
    • setValues

      public void setValues(List<EditorValue> values)
      セレクトボックスの値を設定します。
      Parameters:
      values - セレクトボックスの値
    • addValue

      public void addValue(EditorValue val)
      セレクトボックスの値を追加します。
      Parameters:
      val - セレクトボックスの値
    • getValue

      public EditorValue getValue(String value)
    • isSortCsvOutputValue

      public boolean isSortCsvOutputValue()
      CSV出力時に選択肢順でソートするかを取得します。
      Returns:
      true:CSV出力時に選択肢順でソート
    • setSortCsvOutputValue

      public void setSortCsvOutputValue(boolean sortCsvOutputValue)
      CSV出力時に選択肢順でソートするかを設定します。
      Parameters:
      sortCsvOutputValue - true:CSV出力時に選択肢順でソート
    • isLabel

      public boolean isLabel()
      Description copied from interface: LabelablePropertyEditor
      表示タイプがLabel形式かを返します。
      Specified by:
      isLabel in interface LabelablePropertyEditor
      Returns:
      true:Label形式
    • isInsertWithLabelValue

      public boolean isInsertWithLabelValue()
      Description copied from interface: LabelablePropertyEditor
      表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。
      Specified by:
      isInsertWithLabelValue in interface LabelablePropertyEditor
      Returns:
      true:登録対象
    • setInsertWithLabelValue

      public void setInsertWithLabelValue(boolean insertWithLabelValue)
      Label形式の場合の登録制御を設定します。
      Parameters:
      insertWithLabelValue - Label形式の場合の登録制御
    • isUpdateWithLabelValue

      public boolean isUpdateWithLabelValue()
      Description copied from interface: LabelablePropertyEditor
      表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。
      Specified by:
      isUpdateWithLabelValue in interface LabelablePropertyEditor
      Returns:
      true:更新対象
    • setUpdateWithLabelValue

      public void setUpdateWithLabelValue(boolean updateWithLabelValue)
      Label形式の場合の更新制御を設定します。
      Parameters:
      updateWithLabelValue - Label形式の場合の更新制御
    • getDefaultValue

      public String getDefaultValue()
      Description copied from class: PrimitivePropertyEditor
      初期値を取得します。
      Specified by:
      getDefaultValue in class PrimitivePropertyEditor
      Returns:
      初期値
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      Description copied from class: PrimitivePropertyEditor
      初期値を設定します。
      Specified by:
      setDefaultValue in class PrimitivePropertyEditor
      Parameters:
      defaultValue - 初期値