Class CustomPropertyEditor
java.lang.Object
org.iplass.mtp.view.generic.editor.PropertyEditor
org.iplass.mtp.view.generic.editor.CustomPropertyEditor
- All Implemented Interfaces:
Serializable
,org.iplass.adminconsole.view.annotation.Refrectable
- Direct Known Subclasses:
DateRangePropertyEditor
,JoinPropertyEditor
,NumericRangePropertyEditor
,TemplatePropertyEditor
,UserPropertyEditor
- See Also:
-
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.PropertyEditor
getCustomStyle, getDisplayType, getInputCustomStyle, getInputCustomStyleScriptKey, getOutputCustomStyleScriptKey, getPropertyName, setCustomStyle, setInputCustomStyle, setInputCustomStyleScriptKey, setOutputCustomStyleScriptKey, setPropertyName
-
Constructor Details
-
CustomPropertyEditor
public CustomPropertyEditor()
-
-
Method Details
-
isHide
public boolean isHide()Description copied from class:PropertyEditor
非表示かを取得します。- Specified by:
isHide
in classPropertyEditor
- Returns:
- true:非表示
-