com.tensegrity.wpalo.client
Interface WPaloEvent

All Known Implementing Classes:
AccountController, AdminController, ModellerController, ReportController, ReportStructureController, ViewModeController

public interface WPaloEvent

WPaloEvent

Defines all event types which can occur within WPalo. Interested controllers can register for certain types.

Version:
$Id: WPaloEvent.java,v 1.30 2009/12/17 16:14:20 PhilippBouillon Exp $

Field Summary
static int ADD_ACCOUNT_ITEM
           
static int ADD_CONNECTION_ITEM
           
static int ADD_GROUP_ITEM
           
static int ADD_ROLE_ITEM
           
static int ADD_USER_ITEM
           
static int APP_START
           
static int APP_STOP
           
static int DELETED_ITEM
           
static int DELETED_VIEWBROWSER_VIEW
           
static int EDIT_ACCOUNT_ITEM
           
static int EDIT_CONNECTION_ITEM
           
static int EDIT_DIMENSION_ITEM
           
static int EDIT_GROUP_ITEM
           
static int EDIT_REPORT_STRUCTURE
           
static int EDIT_ROLE_ITEM
           
static int EDIT_SERVER_ITEM
           
static int EDIT_TEMPLATE_ITEM
           
static int EDIT_TEMPLATE_VIEW
           
static int EDIT_USER_ITEM
           
static int EDIT_VIEWBROWSER_VIEW
           
static int EXPANDED_ACCOUNT_SECTION
           
static int EXPANDED_ADMIN_SECTION
           
static int EXPANDED_REPORT_SECTION
           
static int EXPANDED_REPORT_STRUCTURE_SECTION
           
static int EXPANDED_SERVER_SECTION
           
static int EXPANDED_VIEW_REPORT_STRUCTURE_SECTION
           
static int EXPANDED_VIEWBROWSER_SECTION
           
static int INIT
           
static int INIT_VIEW_MODE
           
static int LOGIN
           
static int LOGOUT
           
static int LOGOUT_CLICKED
           
static int OPEN_VIEW_MODE
           
static int RENAMED_VIEWBROWSER_VIEW
           
static int SAVED_ACCOUNT_ITEM
           
static int SAVED_CONNECTION_ITEM
           
static int SAVED_GROUP_ITEM
           
static int SAVED_ROLE_ITEM
           
static int SAVED_USER_ITEM
           
static int SELECTED_ACCOUNTS
           
static int SELECTED_CONNECTIONS
           
static int SELECTED_DIMENSIONS
           
static int SELECTED_GROUPS
           
static int SELECTED_ROLES
           
static int SELECTED_SERVERS
           
static int SELECTED_USERS
           
static int SET_EDITOR_INPUT
           
static int SHOW_TEMPLATE_VIEW
           
static int SHOW_VIEWBROWSER_VIEW
           
static int UPDATE_WORKBOOKS
           
static int VIEW_LOADED
           
static int VIEW_MODE_LOGIN
           
static int VIEW_MODE_LOGOUT
           
static int VIEW_REPORT_EVENT
           
static int WILL_DELETE_VIEWBROWSER_VIEW
           
 

Field Detail

APP_START

static final int APP_START
See Also:
Constant Field Values

APP_STOP

static final int APP_STOP
See Also:
Constant Field Values

INIT

static final int INIT
See Also:
Constant Field Values

LOGIN

static final int LOGIN
See Also:
Constant Field Values

LOGOUT

static final int LOGOUT
See Also:
Constant Field Values

DELETED_ITEM

static final int DELETED_ITEM
See Also:
Constant Field Values

LOGOUT_CLICKED

static final int LOGOUT_CLICKED
See Also:
Constant Field Values

UPDATE_WORKBOOKS

static final int UPDATE_WORKBOOKS
See Also:
Constant Field Values

EXPANDED_ADMIN_SECTION

static final int EXPANDED_ADMIN_SECTION
See Also:
Constant Field Values

SELECTED_USERS

static final int SELECTED_USERS
See Also:
Constant Field Values

EDIT_USER_ITEM

static final int EDIT_USER_ITEM
See Also:
Constant Field Values

SELECTED_GROUPS

static final int SELECTED_GROUPS
See Also:
Constant Field Values

EDIT_GROUP_ITEM

static final int EDIT_GROUP_ITEM
See Also:
Constant Field Values

SELECTED_ROLES

static final int SELECTED_ROLES
See Also:
Constant Field Values

EDIT_ROLE_ITEM

static final int EDIT_ROLE_ITEM
See Also:
Constant Field Values

ADD_USER_ITEM

static final int ADD_USER_ITEM
See Also:
Constant Field Values

ADD_GROUP_ITEM

static final int ADD_GROUP_ITEM
See Also:
Constant Field Values

ADD_ROLE_ITEM

