ariba.ui.widgets
Class ActionHandler
java.lang.Object
ariba.ui.widgets.BaseHandler
ariba.ui.widgets.ActionHandler
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- DisabledActionHandler, HelpActionHandler, MetaNavCommandBar.NavActionHandler, SiteActionHandler, ToggleSidebarActionHandler, WizardExitActionHandler
public class ActionHandler
- extends BaseHandler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionHandler
public ActionHandler()
ActionHandler
public ActionHandler(boolean isEnabled,
boolean isInterrupting,
java.lang.String url)
setDefaultHandler
public static void setDefaultHandler(ActionHandler handler)
setHandler
public static void setHandler(java.lang.String action,
ActionHandler handler)
resolveHandlerInComponent
public static ActionHandler resolveHandlerInComponent(java.lang.String action,
AWComponent component,
ActionHandler defaultHandler)
resolveHandlerInComponent
public static ActionHandler resolveHandlerInComponent(java.lang.String action,
AWComponent component)
resolveHandler
public static ActionHandler resolveHandler(java.lang.String action)
isEnabled
public boolean isEnabled(AWRequestContext requestContext)
isExternal
public boolean isExternal(AWRequestContext requestContext)
isInterrupting
public boolean isInterrupting(AWRequestContext requestContext)
target
public java.lang.String target(AWRequestContext requestContext)
windowAttributes
public java.lang.String windowAttributes(AWRequestContext requestContext)
url
public java.lang.String url(AWRequestContext requestContext)
onClick
public java.lang.String onClick(AWRequestContext requestContext)
submitFormToUrl
public boolean submitFormToUrl()
submitFormToComponentAction
public boolean submitFormToComponentAction()
useComponentAction
public boolean useComponentAction(AWRequestContext requestContext)
actionClicked
public AWResponseGenerating actionClicked(AWRequestContext requestContext)
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.