Class DefaultMultiProgressDisplay
- java.lang.Object
-
- org.teamapps.ux.component.AbstractComponent
-
- org.teamapps.ux.component.progress.DefaultMultiProgressDisplay
-
- All Implemented Interfaces:
Component,MultiProgressDisplay
public class DefaultMultiProgressDisplay extends AbstractComponent implements MultiProgressDisplay
-
-
Field Summary
Fields Modifier and Type Field Description Event<java.lang.Void>onClicked-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
onDestroyed, onRendered
-
-
Constructor Summary
Constructors Constructor Description DefaultMultiProgressDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProgress(org.teamapps.icons.api.Icon icon, java.lang.String taskName, ObservableProgress progress)org.teamapps.dto.UiDefaultMultiProgressDisplaycreateUiComponent()intgetListEntryRemainTimeout()intgetNotificationDisplayTimeMillis()voidhandleUiEvent(org.teamapps.dto.UiEvent event)booleanisShowNotificationOnProgressAdded()voidsetListEntryRemainTimeout(int listEntryRemainTimeout)voidsetNotificationDisplayTimeMillis(int notificationDisplayTimeMillis)voidsetShowNotificationOnProgressAdded(boolean showNotificationOnProgressAdded)-
Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, doDestroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toString, unrender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.Component
createUiComponentReference, destroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, onDestroyed, render, setCssStyle, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, unrender
-
-
-
-
Field Detail
-
onClicked
public final Event<java.lang.Void> onClicked
-
-
Method Detail
-
createUiComponent
public org.teamapps.dto.UiDefaultMultiProgressDisplay createUiComponent()
- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event)
- Specified by:
handleUiEventin interfaceComponent
-
addProgress
public void addProgress(org.teamapps.icons.api.Icon icon, java.lang.String taskName, ObservableProgress progress)- Specified by:
addProgressin interfaceMultiProgressDisplay
-
isShowNotificationOnProgressAdded
public boolean isShowNotificationOnProgressAdded()
-
setShowNotificationOnProgressAdded
public void setShowNotificationOnProgressAdded(boolean showNotificationOnProgressAdded)
-
getNotificationDisplayTimeMillis
public int getNotificationDisplayTimeMillis()
-
setNotificationDisplayTimeMillis
public void setNotificationDisplayTimeMillis(int notificationDisplayTimeMillis)
-
getListEntryRemainTimeout
public int getListEntryRemainTimeout()
-
setListEntryRemainTimeout
public void setListEntryRemainTimeout(int listEntryRemainTimeout)
-
-