public abstract class JetProperty extends Object implements jet.util.Propertiable, jet.convert.PropInfo
Propertiable.IGNORED,Propertiable.BOOLEAN....(detail please refer to Propertiable)| Modifier and Type | Field and Description |
|---|---|
static int |
CHART_BACKGROUND_EDITOR
Editor: CHART_BACKGROUND_EDITOR;ONLY For Designer UI
|
static int |
CHART_FILLPATTERN_EDITOR
Editor: CHART_FILLPATTERN_EDITOR;ONLY For Designer UI
|
static int |
CHART_FILTER_EDITOR
Editor: CHART_FILTER_EDITOR; ONLY For Designer UI
|
static int |
CHART_FILTER_EDITOR_NO_DATE
Editor: CHART_FILTER_EDITOR_NO_DATE; ONLY For Designer UI
|
static int |
CHART_ICON_STYLE
Editor: CHART_ICON_STYLE;ONLY For Designer UI
|
static int |
CHART_PATTERN_LIST_EDITOR
Editor: CHART_PATTERN_LIST_EDITOR;ONLY For Designer UI
|
static int |
CHART_PENSTYLE_EDITOR
Editor: CHART_PENSTYLE_EDITOR;ONLY For Designer UI
|
static int |
CHART_TEXTSTYLE_EDITOR
Editor: CHART_TEXTSTYLE_EDITOR;ONLY For Designer UI
|
static int |
CHOICE_EDITOR
Editor: CHOICE_EDITOR;ONLY For Designer UI
|
static int |
COLOR_EDITOR
Editor: COLOR_EDITOR;ONLY For Designer UI
|
static int |
COMBO_EDITOR
Editor: COMBO_EDITOR;ONLY For Designer UI
|
static int |
COMMAND_EDITOR
Editor: COMMAND_EDITOR;ONLY For Designer UI
|
static int |
CONTROL_SELECT_ITEMS
Editor: CONTROL_SELECT_ITEMS; ONLY For Designer UI
|
static int |
DATASOURCE_EDITOR
Editor: DATASOURCE_EDITOR; ONLY For Designer UI
|
static int |
DBCOL_EDITOR
Editor: DBCOL_EDITOR;ONLY For Designer UI
|
static int |
DETAIL_REPORT_EDITOR
Editor: DETAIL_REPORT_EDITOR;ONLY For Designer UI
|
static int |
EDIT_FORBIDDEN
editor status: EDIT_FORBIDDEN;, ONLY For Designer UI
|
static int |
EDIT_FORBIDDEN_INIT
editor status: EDIT_FORBIDDEN_INIT; ONLY For Designer UI
|
static int |
EDITABLE_ALLTIME
editor status: EDITABLE_ALLTIME; ONLY For Designer UI
|
static int |
INTERNAL
editor status: INTERNAL; ONLY For Designer UI
|
static int |
LINK_EDITOR
Editor: LINK_EDITOR;ONLY For Designer UI
|
static int |
MULSEL_EDITOR
Editor: MULSEL_EDITOR;ONLY For Designer UI
|
static int |
PARAMCOL_EDITOR
Editor: PARAMCOL_EDITOR;ONLY For Designer UI
|
static int |
QUERY_EDITOR
Editor: QUERY_EDITOR;ONLY For Designer UI
|
static int |
RECORDDB_EDITOR
Editor: RECORDDB_EDITOR;ONLY For Designer UI
|
static int |
SECURITY_EDITOR
Editor: SECURITY_EDITOR;ONLY For Designer UI
|
static int |
TEXT_EDITOR
Editor: TEXT_EDITOR;ONLY For Designer UI
|
BIGSTRING, BOOLEAN, CHG_FMTTINGBLNAME, CHG_FMTTINGFORMULA, CHG_OTHER, COLOR, COMPFML_RESOURCE, CUSTOMER, CUSTOMERLINK, DELIM, DELIMCHAR, DOUBLE, ENUMERATION, IGNORED, IMAGE, IMGVECTOR, MAPPINGTBL, MODE_PAGE, MODE_UNKNOWN, MODE_WEB, NORMAL_RESOURCE, NUMBER, POINT, REFERENCE, STRING, SUB1_DELIM, UNIT, VAL_NORMALLENGTH, VAL_NORMALSTART, VECTOR| Constructor and Description |
|---|
JetProperty() |
JetProperty(jet.controls.JetObject parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
In non-EXTERNAL(!EXTERNAL) macro.
Adds a listener to the list that's notified each time a change to the value status occurs. |
boolean |
addToAtomicAction(String newValue)
In non-EXTERNAL(!EXTERNAL) macro.
Note to developer: No 'call hierarchy' found, but maybe can be found in other products |
boolean |
canChangeByBL()
Can the property be changed by 'on the fly formula'
|
boolean |
canChangeByFmtt()
Can the property be changed by 'conditional formatting'
|
boolean |
canChangeByOthers()
Can the property be changed by 'another object'
|
boolean |
checkValue(String value,
Component comp)
In non-EXTERNAL(!EXTERNAL) macro.
Note to developer: No 'call hierarchy' found, but maybe can be found in other products |
JetProperty |
copy() |
boolean |
curValueEqual(JetProperty p,
boolean chkAutoVal,
boolean chkChgByVal) |
void |
enableAllChangeBys(boolean bEnable)
Batch set can the property be changed by ChangeBy value
|
boolean |
equal(JetProperty str)
Deprecated.
In non-EXTERNAL(!EXTERNAL) macro.
Note to developer: No 'call hierarchy' found, but maybe can be found in other products |
jet.controls.JetChangeBy |
getChangeBy()
Deprecated.
|
jet.controls.JetChangeBy |
getChangeBy(int mode) |
Object |
getChangeByBL()
Deprecated.
|
Object |
getChangeByBL(int mode)
Effective if
isCurrentAutoValue() is false AND isChangeByBL() is true. |
String |
getChangeByBLName()
Deprecated.
|
String |
getChangeByBLName(int mode)
Deprecated.
|
short |
getChangeByBLType()
Deprecated.
|
short |
getChangeByBLType(int mode)
Effective if
isCurrentAutoValue() is false AND isChangeByBL() is trueReturns the resource type of 'another object': Propertiable.NORMAL_RESOURCE(Catalog/Report Level resource) or Propertiable.COMPFML_RESOURCE(Component Level resource) |
Object |
getChangeByFmtt()
Deprecated.
|
Object |
getChangeByFmtt(int mode)
|
String |
getChangeByFmttName()
Deprecated.
|
String |
getChangeByFmttName(int mode)
Deprecated.
|
Object |
getChangeByObject()
Deprecated.
|
Object |
getChangeByObject(int mode)
Effective if
isCurrentAutoValue() is false AND isChangeByOther() is true. |
String |
getChangeByObjectName()
Deprecated.
|
String |
getChangeByObjectName(int mode)
Deprecated.
|
short |
getChangeByOtherType()
Deprecated.
|
short |
getChangeByOtherType(int mode)
Effective if
isCurrentAutoValue() is false AND isChangeByOther() is true Returns the resource type of 'another object': Propertiable.NORMAL_RESOURCE(Catalog/Report Level resource) or Propertiable.COMPFML_RESOURCE(Component Level resource) |
Object |
getCurrentChangedBy(boolean isIncludeRTChgBy)
Deprecated.
|
Object |
getCurrentChangedBy(boolean isIncludeRTChgBy,
int mode) |
jet.icontrols.PropValueInfo |
getCurrentValue()
Deprecated.
|
jet.icontrols.PropValueInfo |
getCurrentValue(boolean isFmttContext)
Deprecated.
|
jet.icontrols.PropValueInfo |
getCurrentValue(boolean isFmttContext,
int mode)
Note to developer0:Now, it only can be used in Property Edit Actions and simple value parser.
|
jet.icontrols.PropValueInfo |
getCurrentValue(int mode)
Note to developer0:Now, it only can be used in Property Edit Actions and simple value parser.
|
int |
getEditFlag()
Only for Designer UI.
|
int |
getEditorType()
Only For Designer UI.
|
String |
getInspValue()
Deprecated.
|
String |
getInspValue(int mode)
Effective if
isCurrentAutoValue() is false. |
String |
getInspValue(int unit,
int fraction)
Deprecated.
|
int[] |
getMatchingSqlType()
Now, this API only for DesignService : get Matching SQL Type of this property
Usage in UI : list all the formula whose data-type in returned array |
JetProperty |
getModeProperty(int mode)
Gets the property by mode
Note: Can not get another mode property in the mode property.
|
String |
getName() |
Object |
getNormalObject()
Deprecated.
|
Object |
getNormalObject(int mode)
According to the following priority return : normal value > default value
Effective if isCurrentAutoValue() is false |
Object |
getObject()
Deprecated.
use
getObject(int) |
Object |
getObject(int mode)
According to the following priority return : 'another object' > normal value > default value
Notice1: returned 'another object' is the description of 'changed by' Notice2: Effective if isCurrentAutoValue() is false |
jet.controls.JetObject |
getParent() |
Vector<?> |
getPropertyChoice()
Only For Designer UI
|
int |
getPropType() |
Object |
getRuntimeChangeBy()
Deprecated.
|
Object |
getRuntimeChangeBy(int mode) |
Object |
getUnifiedObject()
Deprecated.
|
Object |
getUnifiedObject(int mode)
Effective if
isCurrentAutoValue() is falseAccording to the following priority return : ChangeBy value > normal value > default value Notice: returned ChangeBy value is the description of 'changed by' |
Object |
getValue()
Deprecated.
use
getValue(int) |
Object |
getValue(int mode)
Effective if
isCurrentAutoValue() is false |
boolean |
isChagneByFmtt()
Deprecated.
|
boolean |
isChagneByFmtt(int mode)
Effective if
isCurrentAutoValue() is false |
boolean |
isChangeByBL()
Deprecated.
|
boolean |
isChangeByBL(int mode)
Effective if
isCurrentAutoValue() is false |
boolean |
isChangeByOther()
Deprecated.
|
boolean |
isChangeByOther(int mode)
Effective if
isCurrentAutoValue() is false |
boolean |
isCurrentAutoValue()
Deprecated.
|
boolean |
isCurrentAutoValue(int mode)
Returns current is Auto value flag or not; always return false if did not enable Auto value
|
boolean |
isCurrentChangedBy(boolean isIncludeRTChgBy)
Deprecated.
|
boolean |
isCurrentChangedBy(boolean isIncludeRTChgBy,
int mode) |
boolean |
isEnableAutoValue()
Returns is enable or disable Auto value, default return false
|
boolean |
isModeProperty()
Indicates whether the property is a mode referred property
|
boolean |
isNull()
Deprecated.
use
isNull(int) |
boolean |
isNull(int mode)
Is set normal value?
Notice: This function has disabled from V8. |
boolean |
isSetAnyChangeBy()
return true if ChangeBy Value: conditional formatting or ChangeBy Value: on the fly formula or ChangeBy Value: another object is set
|
boolean |
isSetRuntimeChgBy()
Deprecated.
|
boolean |
isSetRuntimeChgBy(int mode) |
boolean |
isSupportMode() |
boolean |
isTransient()
Gets attribute for 'export to RST'.
|
boolean |
isUnavailable() |
void |
loadFullChangeBy(String changeBy)
ONLY FOR LOAD CHANGE BY STRING
|
void |
loadFullChangeBy(String changeBy,
int mode) |
void |
propertyChanged()
Force refresh the property information that managed in/by owner.
Note to developer: No 'call hierarchy' found, but maybe can be found in other products |
void |
removePropertyChangeListener(PropertyChangeListener l)
In non-EXTERNAL(!EXTERNAL) macro.
Removes a listener from the list that's notified each time a change to the value status occurs. |
String |
saveFullChangeBy()
ONLY FOR SAVE CHANGE BY AS STRING
Notice: Can called ONLY this property has ChangeBy value |
String |
saveFullChangeBy(int mode) |
void |
set(String theval)
Deprecated.
use
#setObject(String, int) |
void |
set(String theval,
int mode)
sets the normal value via a String.
|
boolean |
setAsAutoValue(boolean b)
Deprecated.
Use
#setAsAutoValue(int) |
boolean |
setAsAutoValue(boolean b,
int mode)
Sets current is Auto value or not; effective if
isEnableAutoValue() is true Returns true if set, and false if any exception or Auto value is disabled now Notice: if sets not, muse set other value at same time |
void |
setCanChangeByBL(boolean bSet)
Sets can the property be changed by 'on the fly formula'
|
void |
setCanChangeByFmtt(boolean bSet)
Sets can the property be changed by 'conditional formatting'
|
void |
setCanChangeByOthers(boolean bSet)
Sets can the property be changed by 'another object'.
|
void |
setChangeByBL(Object obj)
Deprecated.
|
void |
setChangeByBL(Object obj,
int mode)
Deprecated.
|
void |
setChangeByBL(Object obj,
short chgByResType)
Deprecated.
|
void |
setChangeByBL(Object obj,
short chgByResType,
int mode)
Sets properties value changing by 'on the fly formula' if canChangeByBL
|
void |
setChangeByFmtt(Object obj)
Deprecated.
|
void |
setChangeByFmtt(Object obj,
int mode)
Sets properties value changing by 'conditional formatting' if canChangeByFmtt
|
void |
setChangeByObject(Object obj)
Deprecated.
|
void |
setChangeByObject(Object obj,
int mode)
Deprecated.
|
void |
setChangeByObject(Object obj,
short chgByResType)
Deprecated.
|
void |
setChangeByObject(Object obj,
short chgByResType,
int mode)
Sets properties value changing by 'another object' if canChangeByOther
|
void |
setEditFlag(int flag)
Only For Designer UI.Sets the editor status
|
void |
setEditorType(int type)
Only For Designer UI.
|
void |
setEnableAutoValue(boolean b)
Sets enable or disable Auto value
|
void |
setObject(Object value)
Deprecated.
|
void |
setObject(Object value,
int mode)
Sets normal value
|
void |
setRuntimeChangeBy(Object runtimeChgBy)
Deprecated.
|
void |
setRuntimeChangeBy(Object runtimeChgBy,
int mode)
Sets runtime change by description.
|
void |
setSupportMode(boolean isSupportMode) |
void |
setTransient(boolean tran)
Sets attribute for 'export to RST'.
|
void |
setUnavailable(boolean unavailable) |
void |
setUnitValue(String theval) |
void |
setUnitValue(String theval,
int mode)
Sets the normal value via a String based on unit,
|
String |
toUnitString()
Deprecated.
|
String |
toUnitString(int mode)
Effective if
isCurrentAutoValue() is false; returns the unit value as string, the unit value is (with priority)normal value > default value |
public static int TEXT_EDITOR
public static int COMBO_EDITOR
public static int COLOR_EDITOR
public static int COMMAND_EDITOR
public static int CHOICE_EDITOR
public static int DBCOL_EDITOR
public static int PARAMCOL_EDITOR
public static int QUERY_EDITOR
public static int CHART_PATTERN_LIST_EDITOR
public static int LINK_EDITOR
public static int RECORDDB_EDITOR
public static int MULSEL_EDITOR
public static int CHART_FILTER_EDITOR
public static int CHART_FILTER_EDITOR_NO_DATE
public static int CHART_ICON_STYLE
public static int DATASOURCE_EDITOR
public static int SECURITY_EDITOR
public static int DETAIL_REPORT_EDITOR
public static int CONTROL_SELECT_ITEMS
public static final int EDIT_FORBIDDEN
public static final int EDIT_FORBIDDEN_INIT
public static final int EDITABLE_ALLTIME
public static final int INTERNAL
public static int CHART_TEXTSTYLE_EDITOR
public static int CHART_PENSTYLE_EDITOR
public static int CHART_FILLPATTERN_EDITOR
public static int CHART_BACKGROUND_EDITOR
public JetProperty()
public JetProperty(jet.controls.JetObject parent,
String name)
parent - ownername - namepublic boolean isSupportMode()
public void setSupportMode(boolean isSupportMode)
public final void setUnavailable(boolean unavailable)
public final boolean isUnavailable()
public String getName()
getName in interface jet.convert.PropInfogetName in interface jet.util.Propertiablepublic boolean isNull(int mode)
PropInfo.isNull in interface jet.convert.PropInfo@Deprecated public boolean isNull()
isNull(int)isNull in interface jet.convert.PropInfopublic Vector<?> getPropertyChoice()
public Object getObject(int mode)
isCurrentAutoValue() is falsegetObject in interface jet.util.PropertiableisChangeByOther(),
isCurrentAutoValue()@Deprecated public Object getObject()
getObject(int)getObject in interface jet.util.Propertiablepublic Object getUnifiedObject(int mode)
isCurrentAutoValue() is falsegetUnifiedObject in interface jet.util.PropertiableisChagneByFmtt(),
isChangeByBL(),
isChangeByOther(),
isCurrentAutoValue()@Deprecated public Object getUnifiedObject()
getUnifiedObject(int)getUnifiedObject in interface jet.util.Propertiablepublic Object getNormalObject(int mode)
isCurrentAutoValue() is falsegetNormalObject in interface jet.util.PropertiableisCurrentAutoValue()@Deprecated public Object getNormalObject()
getNormalObject(int)getNormalObject in interface jet.util.Propertiablepublic void setObject(Object value, int mode)
setObject in interface jet.util.Propertiable@Deprecated public void setObject(Object value)
setObject(Object, int)setObject in interface jet.util.Propertiablepublic Object getValue(int mode)
isCurrentAutoValue() is falsegetValue in interface jet.convert.PropInfoisCurrentAutoValue()@Deprecated public Object getValue()
getValue(int)getValue in interface jet.convert.PropInfopublic void set(String theval, int mode)
set in interface jet.util.PropertiableIf the subclass supports mode type, need to copy this methodpublic void set(String theval)
#setObject(String, int)set in interface jet.util.Propertiablepublic void setUnitValue(String theval, int mode)
jet.exception.UnsupportedFunctionExceptiontoUnitString()public void setUnitValue(String theval)
public void setEditorType(int type)
type - getEditorType()public int getEditorType()
setEditorType(int)public final void setChangeByObject(Object obj, int mode)
Propertiable.NORMAL_RESOURCE(Catalog/Report Level resource) setChangeByObject in interface jet.util.PropertiablesetChangeByObject(Object, short)@Deprecated public final void setChangeByObject(Object obj)
setChangeByObject(Object, int)setChangeByObject in interface jet.util.Propertiablepublic final void setChangeByObject(Object obj, short chgByResType, int mode)
setChangeByObject in interface jet.util.Propertiableobj - 'another object''s description: it can be formula-name, parameter-name and null means clear 'change by'.chgByResType - the resource type of 'another obejct', must be Propertiable.NORMAL_RESOURCE(Catalog/Report Level resource) or Propertiable.COMPFML_RESOURCE(Component Level resource)canChangeByOther,
setCanChangeByOthers(boolean),
enableAllChangeBys(boolean),
isChangeByOther(),
getChangeByObject(),
getChangeByOtherType()@Deprecated public final void setChangeByObject(Object obj, short chgByResType)
setChangeByObject(Object, short, int)setChangeByObject in interface jet.util.Propertiablepublic final void setChangeByFmtt(Object obj, int mode)
setChangeByFmtt in interface jet.util.Propertiableobj - 'conditional formatting''s description and null means clear.canChangeByFmtt,
setCanChangeByFmtt(boolean),
enableAllChangeBys(boolean),
isChagneByFmtt(),
getChangeByFmtt()@Deprecated public final void setChangeByFmtt(Object obj)
setChangeByFmtt(Object, int)setChangeByFmtt in interface jet.util.Propertiablepublic final void setChangeByBL(Object obj, int mode)
Propertiable.NORMAL_RESOURCE(Catalog/Report Level resource) setChangeByBL in interface jet.util.PropertiablesetChangeByBL(Object, short)@Deprecated public final void setChangeByBL(Object obj)
setChangeByBL(Object, int)setChangeByBL in interface jet.util.Propertiablepublic final void setChangeByBL(Object obj, short chgByResType, int mode)
setChangeByBL in interface jet.util.Propertiableobj - 'on the fly formula''s description and null means clear.chgByResType - the resource type of 'on the fly formula', must be Propertiable.NORMAL_RESOURCE(Catalog/Report Level resource) or Propertiable.COMPFML_RESOURCE(Component Level resource)canChangeByBL,
setCanChangeByBL(boolean),
enableAllChangeBys(boolean),
isChangeByBL(),
getChangeByBL(),
getChangeByBLType()@Deprecated public final void setChangeByBL(Object obj, short chgByResType)
setChangeByBL(Object, short, int)setChangeByBL in interface jet.util.Propertiablepublic final Object getChangeByObject(int mode)
isCurrentAutoValue() is false AND isChangeByOther() is true. Must check getChangeByOtherType() before used return valuenull means no 'another object'.setChangeByObject(Object, short),
isChangeByOther(),
isCurrentAutoValue(),
getChangeByOtherType()@Deprecated public final Object getChangeByObject()
getChangeByObject(int)public final short getChangeByOtherType(int mode)
isCurrentAutoValue() is false AND isChangeByOther() is true Propertiable.NORMAL_RESOURCE(Catalog/Report Level resource) or Propertiable.COMPFML_RESOURCE(Component Level resource)getChangeByOtherType in interface jet.util.PropertiablegetChangeByObject(),
setChangeByBL(Object, short),
isChangeByOther(),
isCurrentAutoValue()@Deprecated public final short getChangeByOtherType()
getChangeByOtherType(int)getChangeByOtherType in interface jet.util.Propertiablepublic final Object getChangeByFmtt(int mode)
getChangeByFmtt in interface jet.util.Propertiablenull means no 'conditional formatting'.setChangeByFmtt(Object),
isChagneByFmtt(),
isCurrentAutoValue()@Deprecated public final Object getChangeByFmtt()
getChangeByFmtt(int)getChangeByFmtt in interface jet.util.Propertiablepublic final Object getChangeByBL(int mode)
isCurrentAutoValue() is false AND isChangeByBL() is true. Must check getChangeByBLType() before used return valuegetChangeByBL in interface jet.util.Propertiablenull means no 'on the fly formula'.#setChangeByBL(Object,Short),
isChangeByBL(),
isCurrentAutoValue(),
getChangeByBLType()public final Object getChangeByBL()
getChangeByBL(int)getChangeByBL in interface jet.util.Propertiablepublic final short getChangeByBLType(int mode)
isCurrentAutoValue() is false AND isChangeByBL() is truePropertiable.NORMAL_RESOURCE(Catalog/Report Level resource) or Propertiable.COMPFML_RESOURCE(Component Level resource)getChangeByBLType in interface jet.util.PropertiablegetChangeByBL(),
setChangeByBL(Object, short),
isChangeByBL(),
isCurrentAutoValue()public final short getChangeByBLType()
getChangeByBLType(int)getChangeByBLType in interface jet.util.Propertiablepublic final String getChangeByObjectName(int mode)
getChangeByObjectName in interface jet.convert.PropInfogetChangeByObject(int)@Deprecated public final String getChangeByObjectName()
getChangeByObjectName(int)getChangeByObjectName in interface jet.convert.PropInfogetChangeByObject(int)public final String getChangeByFmttName(int mode)
getChangeByFmtt(int)@Deprecated public final String getChangeByFmttName()
getChangeByFmttName(int)getChangeByFmtt(int)public final String getChangeByBLName(int mode)
getChangeByBL()@Deprecated public final String getChangeByBLName()
getChangeByBLName(int)getChangeByBL(int)public boolean isChangeByOther(int mode)
isCurrentAutoValue() is falseisChangeByOther in interface jet.convert.PropInfoisChangeByOther in interface jet.util.PropertiablesetChangeByObject(Object),
isCurrentAutoValue()@Deprecated public boolean isChangeByOther()
isChangeByOther(int)isChangeByOther in interface jet.convert.PropInfoisChangeByOther in interface jet.util.Propertiablepublic boolean isChagneByFmtt(int mode)
isCurrentAutoValue() is falseisChagneByFmtt in interface jet.util.PropertiablesetChangeByFmtt(Object),
isCurrentAutoValue()@Deprecated public boolean isChagneByFmtt()
isChagneByFmtt(int)isChagneByFmtt in interface jet.util.Propertiablepublic boolean isChangeByBL(int mode)
isCurrentAutoValue() is falseisChangeByBL in interface jet.util.PropertiablesetChangeByBL(Object),
isEnableAutoValue()@Deprecated public boolean isChangeByBL()
isChangeByBL(int)isChangeByBL in interface jet.util.Propertiablepublic jet.controls.JetChangeBy getChangeBy()
getChangeByObject()public jet.controls.JetChangeBy getChangeBy(int mode)
public void setCanChangeByOthers(boolean bSet)
public void setCanChangeByFmtt(boolean bSet)
canChangeByFmtt,
canChangeByFmtt(),
enableAllChangeBys(boolean)public void setCanChangeByBL(boolean bSet)
canChangeByBL,
canChangeByBL(),
enableAllChangeBys(boolean)public void enableAllChangeBys(boolean bEnable)
bEnable - canChangeByOther,
canChangeByBL,
canChangeByFmtt,
setCanChangeByBL(boolean),
setCanChangeByFmtt(boolean),
setCanChangeByOthers(boolean),
canChangeByBL(),
canChangeByFmtt(),
canChangeByOthers()public boolean canChangeByOthers()
canChangeByOther,
setCanChangeByOthers(boolean),
enableAllChangeBys(boolean)public boolean canChangeByFmtt()
canChangeByFmtt,
setCanChangeByFmtt(boolean),
enableAllChangeBys(boolean)public boolean canChangeByBL()
canChangeByBL,
setCanChangeByBL(boolean),
enableAllChangeBys(boolean)public String saveFullChangeBy()
saveFullChangeBy in interface jet.util.PropertiableloadFullChangeBy(String)public String saveFullChangeBy(int mode)
public void loadFullChangeBy(String changeBy)
loadFullChangeBy in interface jet.util.PropertiablechangeBy - it MUST FIT following regular-expression:saveFullChangeBy()public void loadFullChangeBy(String changeBy, int mode)
public void propertyChanged()
public final void addPropertyChangeListener(PropertyChangeListener l)
l - the PropertyChangeListenerpublic final void removePropertyChangeListener(PropertyChangeListener l)
l - the PropertyChangeListenerpublic boolean addToAtomicAction(String newValue)
public String toUnitString(int mode)
isCurrentAutoValue() is false; returns the unit value as string, the unit value is (with priority)normal value > default valuetoUnitString in interface jet.convert.PropInfoObject.toString(),
isCurrentAutoValue()@Deprecated public String toUnitString()
toUnitString(int)toUnitString in interface jet.convert.PropInfopublic String getInspValue(int unit, int fraction)
getInspValue()public String getInspValue(int mode)
isCurrentAutoValue() is false. Only For Designer UI. In most cases, return string based on unitgetInspValue in interface jet.convert.PropInfoisCurrentAutoValue()@Deprecated public String getInspValue()
getInspValue(int)getInspValue in interface jet.convert.PropInfopublic void setEditFlag(int flag)
flag - one of EDIT_FORBIDDEN , EDIT_FORBIDDEN_INIT , EDITABLE_ALLTIME and INTERNALpublic int getEditFlag()
EDIT_FORBIDDEN , EDIT_FORBIDDEN_INIT , EDITABLE_ALLTIME and INTERNALpublic jet.controls.JetObject getParent()
public int getPropType()
getPropType in interface jet.util.PropertiablePropertiablepublic int[] getMatchingSqlType()
Dbpublic void setTransient(boolean tran)
tran - true means not export to rst.bTransient,
isTransient()public boolean isTransient()
bTransient,
setTransient(boolean)public final boolean isCurrentAutoValue(int mode)
isCurrentAutoValue in interface jet.util.PropertiableisEnableAutoValue(),
setEnableAutoValue(boolean),
setAsAutoValue(boolean)@Deprecated public final boolean isCurrentAutoValue()
isCurrentAutoValue(int)isCurrentAutoValue in interface jet.util.Propertiablepublic final boolean setAsAutoValue(boolean b,
int mode)
isEnableAutoValue() is true setAsAutoValue in interface jet.util.Propertiableb - true set as Auto value and false is notisCurrentAutoValue(),
isEnableAutoValue(),
setEnableAutoValue(boolean)@Deprecated public final boolean setAsAutoValue(boolean b)
#setAsAutoValue(int)setAsAutoValue in interface jet.util.Propertiablepublic boolean isEnableAutoValue()
public final void setEnableAutoValue(boolean b)
b - true if enable Auto valueisCurrentAutoValue(),
setAsAutoValue(boolean),
isEnableAutoValue()public Object getRuntimeChangeBy(int mode)
getRuntimeChangeBy in interface jet.util.Propertiable@Deprecated public Object getRuntimeChangeBy()
getRuntimeChangeBy(int)getRuntimeChangeBy in interface jet.util.Propertiablepublic void setRuntimeChangeBy(Object runtimeChgBy, int mode)
setRuntimeChangeBy in interface jet.util.Propertiable@Deprecated public void setRuntimeChangeBy(Object runtimeChgBy)
setRuntimeChangeBy(Object, int)setRuntimeChangeBy in interface jet.util.Propertiablepublic boolean isSetRuntimeChgBy(int mode)
isSetRuntimeChgBy in interface jet.util.Propertiable@Deprecated public boolean isSetRuntimeChgBy()
isSetRuntimeChgBy(int)isSetRuntimeChgBy in interface jet.util.Propertiablepublic boolean checkValue(String value, Component comp)
public boolean equal(JetProperty str)
public boolean curValueEqual(JetProperty p, boolean chkAutoVal, boolean chkChgByVal)
public boolean isSetAnyChangeBy()
public boolean isCurrentChangedBy(boolean isIncludeRTChgBy,
int mode)
isCurrentChangedBy in interface jet.util.Propertiable@Deprecated public boolean isCurrentChangedBy(boolean isIncludeRTChgBy)
isCurrentChangedBy(boolean, int)isCurrentChangedBy in interface jet.util.Propertiablepublic Object getCurrentChangedBy(boolean isIncludeRTChgBy, int mode)
getCurrentChangedBy in interface jet.util.Propertiablepublic Object getCurrentChangedBy(boolean isIncludeRTChgBy)
getCurrentChangedBy(boolean, int)getCurrentChangedBy in interface jet.util.Propertiablepublic jet.icontrols.PropValueInfo getCurrentValue(int mode)
#getCurrentValue(boolean)}public jet.icontrols.PropValueInfo getCurrentValue()
getCurrentValue(int)public jet.icontrols.PropValueInfo getCurrentValue(boolean isFmttContext,
int mode)
isFmttContext - is 'conditional formatting' used context? if false, will not return 'conditional formatting' settings.public jet.icontrols.PropValueInfo getCurrentValue(boolean isFmttContext)
getCurrentValue(boolean, int)public boolean isModeProperty()
isModeProperty in interface jet.util.Propertiablepublic JetProperty getModeProperty(int mode)
mode - MODE_UNKNOWN,MODE_PAGE,MODE_WEBjet.exception.UnsupportedFunctionExceptionpublic JetProperty copy()
jet.exception.UnsupportedFunctionException© insightsoftware. All rights reserved.