Web Dynpro API Documentation

com.sap.tc.webdynpro.repository.api
Interface IWDCustomizingLayer


public interface IWDCustomizingLayer

API of a customizing layer.

Version:
$Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_runtime_repository/java/com/sap/tc/webdynpro/repository/api/IWDCustomizingLayer.java#1 $

Field Summary
static java.lang.String BASE_CUSTOMIZING_LAYER_NAME
          name of the default base customizing layer
 
Method Summary
 void addPredecessor(IWDCustomizingLayer customizingLayer)
          Adds a predecessor to the customizing layer.
 java.lang.String getName()
          Returns the name of the of the customizing layer.
 java.util.Iterator iteratePredecessors()
          Iterator over the predecessors of the customizing layer.
 void removePredecessor(IWDCustomizingLayer customizingLayer)
          Removes a predecessor of the customizing layer.
 

Field Detail

BASE_CUSTOMIZING_LAYER_NAME

public static final java.lang.String BASE_CUSTOMIZING_LAYER_NAME
name of the default base customizing layer
Method Detail

getName

public java.lang.String getName()
Returns the name of the of the customizing layer.
Returns:
the name of the of the customizing layer

addPredecessor

public void addPredecessor(IWDCustomizingLayer customizingLayer)
Adds a predecessor to the customizing layer. Except for the base customizing layer, each customizing layer has exactly one predecessor.
Parameters:
customizingLayer - customizing layer to add as a predecessor

removePredecessor

public void removePredecessor(IWDCustomizingLayer customizingLayer)
Removes a predecessor of the customizing layer. Except for the base customizing layer, each customizing layer has exactly one predecessor.
Parameters:
customizingLayer - customizing layer that should no longer be a predecessor

iteratePredecessors

public java.util.Iterator iteratePredecessors()
Iterator over the predecessors of the customizing layer.
Returns:
the iterator over the predecessors of the customizing layer.

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15