|
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.jbuilder.JBdbPopupField
This component is a data-bound popup box. A popup box 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 JBuilderValueModel |
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 | |
JBdbPopupField()
Creates a JBdbPopupField which can be bound to a data source. |
Method Summary | |
String |
getColumnName()
Returns the name of the column that the field is bound to. |
com.borland.dx.dataset.DataSet |
getDataSet()
Returns the DataSet object bound to the table. |
void |
setColumnName(String cn)
Sets the column that the field is to be bound to. |
void |
setDataSet(com.borland.dx.dataset.DataSet dataSet)
Sets the DataSet data source to the table. |
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 JBuilderValueModel vm
Constructor Detail |
public JBdbPopupField()
Method Detail |
public com.borland.dx.dataset.DataSet getDataSet()
public void setDataSet(com.borland.dx.dataset.DataSet dataSet)
public String getColumnName()
setColumnName(java.lang.String)
public void setColumnName(String cn)
setDataSet(com.borland.dx.dataset.DataSet)
|
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 |