public class JetVector extends JetProperty implements jet.convert.VectorInfo
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 |
|---|
JetVector() |
JetVector(jet.controls.JetObject parent,
String name)
Create JetVector instance with 0 size vector(both default value and normal value)
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String s)
Adds the specified String to the end of normal value
|
void |
clear()
Resets normal value
|
boolean |
equal(JetProperty str) |
Vector |
get()
Effective if
JetProperty.isCurrentAutoValue() is false; gets the normal value. |
String |
getInspValue(int mode)
Effective if
JetProperty.isCurrentAutoValue() is false. |
String |
print()
In non-EXTERNAL(!EXTERNAL) macro.
Effective if JetProperty.isCurrentAutoValue() is false, merge all items in normal value, separated by "|" to String |
void |
remove(String s)
Removes the specified String to the end of normal value
|
void |
set(String strings)
Sets normal value via a DELIM separated string.
|
void |
set(String strings,
int mode)
sets the normal value via a String.
|
void |
set(Vector strings)
Resets normal value via specified vector.
|
void |
set(Vector strings,
int mode) |
void |
setObject(Object value) |
void |
setObject(Object value,
int mode)
Sets normal value
|
int[] |
toIntArray()
Effective if
JetProperty.isCurrentAutoValue() is false, parse each string to an integer, and return them. |
String |
toString()
Effective if
JetProperty.isCurrentAutoValue() is false, merge all items in normal value, separated by DELIM to String |
String[] |
toStringArray()
Effective if
JetProperty.isCurrentAutoValue() is false. |
addPropertyChangeListener, addToAtomicAction, canChangeByBL, canChangeByFmtt, canChangeByOthers, checkValue, copy, curValueEqual, enableAllChangeBys, 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, getMatchingSqlType, getModeProperty, getName, getNormalObject, getNormalObject, getObject, getObject, getParent, getPropertyChoice, 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, setRuntimeChangeBy, setRuntimeChangeBy, setSupportMode, setTransient, setUnavailable, setUnitValue, setUnitValue, toUnitString, toUnitStringpublic JetVector()
public JetVector(jet.controls.JetObject parent,
String name)
parent - ownername - namepublic void add(String s)
public void remove(String s)
public void clear()
set(Vector)public String toString()
JetProperty.isCurrentAutoValue() is false, merge all items in normal value, separated by DELIM to StringtoString in interface jet.convert.PropInfotoString in class ObjectJetProperty.isCurrentAutoValue()public String print()
JetProperty.isCurrentAutoValue() is false, merge all items in normal value, separated by "|" to StringJetProperty.isCurrentAutoValue()public String getInspValue(int mode)
JetPropertyJetProperty.isCurrentAutoValue() is false. Only For Designer UI. In most cases, return string based on unitgetInspValue in interface jet.convert.PropInfogetInspValue in class JetPropertyJetProperty.isCurrentAutoValue()public void setObject(Object value, int mode)
JetPropertysetObject in interface jet.util.PropertiablesetObject in class JetPropertypublic void setObject(Object value)
setObject in interface jet.util.PropertiablesetObject in class JetPropertypublic void set(Vector strings)
strings - the specified vector be about to reset to normal value, DO NOT nullset(String)public void set(Vector strings, int mode)
public void set(String strings)
set in interface jet.util.Propertiableset in class JetPropertystrings - a DELIM separated string, DO NOT nullNullPointerException - if strings is nulltoString()public void set(String strings, int mode)
JetPropertyset in interface jet.util.Propertiableset in class JetPropertyIf the subclass supports mode type, need to copy this methodpublic Vector get()
JetProperty.isCurrentAutoValue() is false; gets the normal value.get in interface jet.convert.VectorInfoJetProperty.isCurrentAutoValue()public int[] toIntArray()
JetProperty.isCurrentAutoValue() is false, parse each string to an integer, and return them.toIntArray in interface jet.convert.VectorInfoNumberFormatException - if one string does not contain parsable integer.toStringArray(),
JetProperty.isCurrentAutoValue()public String[] toStringArray()
JetProperty.isCurrentAutoValue() is false.toStringArray in interface jet.convert.VectorInfoJetProperty.isCurrentAutoValue()public boolean equal(JetProperty str)
equal in class JetPropertyJetProperty.curValueEqual(JetProperty, boolean, boolean)© insightsoftware. All rights reserved.