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

Class ComponentWithModifiersList

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

Deprecated. As of NetWeaver 7.1

public class ComponentWithModifiersList
extends Object
implements IComponentWithModifiersList


Constructor Summary
ComponentWithModifiersList()
          Deprecated. As of NetWeaver 7.1
ComponentWithModifiersList(ComponentWithModifiersList elementList)
          Deprecated. As of NetWeaver 7.1
ComponentWithModifiersList(IComponentWithModifiers[] elements)
          Deprecated. As of NetWeaver 7.1
 
Method Summary
 boolean add(IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 void add(int index, IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 boolean addAll(IComponentWithModifiersList list)
          Deprecated. As of NetWeaver 7.1
 void addFirst(IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 void addLast(IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 boolean contains(IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiers get(int index)
          Deprecated. As of NetWeaver 7.1
 int indexOf(IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 boolean isEmpty()
          Deprecated. As of NetWeaver 7.1
 int lastIndexOf(IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiersListIterator listIterator()
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiersListIterator listIterator(int index)
          Deprecated. As of NetWeaver 7.1
 boolean remove(IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiers remove(int index)
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiers set(int index, IComponentWithModifiers element)
          Deprecated. As of NetWeaver 7.1
 int size()
          Deprecated. As of NetWeaver 7.1
 void sort(Comparator comparator)
          Deprecated. As of NetWeaver 7.1
 IComponentWithModifiersList subList(int startIndex, int stopIndex)
          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

ComponentWithModifiersList

public ComponentWithModifiersList(ComponentWithModifiersList elementList)
Deprecated. As of NetWeaver 7.1


ComponentWithModifiersList

public ComponentWithModifiersList()
Deprecated. As of NetWeaver 7.1


ComponentWithModifiersList

public ComponentWithModifiersList(IComponentWithModifiers[] elements)
Deprecated. As of NetWeaver 7.1

Method Detail

toString

public String toString()
Deprecated. As of NetWeaver 7.1

Specified by:
toString in interface IComponentWithModifiersList
Overrides:
toString in class Object

isEmpty

public boolean isEmpty()
Deprecated. As of NetWeaver 7.1

Specified by:
isEmpty in interface IComponentWithModifiersList

size

public int size()
Deprecated. As of NetWeaver 7.1

Specified by:
size in interface IComponentWithModifiersList

contains

public boolean contains(IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
contains in interface IComponentWithModifiersList

add

public boolean add(IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
add in interface IComponentWithModifiersList

remove

public boolean remove(IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
remove in interface IComponentWithModifiersList

get

public IComponentWithModifiers get(int index)
Deprecated. As of NetWeaver 7.1

Specified by:
get in interface IComponentWithModifiersList

set

public IComponentWithModifiers set(int index,
                                   IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
set in interface IComponentWithModifiersList

add

public void add(int index,
                IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
add in interface IComponentWithModifiersList

addLast

public void addLast(IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
addLast in interface IComponentWithModifiersList

addFirst

public void addFirst(IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
addFirst in interface IComponentWithModifiersList

addAll

public boolean addAll(IComponentWithModifiersList list)
Deprecated. As of NetWeaver 7.1

Specified by:
addAll in interface IComponentWithModifiersList

remove

public IComponentWithModifiers remove(int index)
Deprecated. As of NetWeaver 7.1

Specified by:
remove in interface IComponentWithModifiersList

indexOf

public int indexOf(IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
indexOf in interface IComponentWithModifiersList

lastIndexOf

public int lastIndexOf(IComponentWithModifiers element)
Deprecated. As of NetWeaver 7.1

Specified by:
lastIndexOf in interface IComponentWithModifiersList

listIterator

public IComponentWithModifiersListIterator listIterator()
Deprecated. As of NetWeaver 7.1

Specified by:
listIterator in interface IComponentWithModifiersList

listIterator

public IComponentWithModifiersListIterator listIterator(int index)
Deprecated. As of NetWeaver 7.1

Specified by:
listIterator in interface IComponentWithModifiersList

subList

public IComponentWithModifiersList subList(int startIndex,
                                           int stopIndex)
Deprecated. As of NetWeaver 7.1

Specified by:
subList in interface IComponentWithModifiersList

sort

public void sort(Comparator comparator)
Deprecated. As of NetWeaver 7.1

Specified by:
sort in interface IComponentWithModifiersList


Copyright 2011 SAP AG Complete Copyright Notice