Winflector JavaScript API

Class WFAPI.Application

Object
   |
   +--WFAPI.Application

class WFAPI.Application

Defined in wflogin.js


Field Summary
 string IconURL
          The URL of the icon image for this application.
 string Name
          Human readable name of the application, as defined on the server.
 number|boolean ParsDisabled
          Whether or not the runtime parameters input should be disabled for this application.
 number|boolean WDirDisabled
          Whether or not the working directory input should be disabled for this application.
<static>  <final> Object RUN_ACTIVEX
          Run this application in a deprecated ActiveX client.
<static>  <final> Object RUN_JAVASCRIPT
          Run this application in a modern web-based client.
<static>  <final> Object RUN_NATIVE
          Run this application in a native client.
<static>  <final> Object RUN_UPDATE_NATIVE
          Don't actually run the application, update the native client instead.
 
Constructor Summary
WFAPI.Application(<Object> pattern, <WFAPI> wfapi)
            Winflector application constructor.
 
Method Summary
 void run(<string> method, <string=> wdir, <string=> pars)
           Run this application.

Field Detail

IconURL

string IconURL

Name

string Name

ParsDisabled

number|boolean ParsDisabled

WDirDisabled

number|boolean WDirDisabled

RUN_ACTIVEX

<static> <final> Object RUN_ACTIVEX

RUN_JAVASCRIPT

<static> <final> Object RUN_JAVASCRIPT

RUN_NATIVE

<static> <final> Object RUN_NATIVE

RUN_UPDATE_NATIVE

<static> <final> Object RUN_UPDATE_NATIVE

Constructor Detail

WFAPI.Application

WFAPI.Application(<Object> pattern, <WFAPI> wfapi)

Method Detail

run

void run(<string> method, <string=> wdir, <string=> pars)

Winflector JavaScript API

Documentation generated by JSDoc on Thu Dec 1 15:54:46 2016