|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JComboBox com.jidesoft.combobox.ExComboBox com.jidesoft.combobox.MultiSelectListExComboBox com.jidesoft.combobox.CheckBoxListExComboBox
public class CheckBoxListExComboBox
CheckBoxListComboBox
is ComboBox which you can choose a value from a drop-down CheckBoxList.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jidesoft.combobox.ExComboBox |
---|
ExComboBox.LazyDelegateAction |
Nested classes/interfaces inherited from class javax.swing.JComboBox |
---|
JComboBox.AccessibleJComboBox, JComboBox.KeySelectionManager |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class com.jidesoft.combobox.MultiSelectListExComboBox |
---|
_selectionMode, maximumRowCount, PROPERTY_SELECTION_MODE |
Fields inherited from class com.jidesoft.combobox.ExComboBox |
---|
CLIENT_PROPERTY_HIDE_POPUP_ON_LIST_DATA_CHANGED, CLIENT_PROPERTY_POPUP_PANEL, CLIENT_PROPERTY_TABLE_CELL_EDITOR, CLIENT_PROPERTY_TABLE_CELL_RENDERER, COMMIT, COMMIT_OR_RESET, COMMIT_OR_REVERT, DIALOG, DOWN_KEY_BEHAVIOR_SELECT_NEXT, DOWN_KEY_BEHAVIOR_SHOW_POPUP, DROPDOWN, PERSIST, PROPERTY_BUTTON_VISIBLE, PROPERTY_SELECTED_ITEM, RESET, REVERT |
Fields inherited from class javax.swing.JComboBox |
---|
actionCommand, dataModel, editor, isEditable, keySelectionManager, lightWeightPopupEnabled, 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 |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
CheckBoxListExComboBox()
|
|
CheckBoxListExComboBox(ComboBoxModel model)
|
|
CheckBoxListExComboBox(ComboBoxModel model,
Class<?> clazz)
|
|
CheckBoxListExComboBox(Object[] objects)
|
|
CheckBoxListExComboBox(Object[] objects,
Class<?> clazz)
|
|
CheckBoxListExComboBox(Vector<?> objects)
|
|
CheckBoxListExComboBox(Vector<?> objects,
Class<?> clazz)
|
Method Summary | |
---|---|
protected MultiSelectListChooserPanel |
createListChooserPanel(ComboBoxModel dataModel,
Class<?> clazz,
ConverterContext converterContext)
Creates the MultiSelectListChooserPanel. |
protected boolean |
equals(Object object1,
Object object2)
Check if object1 is equal to object2. |
protected void |
setupList(JList list)
Setups the JList for the tree used in the popup panel. |
Methods inherited from class com.jidesoft.combobox.MultiSelectListExComboBox |
---|
convertArrayType, createPopupComponent, getDelegateTarget, getList, getMaximumRowCount, getSelectedIndex, getSelectedIndices, getSelectedItem, getSelectedObjects, getSelectionMode, isUpdateOnChange, setMaximumRowCount, setSelectedIndex, setSelectedIndices, setSelectedItem, setSelectedObjects, setSelectionMode, setUpdateOnChange, validateValueForNonEditable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CheckBoxListExComboBox()
public CheckBoxListExComboBox(Object[] objects)
public CheckBoxListExComboBox(Vector<?> objects)
public CheckBoxListExComboBox(ComboBoxModel model)
public CheckBoxListExComboBox(Object[] objects, Class<?> clazz)
public CheckBoxListExComboBox(Vector<?> objects, Class<?> clazz)
public CheckBoxListExComboBox(ComboBoxModel model, Class<?> clazz)
Method Detail |
---|
protected MultiSelectListChooserPanel createListChooserPanel(ComboBoxModel dataModel, Class<?> clazz, ConverterContext converterContext)
return new CheckBoxListChooserPanel(dataModel, clazz, converterContext,
getDialogOKAction(), getDialogCancelAction()) {
protected void setupList(final JList list) {
super.setupList(list);
CheckBoxListComboBox.this.setupList(list);
}
};
createListChooserPanel
in class MultiSelectListExComboBox
dataModel
- the data modelclazz
- the class typeconverterContext
- the converter context
protected boolean equals(Object object1, Object object2)
ExComboBox
equals
in class ExComboBox
object1
- one of the two objectsobject2
- another one of the two objects
protected void setupList(JList list)
setupList
in class MultiSelectListExComboBox
list
- the list used by ListChooserPanel.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |