public interface IMXGanttPropertyInfo
Modifier and Type | Method and Description |
---|---|
boolean |
canBeGrouped()
Flag to indicate if the property can be grouped.
|
boolean |
canBeSorted()
Flag to indicate if property can be sorted or not
|
java.util.HashMap<java.lang.String,java.lang.String> |
getApplinkAppList(java.lang.String objectName)
Get app link map for a property
|
java.lang.String |
getApplinkObject(java.lang.String objectName)
Get applink object for a property
|
java.lang.String |
getAttrName(java.lang.String objectName)
Get attribute name for an object name
|
int |
getDataType()
Get data type of the property
|
int |
getLength()
Get length of the property
|
java.lang.String |
getPropertyName()
Get property name
|
int |
getScale()
Get scale of the property
|
java.lang.String |
getTextDirection()
Get text direction for a property
|
java.lang.String |
getTitle()
Get property title
|
int |
getWidth()
gets the column width
|
boolean |
hasApplink()
Flag to indicate if property has applink or not
|
boolean |
isAlwaysVisible()
Flag to indicate if property is always visible or not
|
boolean |
isFilterable()
Flag to indicate if property is filterable or not
|
boolean |
isInternal()
Flag to indicate if property is internal or not
|
boolean |
isNumeric()
Flag to indicate if property is numeric or not
|
void |
setTitle(java.lang.String title)
set property title
|
void |
setWidth(int w)
sets the column width
|
boolean |
showTable()
Flag to indicate if property to be shown in gantt or not
|
java.lang.String getPropertyName()
java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- java.lang.String getAttrName(java.lang.String objectName)
objectName
- int getLength()
int getScale()
int getDataType()
boolean isInternal()
boolean isNumeric()
boolean isFilterable()
boolean showTable()
boolean hasApplink()
java.util.HashMap<java.lang.String,java.lang.String> getApplinkAppList(java.lang.String objectName)
objectName
- java.lang.String getApplinkObject(java.lang.String objectName)
objectName
- boolean isAlwaysVisible()
java.lang.String getTextDirection()
boolean canBeSorted()
boolean canBeGrouped()
int getWidth()
void setWidth(int w)
w
-