ariba.ui.widgets
Class SiteActionHandler

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

public class SiteActionHandler
extends ActionHandler


Constructor Summary
SiteActionHandler()
           
 
Method Summary
 List<String> getSites(AWRequestContext requestContext)
           
 boolean isEnabled(AWRequestContext requestContext)
           
 String onClick(AWRequestContext requestContext)
           
 String selectedSite()
           
 void setSelectedSite(String site)
           
 String siteLabel(String site)
           
 
Methods inherited from class ariba.ui.widgets.ActionHandler
actionClicked, isExternal, isInterrupting, resolveHandler, resolveHandlerInComponent, resolveHandlerInComponent, setDefaultHandler, setHandler, submitFormToComponentAction, submitFormToUrl, target, url, useComponentAction, 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

SiteActionHandler

public SiteActionHandler()
Method Detail

getSites

public List<String> getSites(AWRequestContext requestContext)

onClick

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

isEnabled

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

siteLabel

public String siteLabel(String site)

selectedSite

public String selectedSite()

setSelectedSite

public void setSelectedSite(String site)


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