public class UiHandlerActionTrigger
extends java.lang.Object
| Constructor and Description |
|---|
UiHandlerActionTrigger(java.lang.String trigger,
java.lang.String targetField,
java.lang.String targetAction)
Constructs a UiHandlerActionTrigger with the event, field and action.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public UiHandlerActionTrigger(java.lang.String trigger,
java.lang.String targetField,
java.lang.String targetAction)
trigger - String containing the event that will trigger the actiontargetField - String containing the name of field to recieve action requesttargetAction - String containing the action to be applied to targetFieldpublic java.lang.String getTrigger()
public java.lang.String getTargetField()
public java.lang.String getTargetAction()
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 ${TODAY} ${TSTAMP}.