|
JClass 4.5.0 API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JComboBox | +--com.klg.jclass.field.JCComboField | +--com.klg.jclass.field.JCPopupField | +--com.klg.jclass.field.db.datasource.DSdbPopupField
This component is a data-bound popup field. A popup field enables end-users to visually select a date/time.
The field displays the value at one column of the current record. The data type is set when the component is bound to a data source.
Behavior
Inner classes inherited from class javax.swing.JComboBox |
JComboBox.AccessibleJComboBox,
JComboBox.KeySelectionManager |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Field Summary | |
protected DataSourceValueModel |
vm
|
Fields inherited from class com.klg.jclass.field.JCPopupField |
popupEditor |
Fields inherited from class com.klg.jclass.field.JCComboField |
field,
required,
text,
version |
Fields inherited from class javax.swing.JComboBox |
actionCommand,
dataModel,
editor,
isEditable,
keySelectionManager,
lightWeightPopupEnabled,
maximumRowCount,
renderer,
selectedItemReminder |
Fields inherited from class javax.swing.JComponent |
accessibleContext,
listenerList,
TOOL_TIP_TEXT_KEY,
ui,
UNDEFINED_CONDITION,
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
WHEN_FOCUSED,
WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
DSdbPopupField()
Creates a DSdbPopupField which can be bound to a data source. |
Method Summary | |
String |
getDataBinding()
Returns the field's value of the dataBinding object property. |
void |
setDataBinding(com.klg.jclass.datasource.BindingModel binding,
String column_name)
Binds using a Binding. |
void |
setDataBinding(com.klg.jclass.datasource.DataModel data_model,
com.klg.jclass.datasource.MetaDataModel meta_data_model,
String column_name)
Sets the parameters for binding the component to a particular column in a MetaDataModel. |
void |
setDataBinding(String data_binding)
Sets the data binding hierarchy string, starting from a TreeDataBean instance name and containing full sequence of MetaDataModel levels starting from the root to the level the table is bound with. |
Methods inherited from class com.klg.jclass.field.JCPopupField |
commit,
getPopupEditor,
getSelectedItem,
inferLookAndFeelUI,
setPopupEditor,
setUI,
updateUI,
valueChanged,
valueChanging |
Methods inherited from class com.klg.jclass.field.JCComboField |
add,
addActionListener,
addNotify,
addPropertyChangeListener,
addValueListener,
commitEdit,
createField,
getAbout,
getDataProperties,
getInvalidInfo,
getSelectOnEnter,
getState,
getTextFieldEditor,
getValidator,
getValue,
getValueModel,
isRequired,
removeActionListener,
removePropertyChangeListener,
removeValueListener,
setAbout,
setBackground,
setDataProperties,
setForeground,
setInvalidInfo,
setItems,
setRequired,
setSelectOnEnter,
setValidator,
setValue,
setValueModel |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
remove,
removeAll,
removeContainerListener,
setCursor,
setLayout,
validate,
validateTree |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected DataSourceValueModel vm
Constructor Detail |
public DSdbPopupField()
Method Detail |
public String getDataBinding()
<TreeDataBean name>:<MetaDataModel description>[|<MetaDataModel description>...]
DSdbComboField.setDataBinding(java.lang.String)
,
com.klg.jclass.datasource.TreeData
,
MetaDataModel
public void setDataBinding(String data_binding)
com.klg.jclass.datasource.beans.NodeProperties#setDataSource
,
DSdbComboField.setDataBinding(java.lang.String)
public void setDataBinding(com.klg.jclass.datasource.DataModel data_model, com.klg.jclass.datasource.MetaDataModel meta_data_model, String column_name)
public void setDataBinding(com.klg.jclass.datasource.BindingModel binding, String column_name)
|
Copyright© 1999-2000 KL Group Inc. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |