goog.ui.media.MediaModel.Category |
scheme
: string
The URI that identifies the categorization scheme.
|
value
: string
The value of the category.
|
opt_label
: string=
The human readable label that can be displayed in
end user applications.
|
Gets the label of the category.
Returns: string
The label of the category.
|
code » | ||
Gets the category scheme.
Returns: string
The category scheme URI.
|
code » | ||
Gets the categor's value.
Returns: string
The category's value.
|
code » | ||
Sets the label of the category.
Arguments:
Returns: !goog.ui.media.MediaModel.Category
The object itself, used for
chaining.
|
code » | ||
Sets the category scheme.
Arguments:
Returns: !goog.ui.media.MediaModel.Category
The object itself, used for
chaining.
|
code » | ||
Sets the category value.
Arguments:
Returns: !goog.ui.media.MediaModel.Category
The object itself, used for
chaining.
|
code » |