Modifier and Type | Method and Description |
---|---|
protected boolean |
ILogGanttModelToTreeGridUIBuilder.isColumnInGrid(IMXGanttPropertyInfo pi)
Override if we need to suppress columns from going into the grid.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DispatchUIModelSerializer.isColumnInGrid(IMXGanttPropertyInfo pi) |
Modifier and Type | Method and Description |
---|---|
IMXGanttPropertyInfo |
ShiftTextResolver.getColumnInfo(java.lang.String in) |
IMXGanttPropertyInfo |
ResourceTextResolver.getColumnInfo(java.lang.String in) |
IMXGanttPropertyInfo |
GenericTextResolver.getColumnInfo(java.lang.String in) |
abstract IMXGanttPropertyInfo |
GanttTextResolver.getColumnInfo(java.lang.String in) |
IMXGanttPropertyInfo |
ConstraintTextResolver.getColumnInfo(java.lang.String in) |
IMXGanttPropertyInfo |
BucketTextResolver.getColumnInfo(java.lang.String in) |
IMXGanttPropertyInfo |
ActivityTextResolver.getColumnInfo(java.lang.String in) |
Modifier and Type | Method and Description |
---|---|
IMXGanttPropertyInfo |
ShiftTextResolver.getColumnInfo(java.lang.String in) |
Modifier and Type | Method and Description |
---|---|
IMXGanttPropertyInfo |
ZoomTextResolver.getColumnInfo(java.lang.String in) |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXActivityPropertyInfo |
interface |
IMXConstraintPropertyInfo |
interface |
IMXReservationPropertyInfo |
interface |
IMXResourcePropertyInfo |
Modifier and Type | Class and Description |
---|---|
class |
MXActivityPropertyInfo |
class |
MXConstraintPropertyInfo |
class |
MXGanttPropertyInfo |
class |
MXReservationPropertyInfo |
class |
MXResourcePropertyInfo |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ColUtils.getTreeGridTypeFromDataType(IMXGanttPropertyInfo pi)
Convert a Maximo Type to the TreeGrid type
|
static boolean |
ColUtils.isHiddenBasedOnOrder(IMXGanttPropertyInfo pi)
Returns TRUE if the property should never be visible based on it have a
negative order
|