クラス NumberPropertyEditor

すべての実装されたインタフェース:
Serializable, org.iplass.adminconsole.view.annotation.Refrectable, LabelablePropertyEditor
直系の既知のサブクラス:
DecimalPropertyEditor, FloatPropertyEditor, IntegerPropertyEditor

public abstract class NumberPropertyEditor extends PrimitivePropertyEditor implements LabelablePropertyEditor
数値型プロパティエディタのスーパークラス
関連項目:
  • コンストラクタの詳細

    • NumberPropertyEditor

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

    • getDisplayType

      public NumberPropertyEditor.NumberDisplayType getDisplayType()
      クラスからコピーされた説明: PropertyEditor
      表示タイプを取得します。
      定義:
      getDisplayType クラス内 PropertyEditor
      戻り値:
      表示タイプ
    • setDisplayType

      public void setDisplayType(NumberPropertyEditor.NumberDisplayType displayType)
      表示タイプを設定します。
      パラメータ:
      displayType - 表示タイプ
    • isHide

      public boolean isHide()
      クラスからコピーされた説明: PropertyEditor
      非表示かを取得します。
      定義:
      isHide クラス内 PropertyEditor
      戻り値:
      true:非表示
    • getNumberFormat

      public String getNumberFormat()
      数値のフォーマットを取得します。
      戻り値:
      数値のフォーマット
    • setNumberFormat

      public void setNumberFormat(String numberFormat)
      数値のフォーマットを設定します。
      パラメータ:
      numberFormat - 数値のフォーマット
    • isShowComma

      public boolean isShowComma()
      表示内容をカンマ表示するかを取得します。
      戻り値:
      表示内容をカンマ表示するか
    • setShowComma

      public void setShowComma(boolean showComma)
      表示内容をカンマ表示するかを設定します。
      パラメータ:
      showComma - 表示内容をカンマ表示するか
    • isSearchInRange

      public boolean isSearchInRange()
      範囲で検索するかを取得します。
      戻り値:
      範囲で検索するか
    • setSearchInRange

      public void setSearchInRange(boolean searchInRange)
      範囲で検索するかを設定します。
      パラメータ:
      searchInRange - 範囲で検索するか
    • isHideSearchConditionFrom

      public boolean isHideSearchConditionFrom()
      検索条件From非表示設定を取得します。
      戻り値:
      検索条件From非表示設定
    • setHideSearchConditionFrom

      public void setHideSearchConditionFrom(boolean hideSearchConditionFrom)
      検索条件From非表示設定を設定します。
      パラメータ:
      hideSearchConditionFrom - 検索条件From非表示設定
    • isHideSearchConditionTo

      public boolean isHideSearchConditionTo()
      検索条件To非表示設定を取得します。
      戻り値:
      検索条件To非表示設定
    • setHideSearchConditionTo

      public void setHideSearchConditionTo(boolean hideSearchConditionTo)
      検索条件To非表示設定を設定します。
      パラメータ:
      hideSearchConditionTo - 検索条件To非表示設定
    • isHideSearchConditionRangeSymbol

      public boolean isHideSearchConditionRangeSymbol()
      検索条件範囲記号非表示設定を取得します。
      戻り値:
      検索条件範囲記号非表示設定
    • setHideSearchConditionRangeSymbol

      public void setHideSearchConditionRangeSymbol(boolean hideSearchConditionRangeSymbol)
      検索条件範囲記号非表示設定を設定します。
      パラメータ:
      hideSearchConditionRangeSymbol - 検索条件範囲記号非表示設定
    • getMaxlength

      public int getMaxlength()
      最大文字数を取得します。
      戻り値:
      最大文字数
    • setMaxlength

      public void setMaxlength(int maxlength)
      最大文字数を設定します。
      パラメータ:
      maxlength - 最大文字数
    • isLabel

      public boolean isLabel()
      インタフェースからコピーされた説明: LabelablePropertyEditor
      表示タイプがLabel形式かを返します。
      定義:
      isLabel インタフェース内 LabelablePropertyEditor
      戻り値:
      true:Label形式
    • isInsertWithLabelValue

      public boolean isInsertWithLabelValue()
      インタフェースからコピーされた説明: LabelablePropertyEditor
      表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。
      定義:
      isInsertWithLabelValue インタフェース内 LabelablePropertyEditor
      戻り値:
      true:登録対象
    • setInsertWithLabelValue

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

      public boolean isUpdateWithLabelValue()
      インタフェースからコピーされた説明: LabelablePropertyEditor
      表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。
      定義:
      isUpdateWithLabelValue インタフェース内 LabelablePropertyEditor
      戻り値:
      true:更新対象
    • setUpdateWithLabelValue

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

      public String getDefaultValue()
      クラスからコピーされた説明: PrimitivePropertyEditor
      初期値を取得します。
      定義:
      getDefaultValue クラス内 PrimitivePropertyEditor
      戻り値:
      初期値
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
      クラスからコピーされた説明: PrimitivePropertyEditor
      初期値を設定します。
      定義:
      setDefaultValue クラス内 PrimitivePropertyEditor
      パラメータ:
      defaultValue - 初期値