public class JetString extends JetProperty implements jet.convert.StringInfo
CHART_BACKGROUND_EDITOR, CHART_FILLPATTERN_EDITOR, CHART_FILTER_EDITOR, CHART_FILTER_EDITOR_NO_DATE, CHART_ICON_STYLE, CHART_PATTERN_LIST_EDITOR, CHART_PENSTYLE_EDITOR, CHART_TEXTSTYLE_EDITOR, CHOICE_EDITOR, COLOR_EDITOR, COMBO_EDITOR, COMMAND_EDITOR, CONTROL_SELECT_ITEMS, DATASOURCE_EDITOR, DBCOL_EDITOR, DETAIL_REPORT_EDITOR, EDIT_FORBIDDEN, EDIT_FORBIDDEN_INIT, EDITABLE_ALLTIME, INTERNAL, LINK_EDITOR, MULSEL_EDITOR, PARAMCOL_EDITOR, QUERY_EDITOR, RECORDDB_EDITOR, SECURITY_EDITOR, TEXT_EDITORBIGSTRING, 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 |
|---|
JetString() |
JetString(jet.controls.JetObject parent,
String name)
Create a JetString instance with default valueand normal value are empty-string.
|
JetString(jet.controls.JetObject parent,
String name,
String defval)
Create a JetString instance with specified value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
get()
Deprecated.
|
String |
get(int mode) |
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 |
Vector |
getPropertyChoice()
Only For Designer UI
|
void |
set(DbValue thevalue)
Sets normal value via String.ValueOf(thevalue).
|
void |
set(String value)
Sets normal value via a String.
|
void |
set(String value,
int mode)
sets the normal value via a String.
|
void |
setPropertyChoice(Vector propertyChoice)
set property choice
|
String |
toString()
Effective if
JetProperty.isCurrentAutoValue() is false,according to the following priority return : normal value > default value |
addPropertyChangeListener, addToAtomicAction, canChangeByBL, canChangeByFmtt, canChangeByOthers, checkValue, copy, curValueEqual, enableAllChangeBys, equal, getChangeBy, getChangeBy, getChangeByBL, getChangeByBL, getChangeByBLName, getChangeByBLName, getChangeByBLType, getChangeByBLType, getChangeByFmtt, getChangeByFmtt, getChangeByFmttName, getChangeByFmttName, getChangeByObject, getChangeByObject, getChangeByObjectName, getChangeByObjectName, getChangeByOtherType, getChangeByOtherType, getCurrentChangedBy, getCurrentChangedBy, getCurrentValue, getCurrentValue, getCurrentValue, getCurrentValue, getEditFlag, getEditorType, getInspValue, getInspValue, getInspValue, getModeProperty, getName, getNormalObject, getNormalObject, getObject, getObject, getParent, getPropType, getRuntimeChangeBy, getRuntimeChangeBy, getUnifiedObject, getUnifiedObject, getValue, getValue, isChagneByFmtt, isChagneByFmtt, isChangeByBL, isChangeByBL, isChangeByOther, isChangeByOther, isCurrentAutoValue, isCurrentAutoValue, isCurrentChangedBy, isCurrentChangedBy, isEnableAutoValue, isModeProperty, isNull, isNull, isSetAnyChangeBy, isSetRuntimeChgBy, isSetRuntimeChgBy, isSupportMode, isTransient, isUnavailable, loadFullChangeBy, loadFullChangeBy, propertyChanged, removePropertyChangeListener, saveFullChangeBy, saveFullChangeBy, setAsAutoValue, setAsAutoValue, setCanChangeByBL, setCanChangeByFmtt, setCanChangeByOthers, setChangeByBL, setChangeByBL, setChangeByBL, setChangeByBL, setChangeByFmtt, setChangeByFmtt, setChangeByObject, setChangeByObject, setChangeByObject, setChangeByObject, setEditFlag, setEditorType, setEnableAutoValue, setObject, setObject, setRuntimeChangeBy, setRuntimeChangeBy, setSupportMode, setTransient, setUnavailable, setUnitValue, setUnitValue, toUnitString, toUnitStringpublic JetString()
public JetString(jet.controls.JetObject parent,
String name)
parent - ownername - namepublic void set(String value)
set in interface jet.util.Propertiableset in class JetPropertyvalue - the String value, null means default valuesetValue(String),
toString(),
get()public void set(String value, int mode)
JetPropertyset in interface jet.util.Propertiableset in class JetPropertyIf the subclass supports mode type, need to copy this methodpublic void set(DbValue thevalue)
thevalue - the DbValue value, null means default valuesetValue(DbValue),
toString(),
get()public String get()
JetProperty.isCurrentAutoValue() is false, according to the following priority return : normal value > default valueget in interface jet.convert.StringInfoset(String),
set(DbValue),
toString(),
JetProperty.isCurrentAutoValue()public String get(int mode)
public String toString()
JetProperty.isCurrentAutoValue() is false,according to the following priority return : normal value > default valuetoString in interface jet.convert.PropInfotoString in class Objectset(String),
set(DbValue),
JetProperty.isCurrentAutoValue(),
get()public int[] getMatchingSqlType()
JetPropertygetMatchingSqlType in class JetPropertyDbpublic Vector getPropertyChoice()
JetPropertygetPropertyChoice in class JetPropertypublic void setPropertyChoice(Vector propertyChoice)
© insightsoftware. All rights reserved.