|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.base.BbEnum
blackboard.data.course.Course.NavStyle
public static final class Course.NavStyle
Defines the navigation style for this course. In Release 6, the traditional buttons may be replaced with user-edited text labels.
| Field Summary | |
|---|---|
static Course.NavStyle |
BUTTON
Blackboard 5.x style course buttons are used for the navigation menu. |
static Course.NavStyle |
DEFAULT
Default is TEXT |
static Course.NavStyle |
TEXT
User-edited text labels are used for course menu navigation. |
| Method Summary | |
|---|---|
static Course.NavStyle |
fromExternalString(java.lang.String externalString)
Returns the Course.NavStyle element specified by the externalString
. |
static Course.NavStyle[] |
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, getFieldName, getValues, isDefault, readResolve, 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 Course.NavStyle BUTTON
public static final Course.NavStyle TEXT
public static final Course.NavStyle DEFAULT
TEXT
| Method Detail |
|---|
public static Course.NavStyle[] getValues()
public static Course.NavStyle 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 | |||||||||