|
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.text.JTextComponent | +--javax.swing.JTextField | +--com.klg.jclass.field.JCTextField | +--com.klg.jclass.field.db.datasource.DSdbTextField
This component is a data-bound text field. A text field enables end-users to view and edit textual information.
The field displays the value at one column of the current record. The data type is set when the field is bound to a data source.
Behavior
Inner classes inherited from class javax.swing.JTextField |
JTextField.AccessibleJTextField |
Inner classes inherited from class javax.swing.text.JTextComponent |
JTextComponent.AccessibleJTextComponent,
JTextComponent.KeyBinding |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Field Summary | |
protected DataSourceValueModel |
vm
|
Fields inherited from class com.klg.jclass.field.JCTextField |
field,
required,
version |
Fields inherited from class javax.swing.JTextField |
notifyAction |
Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP,
FOCUS_ACCELERATOR_KEY |
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 | |
DSdbTextField()
Creates a DSdbTextField 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.JCTextField |
addNotify,
addPropertyChangeListener,
addValueListener,
commitEdit,
createField,
getAbout,
getDataProperties,
getInvalidInfo,
getSelectOnEnter,
getState,
getValidator,
getValue,
getValueModel,
isRequired,
removePropertyChangeListener,
removeValueListener,
setAbout,
setBackground,
setDataProperties,
setForeground,
setInvalidInfo,
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 DSdbTextField()
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 |