Package de.xima.fc.form.common.models
Class XButtonActionDescriptor
- java.lang.Object
-
- de.xima.fc.form.common.models.XButtonActionDescriptor
-
- All Implemented Interfaces:
Serializable
public final class XButtonActionDescriptor extends Object implements Serializable
Encapsulates the JSON object of a button action of a button of aXButtonList
and provides access to the action's properties.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XButtonActionDescriptor(com.alibaba.fastjson.JSONObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCheck()
String
getPage()
ESubmitButtonAction
getType()
String
getValue()
String
toString()
-