userinterface property



Indicates the type of applet user interface being displayed.

Syntax

Set:     Gateway.setuserinterface(type)
Get: type = Gateway.getuserinterface()

Applies to

Gateway class.

Data type

Integer. The type of interface. Valid values are "Full," "Button," and "None."

The Full user interface includes the a text label for the server URL, Submit and Cancel buttons, and a status message area.

The Button user interface contains only the Submit button. With both Full and Button types, data is sent to the server only after the user presses the Submit button.

None indicates the applet should not show a user interface; if this option is chosen, data is sent to the server as soon as it is all collected.

Usage

Not applicable.

Example
userinterface property example

See also
CGI gateway applet
CGI user interface