com.novell.emframe.dev
Class UiHandlerActionTrigger

java.lang.Object
  extended bycom.novell.emframe.dev.UiHandlerActionTrigger

public class UiHandlerActionTrigger
extends java.lang.Object

Class that lists actions that trigger event for a specific field and the action to perform.


Constructor Summary
UiHandlerActionTrigger(java.lang.String trigger, java.lang.String targetField, java.lang.String targetAction)
          Constructs a UiHandlerActionTrigger with the event, field and action.
 
Method Summary
 java.lang.String getTargetAction()
          Returns the action to be applied to targetField.
 java.lang.String getTargetField()
          Returns the name of field to recieve action request.
 java.lang.String getTrigger()
          Returns the event that will trigger the action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiHandlerActionTrigger

public UiHandlerActionTrigger(java.lang.String trigger,
                              java.lang.String targetField,
                              java.lang.String targetAction)
Constructs a UiHandlerActionTrigger with the event, field and action.

Parameters:
trigger - String containing the event that will trigger the action
targetField - String containing the name of field to recieve action request
targetAction - String containing the action to be applied to targetField
Method Detail

getTargetAction

public java.lang.String getTargetAction()
Returns the action to be applied to targetField.

Returns:
String containing the action to be applied to targetField

getTargetField

public java.lang.String getTargetField()
Returns the name of field to recieve action request.

Returns:
String containing the name of field to recieve action request

getTrigger

public java.lang.String getTrigger()
Returns the event that will trigger the action.

Returns:
String containing the event that will trigger the action


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.