Package de.xima.fc.gui.model.portal
Class PortalMessageProperty
- java.lang.Object
-
- de.xima.fc.gui.model.portal.PortalProperty
-
- de.xima.fc.gui.model.portal.PortalMessageProperty
-
- All Implemented Interfaces:
Serializable
public final class PortalMessageProperty extends PortalProperty
Metadata for a builtin localizable text property of a portal related entity.- Since:
- 8.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortalMessageProperty(String defaultValue, String label, String detail, String placeholder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultValue()
String
getPlaceholder()
-
Methods inherited from class de.xima.fc.gui.model.portal.PortalProperty
getDetail, getLabel
-
-