ui.media.MediaModel.Category Extends
A taxonomy to be set that gives an indication of the type of media content, and its particular contents.

Inheritance

Constructor

goog.ui.media.MediaModel.Category(schemevalueopt_label)

Parameters

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.

Instance Methods

Public Protected Private
getLabel() string
Gets the label of the category.
Returns: string  The label of the category.
code »
getScheme() string
Gets the category scheme.
Returns: string  The category scheme URI.
code »
getValue() string
Gets the categor's value.
Returns: string  The category's value.
code »
setLabel(label) !goog.ui.media.MediaModel.Category
Sets the label of the category.
Arguments:
label : string
The label of the category.
Returns: !goog.ui.media.MediaModel.Category  The object itself, used for chaining.
code »
setScheme(scheme) !goog.ui.media.MediaModel.Category
Sets the category scheme.
Arguments:
scheme : string
The category's scheme.
Returns: !goog.ui.media.MediaModel.Category  The object itself, used for chaining.
code »
setValue(value) !goog.ui.media.MediaModel.Category
Sets the category value.
Arguments:
value : string
The category value to be set.
Returns: !goog.ui.media.MediaModel.Category  The object itself, used for chaining.
code »

Instance Properties

label_ :
The human readable label that can be displayed in end user applications.
Code »
scheme_ :
The URI that identifies the categorization scheme.
Code »
value_ :
The value of the category.
Code »

Package ui.media.MediaModel

Package Reference