Class LongTextPropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.PrimitivePropertyEditor
org.iplass.mtp.view.generic.editor.StringPropertyEditor
org.iplass.mtp.view.generic.editor.LongTextPropertyEditor
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
,LabelablePropertyEditor
文字列型プロパティエディタ
StringPropertyEditorの最大文字数に収まりきらない(環境により制限は異なる)テキストを扱う。
StringPropertyEditorの最大文字数に収まりきらない(環境により制限は異なる)テキストを扱う。
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.iplass.mtp.view.generic.editor.StringPropertyEditor
StringPropertyEditor.RichTextLibrary, StringPropertyEditor.StringDisplayType
-
Field Summary
Fields inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
propertyName
-
Constructor Summary
-
Method Summary
Methods inherited from class org.iplass.mtp.view.generic.editor.StringPropertyEditor
addValue, getDefaultValue, getDisplayType, getHtmlValidationMessage, getInputPattern, getInputType, getMaxlength, getRichtextEditorOption, getRichTextLibrary, getValues, isAllowedContent, isAllowRichTextEditorLinkAction, isHide, isHideRichtextEditorToolBar, isInsertWithLabelValue, isIsNullSearchEnabled, isLabel, isSearchExactMatchCondition, isUpdateWithLabelValue, setAllowedContent, setAllowRichTextEditorLinkAction, setDefaultValue, setDisplayType, setHideRichtextEditorToolBar, setHtmlValidationMessage, setInputPattern, setInputType, setInsertWithLabelValue, setIsNullSearchEnabled, setMaxlength, setRichtextEditorOption, setRichTextLibrary, setSearchExactMatchCondition, setUpdateWithLabelValue, setValues
Methods inherited from class org.iplass.mtp.view.generic.editor.PropertyEditor
getCustomStyle, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
Constructor Details
-
LongTextPropertyEditor
public LongTextPropertyEditor()コンストラクタ
-