public abstract class AbstractLoadMeterABO extends AbstractSingletonABO<ClientContext,ServerContext,AbstractLoadMeterABO>
Constructor and Description |
---|
AbstractLoadMeterABO(ClientContext clientCtx) |
AbstractLoadMeterABO(ServerContext serverCtx) |
AbstractLoadMeterABO(ServerContext serverCtx,
int initialMax) |
AbstractLoadMeterABO(ServerContext serverCtx,
int initialMax,
int initialMin) |
Modifier and Type | Method and Description |
---|---|
void |
clearBounds() |
void |
clearCurrentValue() |
void |
clearLowerBound() |
void |
clearUpperBound() |
void |
fitRangeToBounds() |
int |
getCurrentValue() |
int |
getLowerBound() |
int |
getMaxValue() |
int |
getMinValue() |
int |
getUpperBound() |
protected void |
initForValue(int initialValue) |
protected void |
overtakeABOValues(AbstractLoadMeterABO inst)
Must be implemented by subclasses to copy their instance values
|
void |
resetRangeToInitial() |
protected int |
roundBoundaryValue(java.math.RoundingMode mode,
int value) |
void |
setCurrentValue(int value) |
void |
setMaxValue(int max) |
void |
setMinValue(int min) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
createEditDialog, createPrimaryKey, fetch, getRenderIcon, instantiateOnServer, isCacheResident
addChangeListener, clone, compareTo, copyABOValues, create, createChangeGate, createOnServer, createPermissionDefinition, deepClone, delete, deleteOnServer, drop, dropOnServer, equals, fetch, findCachedABOs, fireABOInitialized, getPermissionDefinition, getPrimaryKey, getRenderColor, getRenderText, getResourceName, getResourceType, getUpdateCount, hashCode, isbeingAccessed, isLockedByMe, isNumb, isOnline, isVisibleInClientMonitor, receivedUpdateEvent, refetch, removeChangeListener, setLocked, setNumb, update, update, updateOnServer
getLastAccessedTs, getLastAccessorId, setLastAccessorId
checkOnClient, checkOnServer, getClientContext, getLogChannel, getServerContext, isLogDebug, isLogVerbose, isOnClient, isOnServer, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setClientContext, setLogChannel, setServerContext
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
isOnClient, isOnServer, setClientContext, setServerContext
getClientContext
getServerContext
toDumpString, toString
getLastAccessedTs, getLastAccessorId, setLastAccessorId
public AbstractLoadMeterABO(ClientContext clientCtx)
public AbstractLoadMeterABO(ServerContext serverCtx)
public AbstractLoadMeterABO(ServerContext serverCtx, int initialMax)
public AbstractLoadMeterABO(ServerContext serverCtx, int initialMax, int initialMin)
protected void initForValue(int initialValue)
public int getMaxValue()
public int getUpperBound()
public int getCurrentValue()
public int getLowerBound()
public int getMinValue()
public void setCurrentValue(int value)
public void setMaxValue(int max)
public void setMinValue(int min)
public void clearCurrentValue()
public void clearBounds()
public void clearUpperBound()
public void clearLowerBound()
public void fitRangeToBounds()
public void resetRangeToInitial()
protected void overtakeABOValues(AbstractLoadMeterABO inst)
AbstractABO
overtakeABOValues
in class AbstractABO<ClientContext,ServerContext,AbstractLoadMeterABO>
protected int roundBoundaryValue(java.math.RoundingMode mode, int value)
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class AbstractABO<ClientContext,ServerContext,AbstractLoadMeterABO>
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class AbstractABO<ClientContext,ServerContext,AbstractLoadMeterABO>
Copyright © 2014 EsprIT-Systems. All Rights Reserved.