Uses of Class
blackboard.data.content.Content.RenderType

Packages that use Content.RenderType
blackboard.data.content Provides the classes used to store course content in Blackboard. 
 

Uses of Content.RenderType in blackboard.data.content
 

Fields in blackboard.data.content declared as Content.RenderType
static Content.RenderType Content.RenderType.DEFAULT
           
static Content.RenderType Content.RenderType.FILE
          Renders the underlying object as a reference to a single file.
static Content.RenderType Content.RenderType.LINK
          Render the underlying object as a course link
static Content.RenderType Content.RenderType.REGULAR
          Renders the underlying object in the default fashion (a la Course Documents)
static Content.RenderType Content.RenderType.URL
          Render the underlying object as a URL container (a la, ExternalLink)
 

Methods in blackboard.data.content that return Content.RenderType
static Content.RenderType Content.RenderType.fromExternalString(java.lang.String externalString)
          Returns the Content.Rendertype element specified by the externalString.
 Content.RenderType Content.getRenderType()
          Returns the RenderType for this piece of content.
static Content.RenderType[] Content.RenderType.getValues()
          Returns an array of all of the elements in this enumeration.
 

Methods in blackboard.data.content with parameters of type Content.RenderType
 void Content.setRenderType(Content.RenderType eRenderType)
          Sets the RenderType for this piece of content.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.