Uses of Class
lumis.doui.table.TableAddDataProcessActionHandler
-
Packages that use TableAddDataProcessActionHandler Package Description lumis.content.table lumis.doui.control.fileupload lumis.doui.table lumis.service.mediaalbum -
-
Uses of TableAddDataProcessActionHandler in lumis.content.table
Subclasses of TableAddDataProcessActionHandler in lumis.content.table Modifier and Type Class Description class
ContentTableAddDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced byContentTableSourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
ContentTableAddFileMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
. -
Uses of TableAddDataProcessActionHandler in lumis.doui.control.fileupload
Subclasses of TableAddDataProcessActionHandler in lumis.doui.control.fileupload Modifier and Type Class Description class
FileListAddProcessActionHandler
Handles adition of files -
Uses of TableAddDataProcessActionHandler in lumis.doui.table
Subclasses of TableAddDataProcessActionHandler in lumis.doui.table Modifier and Type Class Description class
TableAddFileMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.class
TableAddMultiRowDataProcessActionHandler
Deprecated.Since 10.4.0, this class was replaced bySourceAddMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.Fields in lumis.doui.table declared as TableAddDataProcessActionHandler Modifier and Type Field Description protected TableAddDataProcessActionHandler
TableUpdateMultiRowDataProcessActionHandler. addActionHandler
Deprecated. -
Uses of TableAddDataProcessActionHandler in lumis.service.mediaalbum
Subclasses of TableAddDataProcessActionHandler in lumis.service.mediaalbum Modifier and Type Class Description class
MediaAddProcessActionHandler
Media add process action handler.class
MediaAddPublicProcessActionHandler
Public add media process action handler.
-