Index

A F G I O P R S T U V Y 
All Classes and Interfaces|All Packages

A

addClassName(String...) - Method in class org.dwcj.addons.youtube.Youtube

F

fromValue(String) - Static method in enum class org.dwcj.addons.youtube.Youtube.ListType
Get the enum from the value.

G

getAttribute(String) - Method in class org.dwcj.addons.youtube.Youtube
getCaptionLanguage() - Method in class org.dwcj.addons.youtube.Youtube
Get the default language.
getComputedStyle(String) - Method in class org.dwcj.addons.youtube.Youtube
getEnd() - Method in class org.dwcj.addons.youtube.Youtube
Get the end time.
getLanguage() - Method in class org.dwcj.addons.youtube.Youtube
Get the language.
getList() - Method in class org.dwcj.addons.youtube.Youtube
Get the list.
getListType() - Method in class org.dwcj.addons.youtube.Youtube
Get the list type.
getMute() - Method in class org.dwcj.addons.youtube.Youtube
Get the mute property.
getPlaylist() - Method in class org.dwcj.addons.youtube.Youtube
Get the list of videos to play.
getStart() - Method in class org.dwcj.addons.youtube.Youtube
Get the start time.
getStyle(String) - Method in class org.dwcj.addons.youtube.Youtube
getUrl() - Method in class org.dwcj.addons.youtube.Youtube
Get the URL of the video.
getValue() - Method in enum class org.dwcj.addons.youtube.Youtube.ListType
Get the value of the enum.
getVideoId() - Method in class org.dwcj.addons.youtube.Youtube
Get the id of the youtube video.

I

isAutoPlay() - Method in class org.dwcj.addons.youtube.Youtube
Check if the autoplay is enabled.
isCaption() - Method in class org.dwcj.addons.youtube.Youtube
Check if the load caption is enabled.
isControls() - Method in class org.dwcj.addons.youtube.Youtube
Check if the controls are shown.
isDisableKeyboard() - Method in class org.dwcj.addons.youtube.Youtube
Check if keyboard interactions are disabled.
isFullScreenButton() - Method in class org.dwcj.addons.youtube.Youtube
Check if the fullscreen button is enabled.
isLoop() - Method in class org.dwcj.addons.youtube.Youtube
Check if the loop is enabled.
isModestBranding() - Method in class org.dwcj.addons.youtube.Youtube
Get the modestBranding property.
isPlaysInline() - Method in class org.dwcj.addons.youtube.Youtube
Get the playsinline property.
isShowAnnotations() - Method in class org.dwcj.addons.youtube.Youtube
Check if the annotations are enabled.

O

org.dwcj.addons.youtube - package org.dwcj.addons.youtube
 

P

PLAYLIST - Enum constant in enum class org.dwcj.addons.youtube.Youtube.ListType
Specifies a YouTube playlist ID.

R

removeAttribute(String) - Method in class org.dwcj.addons.youtube.Youtube
removeClassName(String...) - Method in class org.dwcj.addons.youtube.Youtube
removeStyle(String) - Method in class org.dwcj.addons.youtube.Youtube

S

setAttribute(String, String) - Method in class org.dwcj.addons.youtube.Youtube
setAutoPlay(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
Enable or disable the autoplay.
setCaption(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
When enabled causes closed captions to be shown by default, even if the user has turned captions off.
setCaptionLanguage(String) - Method in class org.dwcj.addons.youtube.Youtube
Specifies the default language that the player will use to display captions.
setControls(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
Show or hide the player controls.
setDisableKeyboard(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
Enable or disable the keyboard controls.
setEnd(int) - Method in class org.dwcj.addons.youtube.Youtube
Specifies the time, measured in seconds from the start of the video, when the player should stop playing the video.
setFullScreenButton(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
Enable or disable the fullscreen button.
setLanguage(String) - Method in class org.dwcj.addons.youtube.Youtube
Sets the player's interface language.
setList(String) - Method in class org.dwcj.addons.youtube.Youtube
The list option, in conjunction with the Youtube.setListType(ListType) option, identifies the content that will load in the player.
setListType(Youtube.ListType) - Method in class org.dwcj.addons.youtube.Youtube
The listType option, in conjunction with the list option, identifies the content that will load in the player.
setLoop(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
Automatically play the video again and again.
setModestBranding(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
A Boolean value that indicates whether the YouTube player does not show a YouTube logo.
setMute(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
Set the mute property.
setPlaylist(String) - Method in class org.dwcj.addons.youtube.Youtube
Specifies a comma-separated list of video IDs to play.
setPlaysInline(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
Controls whether videos play inline or fullscreen on iOS.
setShowAnnotations(Boolean) - Method in class org.dwcj.addons.youtube.Youtube
Enable or disable the video annotations.
setStart(int) - Method in class org.dwcj.addons.youtube.Youtube
Set the start time.
setStyle(String, String) - Method in class org.dwcj.addons.youtube.Youtube
setVideoId(String) - Method in class org.dwcj.addons.youtube.Youtube
Specifies the ID of the YouTube video to be played.

T

toString() - Method in enum class org.dwcj.addons.youtube.Youtube.ListType

U

USER_UPLOADS - Enum constant in enum class org.dwcj.addons.youtube.Youtube.ListType
The list parameter value identifies the YouTube channel whose uploaded videos will be loaded.

V

valueOf(String) - Static method in enum class org.dwcj.addons.youtube.Youtube.ListType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.dwcj.addons.youtube.Youtube.ListType
Returns an array containing the constants of this enum class, in the order they are declared.

Y

Youtube - Class in org.dwcj.addons.youtube
The Youtube component is a component that allows you to embed a youtube video in your application.
Youtube() - Constructor for class org.dwcj.addons.youtube.Youtube
Create a new youtube component.
Youtube(String) - Constructor for class org.dwcj.addons.youtube.Youtube
Create a new youtube component with the given id.
Youtube.ListType - Enum Class in org.dwcj.addons.youtube
The type of the content that will load in the player.
A F G I O P R S T U V Y 
All Classes and Interfaces|All Packages