com.sapportals.wcm.control.util.componentscollection.cm

Class ComponentCollection

java.lang.Object
  extended by com.sapportals.wcm.control.util.componentscollection.cm.ComponentCollection
All Implemented Interfaces:
IComponentCollection

Deprecated. As of NetWeaver 7.1

public class ComponentCollection
extends Object
implements IComponentCollection

Copyright 2004 SAP AG


Constructor Summary
ComponentCollection(IComponentWithModifiersList componentWithModifierList, String[] separatorList)
          Deprecated. As of NetWeaver 7.1
 
Method Summary
 void addComponentWithModifier(IComponentWithModifiers prop)
          Deprecated. As of NetWeaver 7.1
 void addComponentWithModifier(IComponentWithModifiers prop, String separator)
          Deprecated. As of NetWeaver 7.1
 void addComponentWithModifier(int idx, IComponentWithModifiers prop)
          Deprecated. As of NetWeaver 7.1
 void addComponentWithModifier(int idx, IComponentWithModifiers prop, String separator)
          Deprecated. As of NetWeaver 7.1
 boolean contains(String propertyModifierName)
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiersList getComponentWithModifier()
          Deprecated. As of NetWeaver 7.1
 String[] getSeparatorList()
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiers removeComponentWithModifier(IComponentWithModifiers prop)
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiers removeComponentWithModifier(int idx)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentCollection

public ComponentCollection(IComponentWithModifiersList componentWithModifierList,
                           String[] separatorList)
Deprecated. As of NetWeaver 7.1

Constructor for the PropertyColumn object

Parameters:
propertyWithModifierList - Description of the param
separatorList - Description of the param
Method Detail

getComponentWithModifier

public IComponentWithModifiersList getComponentWithModifier()
Deprecated. As of NetWeaver 7.1

Gets the propertyWithModifier attribute of the PropertyColumn object

Specified by:
getComponentWithModifier in interface IComponentCollection
Returns:
The propertyWithModifier value

getSeparatorList

public String[] getSeparatorList()
Deprecated. As of NetWeaver 7.1

Gets the separatorList attribute of the PropertyColumn object

Specified by:
getSeparatorList in interface IComponentCollection
Returns:
The separatorList value

addComponentWithModifier

public void addComponentWithModifier(IComponentWithModifiers prop)
Deprecated. As of NetWeaver 7.1

Specified by:
addComponentWithModifier in interface IComponentCollection

addComponentWithModifier

public void addComponentWithModifier(int idx,
                                     IComponentWithModifiers prop)
Deprecated. As of NetWeaver 7.1

Specified by:
addComponentWithModifier in interface IComponentCollection

addComponentWithModifier

public void addComponentWithModifier(IComponentWithModifiers prop,
                                     String separator)
Deprecated. As of NetWeaver 7.1

Specified by:
addComponentWithModifier in interface IComponentCollection

addComponentWithModifier

public void addComponentWithModifier(int idx,
                                     IComponentWithModifiers prop,
                                     String separator)
Deprecated. As of NetWeaver 7.1

Specified by:
addComponentWithModifier in interface IComponentCollection

removeComponentWithModifier

public IComponentWithModifiers removeComponentWithModifier(int idx)
Deprecated. As of NetWeaver 7.1

Specified by:
removeComponentWithModifier in interface IComponentCollection

removeComponentWithModifier

public IComponentWithModifiers removeComponentWithModifier(IComponentWithModifiers prop)
Deprecated. As of NetWeaver 7.1

Specified by:
removeComponentWithModifier in interface IComponentCollection

contains

public boolean contains(String propertyModifierName)
Deprecated. As of NetWeaver 7.1

Description copied from interface: IComponentCollection
checks, if the column contains an element with the given id.

Specified by:
contains in interface IComponentCollection
Parameters:
propertyModifierName - Description of the Parameter
Returns:
Description of the Return Value


Copyright 2011 SAP AG Complete Copyright Notice