jet.api
Class DisplayFieldInfo
java.lang.Object
jet.api.DisplayFieldInfo
public class DisplayFieldInfo
- extends java.lang.Object
|
Constructor Summary |
DisplayFieldInfo(java.lang.String blName,
java.lang.String fieldName,
java.lang.String displayName,
java.lang.String titleAttachingPlace)
|
DisplayFieldInfo(java.lang.String blName,
java.lang.String fieldName,
java.lang.String displayName,
java.lang.String titleAttachingPlace,
int width,
int height,
int x,
int y)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBFIELD
public static final int DBFIELD
TEXTFIELD
public static final int TEXTFIELD
SYSTEMFIELD
public static final int SYSTEMFIELD
PARAMETERFIELD
public static final int PARAMETERFIELD
DisplayFieldInfo
public DisplayFieldInfo(java.lang.String blName,
java.lang.String fieldName,
java.lang.String displayName,
java.lang.String titleAttachingPlace)
DisplayFieldInfo
public DisplayFieldInfo(java.lang.String blName,
java.lang.String fieldName,
java.lang.String displayName,
java.lang.String titleAttachingPlace,
int width,
int height,
int x,
int y)
getControlByOtherSet
public java.util.Hashtable getControlByOtherSet()
- Returns:
- the controlByOtherSet
getProperties
public java.util.Hashtable getProperties()
- Returns:
- the properties
getDisplayName
public java.lang.String getDisplayName()
setDisplayName
public void setDisplayName(java.lang.String displayName)
getBLName
public java.lang.String getBLName()
setBLName
public void setBLName(java.lang.String blName)
getFieldName
public java.lang.String getFieldName()
setFieldName
public void setFieldName(java.lang.String fieldName)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getTitleAttachingPlace
public java.lang.String getTitleAttachingPlace()
setTitleAttachingPlace
public void setTitleAttachingPlace(java.lang.String titleAttachingPlace)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getX
public int getX()
setX
public void setX(int x)
getY
public int getY()
setY
public void setY(int y)
setFieldType
public void setFieldType(int fieldType)
getFieldType
public int getFieldType()
setPropertyControlByOther
public void setPropertyControlByOther(java.lang.String propertyName,
boolean isControlByOther)
setPropertyValue
public void setPropertyValue(java.lang.String propertyName,
boolean bPropertyValue)
setPropertyValue
public void setPropertyValue(java.lang.String propertyName,
int iPropertyValue)
setPropertyValue
public void setPropertyValue(java.lang.String propertyName,
float fPropertyValue)
setPropertyValue
public void setPropertyValue(java.lang.String propertyName,
long lPropertyValue)
setPropertyValue
public void setPropertyValue(java.lang.String propertyName,
double dPropertyValue)
setPropertyValue
public void setPropertyValue(java.lang.String propertyName,
java.awt.Color cPropertyValue)
setPropertyValue
public void setPropertyValue(java.lang.String propertyName,
java.lang.String sPropertyValue)