class: ContentAbstractCollection

public class: ContentAbstractCollection
Author: Mario Wagner
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:32:17; Modified: 16.07.2009 15:32:17;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {92A41863-CF35-40cd-9101-3ABAA862610B}
Bean to handle the ContentAbstractCollection on a single jsp. A ContentAbstractCollection is represented by a List<TextVO>.
 

Goto: Custom Properties, Fields, Methods

See also: ContentAbstractManager, EditItem

Appears in: bean

Connections
 
Custom Properties
 
ContentAbstractCollection Attributes
Attribute Details
private ContentAbstractManager
  contentAbstractManager
private List
  parentVO
 
ContentAbstractCollection Methods
Operation Details
public
ContentAbstractCollection():
Sequential
Notes: Default constructor.
public
ContentAbstractCollection(
   List parentVO):
Sequential
Notes: Constructor using initial list.
public
getContentAbstractManager():ContentAbstractManager
Sequential
public
getLanguageOptions():SelectItem
Sequential
public
getParentVO():List
Sequential
public
setContentAbstractManager(
   ContentAbstractManager contentAbstractManager):void
Sequential
public
setParentVO(
   List parentVO):void
Sequential
Notes: Sets the list of {@link TextVO}s and initializes the {@link ContentAbstractManager}.