public class LabelFormElement extends AFormElement
CustomForm.GSON, translator| Constructor and Description |
|---|
LabelFormElement(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(com.google.gson.JsonElement element)
Deserialize the element from a json element.
|
com.google.gson.JsonElement |
serialize()
Serialize the element to a json element.
|
getText, getText, getTranslator, getType, setTranslator@Nullable public com.google.gson.JsonElement serialize()
AFormElementserialize in class AFormElementpublic void deserialize(com.google.gson.JsonElement element)
throws com.google.gson.JsonParseException
AFormElementdeserialize in class AFormElementelement - The serialized elementcom.google.gson.JsonParseException - If the element is not valid