Class DefaultMultiProgressDisplay
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.progress.DefaultMultiProgressDisplay
- All Implemented Interfaces:
ClientObject,Component,MultiProgressDisplay
-
Field Summary
FieldsFields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProgress(Icon icon, String taskName, ObservableProgress progress) intintvoidhandleUiEvent(UiEvent event) booleanvoidsetListEntryRemainTimeout(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
-
onClicked
-
-
Constructor Details
-
DefaultMultiProgressDisplay
public DefaultMultiProgressDisplay()
-
-
Method Details
-
createUiComponent
- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
- Specified by:
handleUiEventin interfaceClientObject
-
addProgress
- 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)
-