@Component
@Scope(value="prototype")
public class EntityGridRefreshThread
extends org.thshsh.StoppableThread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected EntityGrid<?,?> |
entityGrid |
static org.slf4j.Logger |
LOGGER |
protected com.vaadin.flow.component.UI |
ui |
protected Long |
wait |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
EntityGridRefreshThread(EntityGrid<?,?> view,
com.vaadin.flow.component.UI ui,
Long wait) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getWait() |
void |
refreshIn(Long wait) |
void |
run() |
void |
setWait(Long wait) |
isStopped, setStopped, setStopped, sleepSafeactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static final org.slf4j.Logger LOGGER
protected EntityGrid<?,?> entityGrid
protected com.vaadin.flow.component.UI ui
protected Long wait
public EntityGridRefreshThread(EntityGrid<?,?> view, com.vaadin.flow.component.UI ui, Long wait)
Copyright © 2021. All rights reserved.