Package de.xima.fc.gui.model.meta
Class MessagePropertyMetadata
- java.lang.Object
-
- de.xima.fc.gui.model.meta.PropertyMetadata
-
- de.xima.fc.gui.model.meta.MessagePropertyMetadata
-
- All Implemented Interfaces:
Serializable
public final class MessagePropertyMetadata extends PropertyMetadata
Metadata for a builtin localizable text property.- Since:
- 8.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessagePropertyMetadata(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.meta.PropertyMetadata
getDetail, getLabel
-
-