Uses of Class
blackboard.base.FormattedText.Type

Packages that use FormattedText.Type
blackboard.base Provides common classes and utility classes used throughout the platform API. 
 

Uses of FormattedText.Type in blackboard.base
 

Fields in blackboard.base declared as FormattedText.Type
static FormattedText.Type FormattedText.Type.DEFAULT
          Value used when not specifically identified.
static FormattedText.Type FormattedText.Type.HTML
          Treat text as "literal HTML" with no character conversions
static FormattedText.Type FormattedText.Type.PLAIN_TEXT
          Treat text as unformatted; HTML characters will be entity escaped at render time.
static FormattedText.Type FormattedText.Type.SMART_TEXT
          Treat text as "literal HTML", but with additional behaviors; at render-time, single newline characters will be translated to <BR> and double newline characters will be translated to <P>.
 

Methods in blackboard.base that return FormattedText.Type
static FormattedText.Type FormattedText.Type.fromExternalString(java.lang.String externalString)
          Returns the FormattedText.Type element specified by the externalString.
static FormattedText.Type FormattedText.Type.fromFieldName(java.lang.String fieldName)
          Returns the FormattedText.Type element specified by the fieldName.
 FormattedText.Type FormattedText.getType()
          Returns the format type for this FormattedText.
static FormattedText.Type[] FormattedText.Type.getValues()
          Returns an array of all of the elements in this enumeration.
 

Constructors in blackboard.base with parameters of type FormattedText.Type
FormattedText(java.lang.String strText, FormattedText.Type eType)
          Constructor, presets the string value and type.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.