Class BooleanPropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.PrimitivePropertyEditor
org.iplass.mtp.view.generic.editor.BooleanPropertyEditor
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,LabelablePropertyEditor
public class BooleanPropertyEditor
extends PrimitivePropertyEditor
implements LabelablePropertyEditor
真偽値型プロパティエディタ
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLocalizedFalseLabel
(LocalizedStringDefinition localizedFalseLabel) 多言語設定情報を追加します。void
addLocalizedTrueLabel
(LocalizedStringDefinition localizedTrueLabel) 真の表示ラベル多言語設定情報を追加します。初期値を取得します。表示タイプを取得します。偽の表示ラベル偽の表示ラベル多言語設定情報を取得します。真の表示ラベル多言語設定情報を取得します。真の表示ラベルboolean
isHide()
非表示かを取得します。boolean
表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。boolean
「値なし」を検索条件の選択肢に追加するかを取得します。boolean
RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するかを取得します。boolean
isLabel()
表示タイプがLabel形式かを返します。boolean
表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。void
setDefaultValue
(String defaultValue) 初期値を設定します。void
setDisplayType
(BooleanPropertyEditor.BooleanDisplayType displayType) 表示タイプを設定します。void
setFalseLabel
(String falseLabel) 偽の表示ラベルを設定します。void
setInsertWithLabelValue
(boolean insertWithLabelValue) Label形式の場合の登録制御を設定します。void
setIsNullSearchEnabled
(boolean isNullSearchEnabled) 「値なし」を検索条件の選択肢に追加するかを設定します。void
setItemDirectionColumn
(boolean itemDirectionColumn) RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するかを設定します。void
setLocalizedFalseLabelList
(List<LocalizedStringDefinition> localizedFalseLabelList) 偽の表示ラベル多言語設定情報を設定します。void
setLocalizedTrueLabelList
(List<LocalizedStringDefinition> localizedTrueLabelList) 真の表示ラベル多言語設定情報を設定します。void
setTrueLabel
(String trueLabel) 真の表示ラベルを設定します。void
setUpdateWithLabelValue
(boolean updateWithLabelValue) Label形式の場合の更新制御を設定します。Methods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
Constructor Details
-
BooleanPropertyEditor
public BooleanPropertyEditor()コンストラクタ
-
-
Method Details
-
getDisplayType
Description copied from class:PropertyEditor
表示タイプを取得します。- Specified by:
getDisplayType
in classPropertyEditor
- Returns:
- 表示タイプ
-
setDisplayType
表示タイプを設定します。- Parameters:
displayType
-
-
isHide
public boolean isHide()Description copied from class:PropertyEditor
非表示かを取得します。- Specified by:
isHide
in classPropertyEditor
- Returns:
- true:非表示
-
getTrueLabel
真の表示ラベル- Returns:
- 真の表示ラベル
-
setTrueLabel
真の表示ラベルを設定します。- Parameters:
trueLabel
- 真の表示ラベル
-
getFalseLabel
偽の表示ラベル- Returns:
- 偽の表示ラベル
-
setFalseLabel
偽の表示ラベルを設定します。- Parameters:
falseLabel
- 偽の表示ラベル
-
getLocalizedTrueLabelList
真の表示ラベル多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedTrueLabelList
真の表示ラベル多言語設定情報を設定します。- Parameters:
リスト
-
-
addLocalizedTrueLabel
真の表示ラベル多言語設定情報を追加します。- Parameters:
多言語設定情報
-
-
getLocalizedFalseLabelList
偽の表示ラベル多言語設定情報を取得します。- Returns:
- リスト
-
setLocalizedFalseLabelList
偽の表示ラベル多言語設定情報を設定します。- Parameters:
リスト
-
-
addLocalizedFalseLabel
多言語設定情報を追加します。- Parameters:
多言語設定情報
-
-
isLabel
public boolean isLabel()Description copied from interface:LabelablePropertyEditor
表示タイプがLabel形式かを返します。- Specified by:
isLabel
in interfaceLabelablePropertyEditor
- Returns:
- true:Label形式
-
isInsertWithLabelValue
public boolean isInsertWithLabelValue()Description copied from interface:LabelablePropertyEditor
表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。- Specified by:
isInsertWithLabelValue
in interfaceLabelablePropertyEditor
- 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 interfaceLabelablePropertyEditor
- Returns:
- true:更新対象
-
setUpdateWithLabelValue
public void setUpdateWithLabelValue(boolean updateWithLabelValue) Label形式の場合の更新制御を設定します。- Parameters:
updateWithLabelValue
- Label形式の場合の更新制御
-
getDefaultValue
Description copied from class:PrimitivePropertyEditor
初期値を取得します。- Specified by:
getDefaultValue
in classPrimitivePropertyEditor
- Returns:
- 初期値
-
setDefaultValue
Description copied from class:PrimitivePropertyEditor
初期値を設定します。- Specified by:
setDefaultValue
in classPrimitivePropertyEditor
- Parameters:
defaultValue
- 初期値
-
isItemDirectionColumn
public boolean isItemDirectionColumn()RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するかを取得します。- Returns:
- RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するか
-
setItemDirectionColumn
public void setItemDirectionColumn(boolean itemDirectionColumn) RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するかを設定します。- Parameters:
itemDirectionColumn
- RADIO、CHECKBOX形式の場合のアイテムを縦に並べるような表示するか
-
isIsNullSearchEnabled
public boolean isIsNullSearchEnabled()「値なし」を検索条件の選択肢に追加するかを取得します。- Returns:
- 「値なし」を検索条件の選択肢に追加するか
-
setIsNullSearchEnabled
public void setIsNullSearchEnabled(boolean isNullSearchEnabled) 「値なし」を検索条件の選択肢に追加するかを設定します。- Parameters:
isNullSearchEnabled
- 「値なし」を検索条件の選択肢に追加するか
-