ariba.ui.widgets
Class HelpActionHandler

java.lang.Object
  extended by ariba.ui.widgets.BaseHandler
      extended by ariba.ui.widgets.ActionHandler
          extended by ariba.ui.widgets.HelpActionHandler
All Implemented Interfaces:
Cloneable

public class HelpActionHandler
extends ActionHandler

doc comment goes here


Constructor Summary
HelpActionHandler()
           
 
Method Summary
 String getActionName()
           
static List<String> getAllHelpAreas()
          Returns all the enabled help areas.
 List<String> getHelpAreas(AWRequestContext requestContext)
           
 void init(AWRequestContext requestContext, String helpKey)
           
 boolean isExternal(AWRequestContext requestContext)
           
 String onClick(AWRequestContext requestContext)
           
static void setAllHelpAreas(List<String> allHelpAreas)
           
static boolean showHelpAction(AWRequestContext requestContext)
           
 String target(AWRequestContext requestContext)
           
 String url(AWRequestContext requestContext)
           
 boolean useComponentAction(AWRequestContext requestContext)
           
 
Methods inherited from class ariba.ui.widgets.ActionHandler
actionClicked, isEnabled, isInterrupting, resolveHandler, resolveHandlerInComponent, resolveHandlerInComponent, setDefaultHandler, setHandler, submitFormToComponentAction, submitFormToUrl, windowAttributes
 
Methods inherited from class ariba.ui.widgets.BaseHandler
clone, name, resolveHandler, resolveHandler, setDefaultHandler, setHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpActionHandler

public HelpActionHandler()
Method Detail

getAllHelpAreas

public static List<String> getAllHelpAreas()
Returns all the enabled help areas.


setAllHelpAreas

public static void setAllHelpAreas(List<String> allHelpAreas)

showHelpAction

public static boolean showHelpAction(AWRequestContext requestContext)

init

public void init(AWRequestContext requestContext,
                 String helpKey)

getActionName

public String getActionName()

onClick

public String onClick(AWRequestContext requestContext)
Overrides:
onClick in class ActionHandler

target

public String target(AWRequestContext requestContext)
Overrides:
target in class ActionHandler

url

public String url(AWRequestContext requestContext)
Overrides:
url in class ActionHandler

isExternal

public boolean isExternal(AWRequestContext requestContext)
Overrides:
isExternal in class ActionHandler

useComponentAction

public boolean useComponentAction(AWRequestContext requestContext)
Overrides:
useComponentAction in class ActionHandler

getHelpAreas

public List<String> getHelpAreas(AWRequestContext requestContext)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.