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 Modifier and Type Field Description Event<java.lang.Void>onClicked-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered
-
-
Constructor Summary
Constructors Constructor Description DefaultMultiProgressDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods 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, 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.ClientObject
createUiReference, getId, handleUiQuery, isRendered, render, unrender
-
Methods 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 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 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)
-
-