クラス StringPropertyEditor

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

public class StringPropertyEditor extends PrimitivePropertyEditor implements LabelablePropertyEditor
文字列型プロパティエディタ
関連項目:
  • コンストラクタの詳細

    • StringPropertyEditor

      public StringPropertyEditor()
      コンストラクタ
  • メソッドの詳細

    • getDisplayType

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

      public void setDisplayType(StringPropertyEditor.StringDisplayType displayType)
      表示タイプを取得します
      パラメータ:
      displayType - 表示タイプ
    • isHide

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

      public String getInputType()
      入力タイプを取得します。
      戻り値:
      入力タイプ
    • setInputType

      public void setInputType(String inputType)
      入力タイプを設定します。
      パラメータ:
      inputType - 入力タイプ
    • getInputPattern

      public String getInputPattern()
      入力パターンを取得します。
      戻り値:
      入力パターン
    • setInputPattern

      public void setInputPattern(String inputPattern)
      入力パターンを設定します。
      パラメータ:
      inputPattern - 入力パターン
    • getHtmlValidationMessage

      public HtmlValidationMessage getHtmlValidationMessage()
      HTML入力エラーメッセージを取得します。
      戻り値:
      HTML入力エラーメッセージ
    • setHtmlValidationMessage

      public void setHtmlValidationMessage(HtmlValidationMessage htmlValidationMessage)
      HTML入力エラーメッセージを設定します。
      パラメータ:
      htmlValidationMessage - HTML入力エラーメッセージ
    • getMaxlength

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

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

      public List<EditorValue> getValues()
      選択値を取得します。
      戻り値:
      選択値
    • setValues

      public void setValues(List<EditorValue> values)
      選択値を設定します。
      パラメータ:
      values - 選択値
    • addValue

      public void addValue(EditorValue val)
      選択値を追加します。
      パラメータ:
      val - 選択値
    • isSearchExactMatchCondition

      public boolean isSearchExactMatchCondition()
      検索条件完全一致を設定します。
      戻り値:
      searchExactMatchCondition 検索条件完全一致設定
    • setSearchExactMatchCondition

      public void setSearchExactMatchCondition(boolean searchExactMatchCondition)
      検索条件完全一致設定を取得します。
      パラメータ:
      検索条件完全一致設定 -
    • getRichTextLibrary

      public StringPropertyEditor.RichTextLibrary getRichTextLibrary()
      RichTextライブラリを取得します。
      戻り値:
      RichTextライブラリ
    • setRichTextLibrary

      public void setRichTextLibrary(StringPropertyEditor.RichTextLibrary richTextLibrary)
      RichTextライブラリを設定します。
      パラメータ:
      richTextLibrary - RichTextライブラリ
    • isAllowedContent

      public boolean isAllowedContent()
      RichText表示タグ許可を取得します。
      戻り値:
      RichText表示タグ許可設定
    • setAllowedContent

      public void setAllowedContent(boolean allowedContent)
      RichText表示タグ許可設定を設定します。
      パラメータ:
      allowedContent - RichText表示タグ許可設定
    • isAllowRichTextEditorLinkAction

      public boolean isAllowRichTextEditorLinkAction()
      RickTextで表示モードの場合、リンク動作許可を取得します。
      戻り値:
      RickTextで表示モードの場合、リンク動作許可
    • setAllowRichTextEditorLinkAction

      public void setAllowRichTextEditorLinkAction(boolean allowRichTextEditorLinkAction)
      RickTextで表示モードの場合、リンク動作許可を設定します。
      パラメータ:
      allowRichTextEditorLinkAction - RickTextで表示モードの場合、リンク動作許可
    • isHideRichtextEditorToolBar

      public boolean isHideRichtextEditorToolBar()
      RickTextで表示モードの場合、ツールバーなどを表示しないかを取得します。
      戻り値:
      RickTextで表示モードの場合、ツールバーなどを表示しないか
    • setHideRichtextEditorToolBar

      public void setHideRichtextEditorToolBar(boolean hideRichtextEditorToolBar)
      RickTextで表示モードの場合、ツールバーなどを表示しないかを設定します。
      パラメータ:
      hideRichtextEditorToolBar - RickTextで表示モードの場合、ツールバーなどを表示しないか
    • getRichtextEditorOption

      public String getRichtextEditorOption()
      リッチテキストエディタオプションを取得します。
      戻り値:
      リッチテキストエディタオプション
    • setRichtextEditorOption

      public void setRichtextEditorOption(String richtextEditorOption)
      リッチテキストエディタオプションを設定します。
      パラメータ:
      richtextEditorOption - リッチテキストエディタオプション
    • 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 - 初期値
    • isIsNullSearchEnabled

      public boolean isIsNullSearchEnabled()
      「値なし」を検索条件の選択肢に追加するかを取得します。
      戻り値:
      「値なし」を検索条件の選択肢に追加するか
    • setIsNullSearchEnabled

      public void setIsNullSearchEnabled(boolean isNullSearchEnabled)
      「値なし」を検索条件の選択肢に追加するかを設定します。
      パラメータ:
      isNullSearchEnabled - 「値なし」を検索条件の選択肢に追加するか