Package org.teamapps.dto
Class UiLiveStreamComponent
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiLiveStreamComponent
- All Implemented Interfaces:
UiObject
public class UiLiveStreamComponent extends UiComponent implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiLiveStreamComponent.DisplayImageOverlayCommandstatic classUiLiveStreamComponent.DisplayInfoTextOverlayCommandstatic classUiLiveStreamComponent.RemoveImageOverlayCommandstatic classUiLiveStreamComponent.RemoveInfoTextOverlayCommandstatic classUiLiveStreamComponent.ResultOfRequestInputDeviceAccessEventstatic classUiLiveStreamComponent.ResultOfRequestInputDeviceInfoEventstatic classUiLiveStreamComponent.SetVolumeCommandstatic classUiLiveStreamComponent.ShowWaitingVideosCommandstatic classUiLiveStreamComponent.StartCustomEmbeddedLiveStreamPlayerCommandstatic classUiLiveStreamComponent.StartHttpLiveStreamCommandstatic classUiLiveStreamComponent.StartLiveStreamComLiveStreamCommandstatic classUiLiveStreamComponent.StartYouTubeLiveStreamCommandstatic classUiLiveStreamComponent.StopLiveStreamCommandstatic classUiLiveStreamComponent.StopWaitingVideosCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbackgroundImageprotected UiPageDisplayModebackgroundImageDisplayModeprotected floatvolumeFields inherited from class org.teamapps.dto.UiComponent
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiLiveStreamComponent() -
Method Summary
Modifier and Type Method Description java.lang.StringgetBackgroundImage()UiPageDisplayModegetBackgroundImageDisplayMode()UiObjectTypegetUiObjectType()floatgetVolume()UiLiveStreamComponentsetBackgroundImage(java.lang.String backgroundImage)UiLiveStreamComponentsetBackgroundImageDisplayMode(UiPageDisplayMode backgroundImageDisplayMode)UiLiveStreamComponentsetDebuggingId(java.lang.String debuggingId)UiLiveStreamComponentsetId(java.lang.String id)UiLiveStreamComponentsetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiLiveStreamComponentsetVisible(boolean visible)UiLiveStreamComponentsetVolume(float volume)java.lang.StringtoString()Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
backgroundImage
protected java.lang.String backgroundImage -
backgroundImageDisplayMode
-
volume
protected float volume
-
-
Constructor Details
-
UiLiveStreamComponent
public UiLiveStreamComponent()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getBackgroundImage
public java.lang.String getBackgroundImage() -
getBackgroundImageDisplayMode
-
getVolume
public float getVolume() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiLiveStreamComponent setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiComponent
-
setBackgroundImage
-
setBackgroundImageDisplayMode
public UiLiveStreamComponent setBackgroundImageDisplayMode(UiPageDisplayMode backgroundImageDisplayMode) -
setVolume
-