Decision Center API

ilog.webui.dhtml.components
Interface IlxWAction

All Superinterfaces:
ilog.webui.dhtml.IlxWDependencyProvider, ilog.webui.dhtml.IlxWJSObject, Serializable
All Known Implementing Classes:
IlxWJavaAction, IlxWJSAction, IlxWRequestAction

public interface IlxWAction
extends ilog.webui.dhtml.IlxWJSObject, Serializable

Interface for actions.
The "action" mechanism provided by this package allows you to implement user-defined actions for some of the web components of this package.

An action is always triggered by the web browser on the client-side. Actions may be executed on the server or on the client, depending on the type of the action. There are currently three types of actions:


Method Summary
 String getJSRef(IlxWPort port)
          Get a JavaScript reference on the action.
 int getType()
          Gets the type of this action.
 boolean isJavaAction()
          Tells whether this action is a Java action or not.
 

Method Detail

getType

int getType()
Gets the type of this action.

Returns:
The type of this action.

isJavaAction

boolean isJavaAction()
Tells whether this action is a Java action or not.

Returns:
true if this action is a Java action.

getJSRef

String getJSRef(IlxWPort port)
Get a JavaScript reference on the action. This method is internally used by the web components framework.

Specified by:
getJSRef in interface ilog.webui.dhtml.IlxWJSObject

Decision Center API

© Copyright IBM Corp. 1987, 2013