Package com.saperion.ngc.events.iform
Class FormButtonEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.iform.FormButtonEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class FormButtonEvent extends org.zkoss.zk.ui.event.Event
- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormButtonEvent(org.zkoss.zk.ui.Component target, java.lang.Object data)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.saperion.ngc.iform.xml.SaveActionType
getActionType()
ButtonInfo
getButtonInfo()
ButtonInfo.EventType
getType()
-
-
-
Method Detail
-
getType
public ButtonInfo.EventType getType()
- Returns:
- Event type
-
getActionType
public com.saperion.ngc.iform.xml.SaveActionType getActionType()
- Returns:
- Action type
-
getButtonInfo
public ButtonInfo getButtonInfo()
- Returns:
- button info
-
-