Uses of Class
com.sap.netweaver.bc.uwl.config.Descriptions

Packages that use Descriptions
com.sap.netweaver.bc.uwl.admin Provides API for administering the UWL. 
com.sap.netweaver.bc.uwl.config Contains UWL Configuration related classes. 
 

Uses of Descriptions in com.sap.netweaver.bc.uwl.admin
 

Methods in com.sap.netweaver.bc.uwl.admin that return Descriptions
 Descriptions IUWLConfigurationManager.getDescriptions(String key)
          Searches for the Descriptions object whose key is passed here and returns the Descriptions Object.
 

Uses of Descriptions in com.sap.netweaver.bc.uwl.config
 

Fields in com.sap.netweaver.bc.uwl.config declared as Descriptions
protected  Descriptions Attribute.descriptions
           
 

Methods in com.sap.netweaver.bc.uwl.config that return Descriptions
 Descriptions Action.getConfirmActionDescriptions()
          If there is a confirmation text, which should be displayed before this action is ran, then this call will return the Descriptions.
 Descriptions UWLSortGroup.getDescriptions()
           
 Descriptions MenuItem.getDescriptions()
          Get display text for this menu item This could be null, in which case text from the Action attached has to be taken
 Descriptions ImageMapping.ImageMap.getDescriptions()
          This is used to get the Description for the ImageMap.
 Descriptions Attribute.getDescriptions()
           
 Descriptions UWLView.getDisplayName()
          Returns the displayName.
 Descriptions NavigationNode.getDisplayName()
          Returns the displayName.
 Descriptions Attribute.getDisplayName()
           
 Descriptions CompoundExpression.getDisplayNames()
          Returns the descriptions.
 Descriptions Action.getDisplayNames()
          Returns the ds.
 Descriptions ConfigurationRoot.getGlobalDescription(String bundleName)
           
 

Methods in com.sap.netweaver.bc.uwl.config with parameters of type Descriptions
 void Action.setConfirmActionDescriptions(Descriptions descriptions)
          Set the Descriptions for the confirmation text.
 void UWLSortGroup.setDescriptions(Descriptions descriptions)
           
 void MenuItem.setDescriptions(Descriptions descriptions)
          Set the Description for the display text.
 void ImageMapping.ImageMap.setDescriptions(Descriptions descriptions)
           
 void Attribute.setDescriptions(Descriptions descriptions)
           
 void UWLView.setDisplayName(Descriptions descriptions)
          Sets the displayName.
 void NavigationNode.setDisplayName(Descriptions descriptions)
          Sets the displayName.
 void CompoundExpression.setDisplayNames(Descriptions descriptions)
          For internal use only.
 

Constructors in com.sap.netweaver.bc.uwl.config with parameters of type Descriptions
Action(String name, String hand, Map props, Descriptions d, boolean uDecision)
           
Action(String name, String hand, Map props, Descriptions d, String bundle, boolean uDecision)
           
Action(String name, String hand, Map props, Descriptions d, String bundle, boolean uDecision, boolean openInNewWindow, String launchWindowName, String launchWindowFeatures)
           
CompoundExpression(ArrayList conds, ArrayList compoundExprs, Descriptions displNames, boolean or)
           
CompoundExpression(String name, ArrayList conds, ArrayList compoundExprs, Descriptions displNames, boolean or)
           
CompoundExpression(String name, ArrayList conds, ArrayList compoundExprs, Descriptions displNames, String bundle, boolean or)
           
ImageMapping.ImageMap(String name, String imageName, Descriptions desc)
          Constructor to create a ImageMap.
UWLSortGroup(String id, String sortAttributeName, String sortDirection, String refBundle, Descriptions descriptions)
           
 



Copyright 2011 SAP AG Complete Copyright Notice