Package org.teamapps.ux.component.media
Class MediaTrackGraph
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.media.MediaTrackGraph
- All Implemented Interfaces:
ClientObject,Component
public class MediaTrackGraph extends AbstractComponent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMediaTrackGraph.TimeSelection -
Field Summary
Fields Modifier and Type Field Description Event<MediaTrackGraph.TimeSelection>onTimeSelection -
Constructor Summary
Constructors Constructor Description MediaTrackGraph(MediaTrackData data) -
Method Summary
Modifier and Type Method Description org.teamapps.dto.UiComponentcreateUiComponent()voidhandleUiEvent(org.teamapps.dto.UiEvent event)voidsetCursorPosition(long time)Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Field Details
-
Constructor Details
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiComponent createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event) -
setCursorPosition
public void setCursorPosition(long time)
-