public class ButtonInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ButtonInfo.EventType
Types of events triggered by buttons contained in a form.
|
| Modifier and Type | Field and Description |
|---|---|
static List<ButtonInfo.EventType> |
EVENTS
Events.
|
static List<ButtonInfo.EventType> |
WF_EVENTS
Workflow events.
|
| Constructor and Description |
|---|
ButtonInfo(ButtonInfo.EventType event,
com.saperion.ngc.iform.xml.SaveActionType action) |
| Modifier and Type | Method and Description |
|---|---|
static ButtonInfo |
fromButtonType(com.saperion.ngc.iform.xml.ButtonType buttonType)
Create a ButtonInfo from a ButtonType .
|
com.saperion.ngc.iform.xml.SaveActionType |
getActionType() |
ButtonInfo.EventType |
getEventType() |
public static final List<ButtonInfo.EventType> EVENTS
public static final List<ButtonInfo.EventType> WF_EVENTS
public ButtonInfo(ButtonInfo.EventType event, com.saperion.ngc.iform.xml.SaveActionType action)
event - Event typeaction - Action typepublic ButtonInfo.EventType getEventType()
public com.saperion.ngc.iform.xml.SaveActionType getActionType()
public static ButtonInfo fromButtonType(com.saperion.ngc.iform.xml.ButtonType buttonType)
buttonType - a description of the form buttonCopyright © 2016 SAPERION AG. All rights reserved.