Uses of Interface
ilog.views.util.servlet.event.ActionListener

Packages that use ActionListener
ilog.views.faces.dhtml.event This package contains the events and listeners used in the JViews JavaServer Faces components. 
ilog.views.util.servlet.event This package contains common event and listener classes used in thinclient. 
ilog.views.util.servlet.model This package contains common model classes used in thinclient. 
 

Uses of ActionListener in ilog.views.faces.dhtml.event
 

Classes in ilog.views.faces.dhtml.event that implement ActionListener
 class FacesMenuActionListener
          This listener is the default listener of a IlvFacesMenu.
 class FacesMethodBindingActionListener
          An action listener that wraps a method binding.
 class FacesViewActionListener
          This class defines the base JSF listener for event on view components.
 

Uses of ActionListener in ilog.views.util.servlet.event
 

Classes in ilog.views.util.servlet.event that implement ActionListener
 class JavaScriptActionListener
          The JavaScript action listener is a special listener that will be executed on the client only.
 class ServletActionListener
          This class defines a server side action listener.
 

Uses of ActionListener in ilog.views.util.servlet.model
 

Methods in ilog.views.util.servlet.model that return ActionListener
 ActionListener IlvMenuItem.getActionListener()
          Returns the action listener that will be triggered if this menu item is selected by the user.
 

Methods in ilog.views.util.servlet.model with parameters of type ActionListener
 void IlvMenuItem.setActionListener(ActionListener actionListener)
          Sets the action listener that will be triggered if this menu item is selected by the user.
 

Constructors in ilog.views.util.servlet.model with parameters of type ActionListener
IlvMenuItem(String label, ActionListener actionListener)
          Creates a menu item.
IlvMenuItem(String label, ActionListener actionListener, String image)
          Creates a menu item.
IlvMenuItem(String label, ActionListener actionListener, String image, boolean enabled)
          Creates a menu item.
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.