Uses of Class
com.arsdigita.cms.TextAsset

Packages that use TextAsset
com.arsdigita.cms Contains the core classes for the Red Hat Content Management System (CMS), classes that persist the fundamental objects for CMS such as content items, templates, content sections, and content types
com.arsdigita.cms.ui.authoring Provides a set of UI components and tools for the Authoring Kit user interface. 
com.arsdigita.cms.ui.templates   
 

Uses of TextAsset in com.arsdigita.cms
 

Subclasses of TextAsset in com.arsdigita.cms
 class Template
          This class represents a template.
 

Methods in com.arsdigita.cms that return TextAsset
 TextAsset TextPage.getTextAsset()
          Return the text asset for this TextPage.
 

Methods in com.arsdigita.cms with parameters of type TextAsset
 void TextPage.setTextAsset(TextAsset text)
          Pass in a null value to remove the text of this item.
 

Uses of TextAsset in com.arsdigita.cms.ui.authoring
 

Methods in com.arsdigita.cms.ui.authoring that return TextAsset
protected  TextAsset TextPageBody.createTextAsset(com.arsdigita.bebop.PageState s)
          Create a new text asset and associate it with the current item
 TextAsset TextAssetBody.getTextAsset(com.arsdigita.bebop.PageState state)
          Get the current text asset, if any
protected  TextAsset TextAssetBody.createOrGetTextAsset(ItemSelectionModel assetModel, com.arsdigita.bebop.PageState s)
           
protected abstract  TextAsset TextAssetBody.createTextAsset(com.arsdigita.bebop.PageState s)
          Create a brand new TextAsset.
 

Methods in com.arsdigita.cms.ui.authoring with parameters of type TextAsset
protected  void TextPageBody.updateTextAsset(com.arsdigita.bebop.PageState s, TextAsset a)
          Set additional parameters of a brand new text asset, such as the parent ID, after the asset has been successfully uploaded
protected abstract  void TextAssetBody.updateTextAsset(com.arsdigita.bebop.PageState s, TextAsset a)
          Set additional parameters of a brand new text asset, such as the parent ID, after the asset has been successfully uploaded
 

Uses of TextAsset in com.arsdigita.cms.ui.templates
 

Methods in com.arsdigita.cms.ui.templates that return TextAsset
protected  TextAsset TemplateBody.createTextAsset(com.arsdigita.bebop.PageState s)
          Create a new text asset and associate it with the current item
 

Methods in com.arsdigita.cms.ui.templates with parameters of type TextAsset
protected  void TemplateBody.updateTextAsset(com.arsdigita.bebop.PageState s, TextAsset a)
          Set additional parameters of a brand new text asset, such as the parent ID, after the asset has been successfully uploaded
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC