クラス SelectPropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.PrimitivePropertyEditor
org.iplass.mtp.view.generic.editor.SelectPropertyEditor
- すべての実装されたインタフェース:
Serializable,org.iplass.adminconsole.view.annotation.Refrectable,LabelablePropertyEditor
public class SelectPropertyEditor
extends PrimitivePropertyEditor
implements LabelablePropertyEditor
選択型プロパティエディタ
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidaddValue(EditorValue val) セレクトボックスの値を追加します。初期値を取得します。表示タイプを取得します。セレクトボックスの値を取得します。booleanisHide()非表示かを取得します。boolean表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。boolean「値なし」を検索条件の選択肢に追加するかを取得します。booleanRADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するかを取得します。booleanisLabel()表示タイプがLabel形式かを返します。booleanCSV出力時に選択肢順でソートするかを取得します。boolean表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。voidsetDefaultValue(String defaultValue) 初期値を設定します。voidsetDisplayType(SelectPropertyEditor.SelectDisplayType displayType) 表示タイプを取得します。voidsetInsertWithLabelValue(boolean insertWithLabelValue) Label形式の場合の登録制御を設定します。voidsetIsNullSearchEnabled(boolean isNullSearchEnabled) 「値なし」を検索条件の選択肢に追加するかを設定します。voidsetItemDirectionColumn(boolean itemDirectionColumn) RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するかを設定します。voidsetSortCsvOutputValue(boolean sortCsvOutputValue) CSV出力時に選択肢順でソートするかを設定します。voidsetUpdateWithLabelValue(boolean updateWithLabelValue) Label形式の場合の更新制御を設定します。voidsetValues(List<EditorValue> values) セレクトボックスの値を設定します。クラスから継承されたメソッド org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
コンストラクタの詳細
-
SelectPropertyEditor
public SelectPropertyEditor()デフォルトコンストラクタ
-
-
メソッドの詳細
-
getDisplayType
クラスからコピーされた説明:PropertyEditor表示タイプを取得します。- 定義:
getDisplayTypeクラス内PropertyEditor- 戻り値:
- 表示タイプ
-
setDisplayType
表示タイプを取得します。- パラメータ:
displayType- 表示タイプ
-
isHide
public boolean isHide()クラスからコピーされた説明:PropertyEditor非表示かを取得します。- 定義:
isHideクラス内PropertyEditor- 戻り値:
- true:非表示
-
getValues
セレクトボックスの値を取得します。- 戻り値:
- セレクトボックスの値
-
setValues
セレクトボックスの値を設定します。- パラメータ:
values- セレクトボックスの値
-
addValue
セレクトボックスの値を追加します。- パラメータ:
val- セレクトボックスの値
-
getValue
-
isSortCsvOutputValue
public boolean isSortCsvOutputValue()CSV出力時に選択肢順でソートするかを取得します。- 戻り値:
- true:CSV出力時に選択肢順でソート
-
setSortCsvOutputValue
public void setSortCsvOutputValue(boolean sortCsvOutputValue) CSV出力時に選択肢順でソートするかを設定します。- パラメータ:
sortCsvOutputValue- true:CSV出力時に選択肢順でソート
-
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
クラスからコピーされた説明:PrimitivePropertyEditor初期値を取得します。- 定義:
getDefaultValueクラス内PrimitivePropertyEditor- 戻り値:
- 初期値
-
setDefaultValue
クラスからコピーされた説明:PrimitivePropertyEditor初期値を設定します。- 定義:
setDefaultValueクラス内PrimitivePropertyEditor- パラメータ:
defaultValue- 初期値
-
isItemDirectionColumn
public boolean isItemDirectionColumn()RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するかを取得します。- 戻り値:
- RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するか
-
setItemDirectionColumn
public void setItemDirectionColumn(boolean itemDirectionColumn) RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するかを設定します。- パラメータ:
itemDirectionColumn- RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するか
-
isIsNullSearchEnabled
public boolean isIsNullSearchEnabled()「値なし」を検索条件の選択肢に追加するかを取得します。- 戻り値:
- 「値なし」を検索条件の選択肢に追加するか
-
setIsNullSearchEnabled
public void setIsNullSearchEnabled(boolean isNullSearchEnabled) 「値なし」を検索条件の選択肢に追加するかを設定します。- パラメータ:
isNullSearchEnabled- 「値なし」を検索条件の選択肢に追加するか
-