|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentGroup | |
com.arsdigita.cms.contenttypes |
Uses of ContentGroup in com.arsdigita.cms.contenttypes |
Methods in com.arsdigita.cms.contenttypes that return ContentGroup | |
ContentGroup |
ContentGroupContainer.getContentGroup(String attrName)
Retrieve a ContentGroup. |
protected ContentGroup |
ContentGroupAssociation.getContentGroup()
This returns the content group for this association |
Methods in com.arsdigita.cms.contenttypes with parameters of type ContentGroup | |
void |
ContentGroupContainer.setContentGroup(String attrName,
ContentGroup group)
Set a ContentGroup attribute. |
protected void |
ContentGroupAssociation.setContentGroup(ContentGroup group)
This Sets the ContentGroup for this association. |
Constructors in com.arsdigita.cms.contenttypes with parameters of type ContentGroup | |
ContentGroupAssociation(ContentItem item,
ContentGroup group)
This creates a new association and sets the item and group to the passed in values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |