com.sapportals.wcm.control.util.property.cm

Class PropertyColumn

java.lang.Object
  extended by com.sapportals.wcm.control.util.property.cm.PropertyColumn
All Implemented Interfaces:
IPropertyColumn

Deprecated. As of NetWeaver 7.1

public class PropertyColumn
extends Object
implements IPropertyColumn

Copyright 2004 SAP AG


Constructor Summary
PropertyColumn(IPropertyWithModifiersList propertyWithModifierList, String[] separatorList)
          Deprecated. As of NetWeaver 7.1
 
Method Summary
 void addPropertyWithModifier(int idx, IPropertyWithModifiers prop)
          Deprecated. As of NetWeaver 7.1
 void addPropertyWithModifier(int idx, IPropertyWithModifiers prop, String separator)
          Deprecated. As of NetWeaver 7.1
 void addPropertyWithModifier(IPropertyWithModifiers prop)
          Deprecated. As of NetWeaver 7.1
 void addPropertyWithModifier(IPropertyWithModifiers prop, String separator)
          Deprecated. As of NetWeaver 7.1
 boolean contains(String propertyModifierName)
          Deprecated. As of NetWeaver 7.1
 IMetaName getMetaNameForTitle()
          Deprecated. As of NetWeaver 7.1
 IPropertyWithModifiersList getPropertyWithModifier()
          Deprecated. As of NetWeaver 7.1
 String[] getSeparatorList()
          Deprecated. As of NetWeaver 7.1
 IPropertyWithModifiers removePropertyWithModifier(int idx)
          Deprecated. As of NetWeaver 7.1
 IPropertyWithModifiers removePropertyWithModifier(IPropertyWithModifiers prop)
          Deprecated. As of NetWeaver 7.1
 String toString()
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyColumn

public PropertyColumn(IPropertyWithModifiersList propertyWithModifierList,
                      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

getPropertyWithModifier

public IPropertyWithModifiersList getPropertyWithModifier()
Deprecated. As of NetWeaver 7.1

Gets the propertyWithModifier attribute of the PropertyColumn object

Specified by:
getPropertyWithModifier in interface IPropertyColumn
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 IPropertyColumn
Returns:
The separatorList value

addPropertyWithModifier

public void addPropertyWithModifier(IPropertyWithModifiers prop)
Deprecated. As of NetWeaver 7.1

Specified by:
addPropertyWithModifier in interface IPropertyColumn

addPropertyWithModifier

public void addPropertyWithModifier(int idx,
                                    IPropertyWithModifiers prop)
Deprecated. As of NetWeaver 7.1

Specified by:
addPropertyWithModifier in interface IPropertyColumn

addPropertyWithModifier

public void addPropertyWithModifier(IPropertyWithModifiers prop,
                                    String separator)
Deprecated. As of NetWeaver 7.1

Specified by:
addPropertyWithModifier in interface IPropertyColumn

addPropertyWithModifier

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

Specified by:
addPropertyWithModifier in interface IPropertyColumn

removePropertyWithModifier

public IPropertyWithModifiers removePropertyWithModifier(int idx)
Deprecated. As of NetWeaver 7.1

Specified by:
removePropertyWithModifier in interface IPropertyColumn

removePropertyWithModifier

public IPropertyWithModifiers removePropertyWithModifier(IPropertyWithModifiers prop)
Deprecated. As of NetWeaver 7.1

Specified by:
removePropertyWithModifier in interface IPropertyColumn

getMetaNameForTitle

public IMetaName getMetaNameForTitle()
Deprecated. As of NetWeaver 7.1

Specified by:
getMetaNameForTitle in interface IPropertyColumn

contains

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

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

Specified by:
contains in interface IPropertyColumn

toString

public String toString()
Deprecated. As of NetWeaver 7.1

Overrides:
toString in class Object


Copyright 2011 SAP AG Complete Copyright Notice