public class JetCommand extends JetProperty
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_EDITOR
Constructor and Description |
---|
JetCommand() |
JetCommand(JetObject parent,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static int |
allocCommand() |
int |
get()
Effective if
JetProperty.isCurrentAutoValue() is false; |
int |
get(int mode) |
java.lang.Object |
getData() |
void |
set(int value) |
void |
set(int value,
int mode) |
void |
set(java.lang.String theval) |
void |
set(java.lang.String theval,
int mode)
sets the normal value via a String.
|
void |
setData(java.lang.Object o) |
void |
setValue(int value) |
void |
setValue(int value,
int mode) |
java.lang.String |
toString() |
java.lang.String |
toUnitString() |
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, 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, setObject, setObject, setRuntimeChangeBy, setRuntimeChangeBy, setSupportMode, setTransient, setUnavailable, setUnitValue, setUnitValue, toUnitString
public JetCommand()
public JetCommand(JetObject parent, java.lang.String name)
public void set(java.lang.String theval)
set
in class JetProperty
public void set(java.lang.String theval, int mode)
JetProperty
set
in class JetProperty
If the subclass supports mode type, need to copy this method
public void set(int value)
public void set(int value, int mode)
public void setValue(int value)
public void setValue(int value, int mode)
public int get()
JetProperty.isCurrentAutoValue()
is false;public int get(int mode)
public void setData(java.lang.Object o)
public java.lang.Object getData()
public static int allocCommand()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toUnitString()
toUnitString
in class JetProperty