Class UserPropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.CustomPropertyEditor
org.iplass.mtp.view.generic.editor.UserPropertyEditor
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,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 TypeMethodDescription表示タイプを取得します。boolean
isHide()
非表示かを取得します。boolean
表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。boolean
isLabel()
表示タイプがLabel形式かを返します。boolean
表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。void
setDisplayType
(UserPropertyEditor.UserDisplayType displayType) 表示タイプを設定します。void
setInsertWithLabelValue
(boolean insertWithLabelValue) Label形式の場合の登録制御を設定します。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
-
UserPropertyEditor
public UserPropertyEditor()
-
-
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
非表示かを取得します。- Overrides:
isHide
in classCustomPropertyEditor
- Returns:
- true:非表示
-
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形式の場合の更新制御
-