ariba.ui.widgets
Class Widgets
java.lang.Object
ariba.ui.widgets.Widgets
public final class Widgets
- extends Object
AWSessionManager
public static Object AWSessionManager
AppDebug
public static String AppDebug
DashboardDebug
public static String DashboardDebug
Widgets
public Widgets()
initialize
public static void initialize()
setInitializeWithoutXMLNodeFieldValueClassExtension
public static void setInitializeWithoutXMLNodeFieldValueClassExtension(boolean value)
initializeWithoutXMLNodeFieldValueClassExtension
public static boolean initializeWithoutXMLNodeFieldValueClassExtension()
setAWSessionManagerConfig
public static void setAWSessionManagerConfig(Object manager)
setDelegate
public static void setDelegate(WidgetsDelegate delegate)
getDelegate
public static WidgetsDelegate getDelegate()
registerResourceDirectory
public static void registerResourceDirectory(String resourcePath,
String urlPrefix)
- Adds a resource directory to the search path that the jsptoolkit uses
to resolve resources. ResourcePath would be a directory which has
under it a set of locale subdirectories (e.g. "en_US", "fr_FR").
The urlPrefix is used if a url needs to be emitted into html for that
resource, and would represent the base url corresponding to those
resources in the docroot.
- Parameters:
resourcePath - The base directory of a set of resources.urlPrefix - The base url for those resources (can be null).- See Also:
AWResourceManager.pathForResourceNamed(java.lang.String),
AWResourceManager.urlForResourceNamed(java.lang.String)
registerBrandingResources
public static void registerBrandingResources(String resourceFilePath,
String resourceURL)
getTocBottomComponent
public static String getTocBottomComponent()
setTocBottomComponent
public static void setTocBottomComponent(String tocBottomComponent)
registerStyleSheet
public static void registerStyleSheet(String filename)
registerStyleSheet
public static void registerStyleSheet(String filename,
String media)
styleSheets
public static List<Widgets.StyleSheetInfo> styleSheets()
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.