Uses of Class
eu.webtoolkit.jwt.MediaPlayerButtonId
-
Packages that use MediaPlayerButtonId Package Description eu.webtoolkit.jwt -
-
Uses of MediaPlayerButtonId in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return MediaPlayerButtonId Modifier and Type Method Description static MediaPlayerButtonIdMediaPlayerButtonId. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MediaPlayerButtonId[]MediaPlayerButtonId. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type MediaPlayerButtonId Modifier and Type Method Description WInteractWidgetWMediaPlayer. getButton(MediaPlayerButtonId id)Returns a control button.voidWMediaPlayer. setButton(MediaPlayerButtonId id, WInteractWidget w)Binds a control button.
-