Uses of Class
org.teamapps.ux.component.media.shaka.ControlPanelElementType
-
Packages that use ControlPanelElementType Package Description org.teamapps.ux.component.media.shaka -
-
Uses of ControlPanelElementType in org.teamapps.ux.component.media.shaka
Methods in org.teamapps.ux.component.media.shaka that return ControlPanelElementType Modifier and Type Method Description static ControlPanelElementTypeControlPanelElementType. fromUiControlPanelElementType(org.teamapps.dto.UiShakaPlayerControlPanelElementType type)static ControlPanelElementTypeControlPanelElementType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ControlPanelElementType[]ControlPanelElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.media.shaka that return types with arguments of type ControlPanelElementType Modifier and Type Method Description java.util.List<ControlPanelElementType>ShakaPlayer. getControlPanelElements()Method parameters in org.teamapps.ux.component.media.shaka with type arguments of type ControlPanelElementType Modifier and Type Method Description voidShakaPlayer. setControlPanelElements(java.util.List<ControlPanelElementType> controlPanelElements)
-