|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--blackboard.base.BbEnum
|
+--blackboard.data.content.Content.RenderType
Class to encapsulate the hints used by the renderers.
| Field Summary | |
static Content.RenderType |
DEFAULT
|
static Content.RenderType |
FILE
Renders the underlying object as a reference to a single file. |
static Content.RenderType |
LINK
Render the underlying object as a course link |
static Content.RenderType |
REGULAR
Renders the underlying object in the default fashion (a la Course Documents) |
static Content.RenderType |
URL
Render the underlying object as a URL container (a la, ExternalLink) |
| Method Summary | |
static Content.RenderType |
fromExternalString(java.lang.String externalString)
Returns the Content.Rendertype element specified by the externalString. |
static Content.RenderType[] |
getValues()
Returns an array of all of the elements in this enumeration. |
| Methods inherited from class blackboard.base.BbEnum |
compareTo, defineAlias, defineDefault, fromExternalString, fromFieldName, fromFieldName, getDefaultElement, getValues, isDefault, toExternalString, toFieldName, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Content.RenderType REGULAR
public static final Content.RenderType FILE
public static final Content.RenderType LINK
public static final Content.RenderType URL
ExternalLink)
public static final Content.RenderType DEFAULT
| Method Detail |
public static Content.RenderType[] getValues()
public static Content.RenderType fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
externalString.
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements this enumeration class.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||