Uses of Class
com.uc4.api.Form
-
Packages that use Form Package Description com.uc4.communication com.uc4.communication.requests -
-
Uses of Form in com.uc4.communication
Methods in com.uc4.communication with parameters of type Form Modifier and Type Method Description void
DefaultNotificationListener. read(Form form)
void
INotificationListener. read(Form form)
This method is called when activating an object which requires user input. -
Uses of Form in com.uc4.communication.requests
Constructors in com.uc4.communication.requests with parameters of type Form Constructor Description CancelForm(Form read)
Creates aCancelForm
Object.SubmitForm(Form form)
Creates aSubmitForm
object.Constructor parameters in com.uc4.communication.requests with type arguments of type Form Constructor Description CancelForm(java.util.List<Form> readForms)
Creates aCancelForm
Object.
-