Class DefaultMultiProgressDisplay
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.progress.DefaultMultiProgressDisplay
- All Implemented Interfaces:
ClientObject,Component,MultiProgressDisplay
public class DefaultMultiProgressDisplay extends AbstractComponent implements MultiProgressDisplay
-
Field Summary
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
Constructors Constructor Description DefaultMultiProgressDisplay() -
Method Summary
Modifier and Type Method Description voidaddProgress(org.teamapps.icons.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
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
createUiReference, getId, handleUiQuery, isRendered, render, unrenderMethods inherited from interface org.teamapps.ux.component.Component
getParent, isVisible, setAriaLabel, setAttribute, setAttribute, setCssStyle, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, setVisible, toggleCssClass, toggleCssClass
-
Field Details
-
Constructor Details
-
DefaultMultiProgressDisplay
public DefaultMultiProgressDisplay()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiDefaultMultiProgressDisplay createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event)- Specified by:
handleUiEventin interfaceClientObject
-
addProgress
public void addProgress(org.teamapps.icons.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)
-