Uses of Class
com.iizix.gyro.WindowOptions
Packages that use WindowOptions Package Description com.iizix.gyro com.iizix.server.gyro Uses of WindowOptions in com.iizix.gyro
Fields in com.iizix.gyro declared as WindowOptions Modifier and Type Field Description static WindowOptions
WindowOptions. SPAWN_BLANK
Methods in com.iizix.gyro with parameters of type WindowOptions Modifier and Type Method Description boolean
IClientSessionGyro. triggerRemoteOpenWindow(java.lang.String url, java.lang.String target, WindowOptions options, IWindowCloseListener windowListener)
Triggers opening of a browser window on the client.boolean
IRemoteSessionControl. triggerRemoteOpenWindow(java.lang.String url, java.lang.String target, WindowOptions options, IWindowCloseListener windowListener)
Triggers opening of a browser window on the client.Uses of WindowOptions in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type WindowOptions Modifier and Type Method Description boolean
ClientSessionGyro. triggerRemoteOpenWindow(java.lang.String url, java.lang.String target, WindowOptions options, IWindowCloseListener windowListener)
Triggers opening of a browser window on the client.