Package org.cxbox.core.dto.rowmeta
Class PreAction
- java.lang.Object
-
- org.cxbox.core.dto.rowmeta.PreAction
-
public class PreAction extends Object
-
-
Constructor Summary
Constructors Constructor Description PreAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreActionconfirm()static PreActionconfirm(String message)static PreActioncustom(String message, Map<String,String> customParameters)static PreActionerror()static PreActionerror(String message)Map<String,String>getCustomParameters()StringgetMessage()StringgetMessage(String action)StringgetType()static PreActioninfo()static PreActioninfo(String message)
-