Package | Description |
---|---|
com.ibm.tivoli.maximo.miniapps.scheduler.tooltips | |
com.ibm.tivoli.maximo.miniapps.scheduler.zoom |
Modifier and Type | Class and Description |
---|---|
class |
DurationFormatFunction |
class |
DurationFunction |
class |
HasFunction
Tests if model value exists...
|
class |
LabelFunction |
class |
LicenseFunction
License check for Tool Tip
|
class |
ModelFunction
Tests if model value exists...
|
class |
TitleFunction |
class |
WeatherFunction
Weather Functions for Tooltips
|
Modifier and Type | Field and Description |
---|---|
static GanttTextResolver.TextFunction |
DurationFormatFunction.INSTANCE |
static GanttTextResolver.TextFunction |
LicenseFunction.INSTANCE |
static GanttTextResolver.TextFunction |
HasFunction.INSTANCE |
static GanttTextResolver.TextFunction |
DurationFunction.INSTANCE |
static GanttTextResolver.TextFunction |
LabelFunction.INSTANCE |
static GanttTextResolver.TextFunction |
TitleFunction.INSTANCE |
Modifier and Type | Method and Description |
---|---|
<F extends GanttTextResolver.TextFunction> |
GanttTextResolver.getFunction(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,GanttTextResolver.TextFunction> |
GanttTextResolver.getFunctions() |
Modifier and Type | Method and Description |
---|---|
void |
GanttTextResolver.addFunction(java.lang.String id,
GanttTextResolver.TextFunction func) |
Modifier and Type | Method and Description |
---|---|
void |
GanttTextResolver.addFunctions(java.util.Map<java.lang.String,GanttTextResolver.TextFunction> funcs) |
Modifier and Type | Class and Description |
---|---|
class |
ZoomWidthFunction |