public class FComboBoxEditor
extends javax.swing.plaf.basic.BasicComboBoxEditor.UIResource
Constructor and Description |
---|
FComboBoxEditor(AttributeI _attr,
AbstractModel _model) |
FComboBoxEditor(AttributeI _attr,
AbstractModel _model,
java.lang.String _nullChoiceTitle) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
comboBoxValueToEditorValue(java.lang.Object _entry) |
java.lang.Object |
editorValueToComboBoxValue(java.lang.Object _editorValue)
Converts current editor editable value (a String here) into ComboBox entry
and returns it.
|
AttributeI |
getAttr() |
java.lang.Object |
getItem()
Converts current editor editable value (a String here) into ComboBox entry
and returns it.
|
AbstractModel |
getModel() |
java.lang.String |
getNullChoiceTitle() |
void |
setAttr(AttributeI $5) |
void |
setItem(java.lang.Object _entry)
Converts ComboBox entry value into editor editable value (a String here) and
sets it in the editor component.
|
void |
setModel(AbstractModel $6) |
void |
setNullChoiceTitle(java.lang.String $7) |
public FComboBoxEditor(AttributeI _attr, AbstractModel _model)
public FComboBoxEditor(AttributeI _attr, AbstractModel _model, java.lang.String _nullChoiceTitle)
public java.lang.Object getItem()
getItem
in interface javax.swing.ComboBoxEditor
getItem
in class javax.swing.plaf.basic.BasicComboBoxEditor
public java.lang.Object editorValueToComboBoxValue(java.lang.Object _editorValue)
public void setItem(java.lang.Object _entry)
setItem
in interface javax.swing.ComboBoxEditor
setItem
in class javax.swing.plaf.basic.BasicComboBoxEditor
public java.lang.String comboBoxValueToEditorValue(java.lang.Object _entry)
public AttributeI getAttr()
public void setAttr(AttributeI $5)
public AbstractModel getModel()
public void setModel(AbstractModel $6)
public java.lang.String getNullChoiceTitle()
public void setNullChoiceTitle(java.lang.String $7)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.