static final int ADD_ROLE_ITEM
See Also:
Constant Field Values

SAVED_USER_ITEM

static final int SAVED_USER_ITEM
See Also:
Constant Field Values

SAVED_GROUP_ITEM

static final int SAVED_GROUP_ITEM
See Also:
Constant Field Values

SAVED_ROLE_ITEM

static final int SAVED_ROLE_ITEM
See Also:
Constant Field Values

EXPANDED_ACCOUNT_SECTION

static final int EXPANDED_ACCOUNT_SECTION
See Also:
Constant Field Values

SELECTED_ACCOUNTS

static final int SELECTED_ACCOUNTS
See Also:
Constant Field Values

EDIT_ACCOUNT_ITEM

static final int EDIT_ACCOUNT_ITEM
See Also:
Constant Field Values

SELECTED_CONNECTIONS

static final int SELECTED_CONNECTIONS
See Also:
Constant Field Values

EDIT_CONNECTION_ITEM

static final int EDIT_CONNECTION_ITEM
See Also:
Constant Field Values

SAVED_ACCOUNT_ITEM

static final int SAVED_ACCOUNT_ITEM
See Also:
Constant Field Values

SAVED_CONNECTION_ITEM

static final int SAVED_CONNECTION_ITEM
See Also:
Constant Field Values

ADD_ACCOUNT_ITEM

static final int ADD_ACCOUNT_ITEM
See Also:
Constant Field Values

ADD_CONNECTION_ITEM

static final int ADD_CONNECTION_ITEM
See Also:
Constant Field Values

EXPANDED_REPORT_SECTION

static final int EXPANDED_REPORT_SECTION
See Also:
Constant Field Values

EDIT_TEMPLATE_ITEM

static final int EDIT_TEMPLATE_ITEM
See Also:
Constant Field Values

EDIT_TEMPLATE_VIEW

static final int EDIT_TEMPLATE_VIEW
See Also:
Constant Field Values

SHOW_TEMPLATE_VIEW

static final int SHOW_TEMPLATE_VIEW
See Also:
Constant Field Values

EXPANDED_REPORT_STRUCTURE_SECTION

static final int EXPANDED_REPORT_STRUCTURE_SECTION
See Also:
Constant Field Values

EDIT_REPORT_STRUCTURE

static final int EDIT_REPORT_STRUCTURE
See Also:
Constant Field Values

SET_EDITOR_INPUT

static final int SET_EDITOR_INPUT
See Also:
Constant Field Values

EXPANDED_SERVER_SECTION

static final int EXPANDED_SERVER_SECTION
See Also:
Constant Field Values

SELECTED_DIMENSIONS

static final int SELECTED_DIMENSIONS
See Also:
Constant Field Values

EDIT_DIMENSION_ITEM

static final int EDIT_DIMENSION_ITEM
See Also:
Constant Field Values

SELECTED_SERVERS

static final int SELECTED_SERVERS
See Also:
Constant Field Values

EDIT_SERVER_ITEM

static final int EDIT_SERVER_ITEM
See Also:
Constant Field Values

OPEN_VIEW_MODE

static final int OPEN_VIEW_MODE
See Also:
Constant Field Values

INIT_VIEW_MODE

static final int INIT_VIEW_MODE
See Also:
Constant Field Values

VIEW_MODE_LOGIN

static final int VIEW_MODE_LOGIN
See Also:
Constant Field Values

VIEW_MODE_LOGOUT

static final int VIEW_MODE_LOGOUT
See Also:
Constant Field Values

EXPANDED_VIEW_REPORT_STRUCTURE_SECTION

static final int EXPANDED_VIEW_REPORT_STRUCTURE_SECTION
See Also:
Constant Field Values

VIEW_REPORT_EVENT

static final int VIEW_REPORT_EVENT
See Also:
Constant Field Values

EXPANDED_VIEWBROWSER_SECTION

static final int EXPANDED_VIEWBROWSER_SECTION
See Also:
Constant Field Values

EDIT_VIEWBROWSER_VIEW

static final int EDIT_VIEWBROWSER_VIEW
See Also:
Constant Field Values

DELETED_VIEWBROWSER_VIEW

static final int DELETED_VIEWBROWSER_VIEW
See Also:
Constant Field Values

SHOW_VIEWBROWSER_VIEW

static final int SHOW_VIEWBROWSER_VIEW
See Also:
Constant Field Values

RENAMED_VIEWBROWSER_VIEW

static final int RENAMED_VIEWBROWSER_VIEW
See Also:
Constant Field Values

WILL_DELETE_VIEWBROWSER_VIEW

static final int WILL_DELETE_VIEWBROWSER_VIEW
See Also:
Constant Field Values

VIEW_LOADED

static final int VIEW_LOADED
See Also:
Constant Field Values