Serialized Form
-
Package org.nuiton.jaxx.widgets.select
-
Class org.nuiton.jaxx.widgets.select.BeanComboBox extends Table implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$JSeparator0
JSeparator $JSeparator0
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
$Table0
BeanComboBox<O> $Table0
-
autoComplete
Boolean autoComplete
-
autoFocus
Boolean autoFocus
-
bean
Object bean
-
beanType
Class<O> beanType
-
combobox
JComboBox<O> combobox
-
data
List<O> data
-
delegateContext
JAXXContext delegateContext
-
displayDecorator
JToggleButton displayDecorator
-
editable
Boolean editable
-
force
Boolean force
-
handler
BeanComboBoxHandler<O> handler
-
i18nPrefix
String i18nPrefix
-
index
Integer index
-
indexes
JAXXButtonGroup indexes
-
maximumRowCount
Integer maximumRowCount
-
notSelectedToolTipText
String notSelectedToolTipText
-
popup
JPopupMenu popup
-
popupLabel
JLabel popupLabel
-
popupSeparator
JSeparator popupSeparator
-
popupSortLabel
JLabel popupSortLabel
-
popupTitleText
String popupTitleText
-
property
String property
-
reset
JButton reset
-
reverseSort
Boolean reverseSort
-
selectedItem
Object selectedItem
-
selectedToolTipText
String selectedToolTipText
-
showDecorator
Boolean showDecorator
-
showReset
Boolean showReset
-
sortable
Boolean sortable
-
sortDown
JRadioButtonMenuItem sortDown
-
sortGroup
JAXXButtonGroup sortGroup
-
sortUp
JRadioButtonMenuItem sortUp
-
toolbarLeft
JToolBar toolbarLeft
-
toolbarRight
JToolBar toolbarRight
-
-
Class org.nuiton.jaxx.widgets.select.BeanDoubleList extends Table implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$JPanel0
JPanel $JPanel0
-
$JPanel1
JPanel $JPanel1
-
$JScrollPane0
JScrollPane $JScrollPane0
-
$JScrollPane1
JScrollPane $JScrollPane1
-
$JSeparator0
JSeparator $JSeparator0
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
$Table0
BeanDoubleList<O> $Table0
-
addButton
JButton addButton
-
bean
Object bean
-
beanType
Class<O> beanType
-
beforeFilterPanel
JPanel beforeFilterPanel
-
changeDecorator
JToggleButton changeDecorator
-
delegateContext
JAXXContext delegateContext
-
filterable
Boolean filterable
-
filterField
JTextField filterField
-
filterFieldLabel
JLabel filterFieldLabel
-
filterPanel
JPanel filterPanel
-
handler
BeanDoubleListHandler<O> handler
-
highlightFilterText
Boolean highlightFilterText
-
i18nPrefix
String i18nPrefix
-
index
Integer index
-
indexes
JAXXButtonGroup indexes
-
model
BeanDoubleListModel<O> model
-
popup
JPopupMenu popup
-
popupLabel
JLabel popupLabel
-
popupSeparator
JSeparator popupSeparator
-
popupSortLabel
JLabel popupSortLabel
-
property
String property
-
removeButton
JButton removeButton
-
resetButton
JButton resetButton
-
reverseSort
Boolean reverseSort
-
selectedList
JList<O> selectedList
-
selectedListMoveDownAction
JMenuItem selectedListMoveDownAction
-
selectedListMoveUpAction
JMenuItem selectedListMoveUpAction
-
selectedListPopup
JPopupMenu selectedListPopup
-
selectedListRemoveAction
JMenuItem selectedListRemoveAction
-
showDecorator
Boolean showDecorator
-
showReset
Boolean showReset
-
showSelectPopupEnabled
Boolean showSelectPopupEnabled
-
sortDown
JRadioButtonMenuItem sortDown
-
sortGroup
JAXXButtonGroup sortGroup
-
sortUp
JRadioButtonMenuItem sortUp
-
toolbarLeft
JToolBar toolbarLeft
-
toolbarRight
JToolBar toolbarRight
-
universeList
JList<O> universeList
-
useMultiSelect
Boolean useMultiSelect
-
-
Class org.nuiton.jaxx.widgets.select.BeanDoubleListModel extends org.jdesktop.beans.AbstractSerializableBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
addEnabled
boolean addEnabled
-
canRemoveItemsPredicates
Collection<Predicate<List<O>>> canRemoveItemsPredicates
-
removeEnabled
boolean removeEnabled
-
selected
List<O> selected
List of the selected items -
selectedDownEnabled
boolean selectedDownEnabled
-
selectedModel
JaxxDefaultListModel<O> selectedModel
Model containing the selected items -
selectedUpEnabled
boolean selectedUpEnabled
-
universe
List<O> universe
List of all the available items -
universeModel
JaxxFilterableListModel<O> universeModel
Model containing the remaining available items -
useMultiSelect
boolean useMultiSelect
-
-
Class org.nuiton.jaxx.widgets.select.BeanFilterableComboBox extends Table implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$JSeparator0
JSeparator $JSeparator0
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
$Table0
BeanFilterableComboBox<O> $Table0
-
autoFocus
Boolean autoFocus
-
bean
Object bean
-
beanType
Class<O> beanType
-
combobox
JComboBox<O> combobox
-
data
List<O> data
-
delegateContext
JAXXContext delegateContext
-
displayDecorator
JToggleButton displayDecorator
-
editable
Boolean editable
-
enterToSelect
Boolean enterToSelect
-
enterToSelectUniqueUniverse
Boolean enterToSelectUniqueUniverse
-
filterable
Boolean filterable
-
handler
BeanFilterableComboBoxHandler<O> handler
-
i18nPrefix
String i18nPrefix
-
index
Integer index
-
indexes
JAXXButtonGroup indexes
-
invalidComboEditorTextColor
Color invalidComboEditorTextColor
-
maximumRowCount
Integer maximumRowCount
-
notSelectedToolTipText
String notSelectedToolTipText
-
popup
JPopupMenu popup
-
popupLabel
JLabel popupLabel
-
popupSeparator
JSeparator popupSeparator
-
popupSortLabel
JLabel popupSortLabel
-
popupTitleText
String popupTitleText
-
property
String property
-
reset
JButton reset
-
reverseSort
Boolean reverseSort
-
selectedItem
Object selectedItem
-
selectedToolTipText
String selectedToolTipText
-
showDecorator
Boolean showDecorator
-
showReset
Boolean showReset
-
sortable
Boolean sortable
-
sortDown
JRadioButtonMenuItem sortDown
-
sortGroup
JAXXButtonGroup sortGroup
-
sortUp
JRadioButtonMenuItem sortUp
-
tabToSelect
Boolean tabToSelect
-
toolbarLeft
JToolBar toolbarLeft
-
toolbarRight
JToolBar toolbarRight
-
-
Class org.nuiton.jaxx.widgets.select.BeanListHeader extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
beanType
Class<O> beanType
-
changeDecorator
JToggleButton changeDecorator
-
data
List<O> data
-
delegateContext
JAXXContext delegateContext
-
editable
Boolean editable
-
handler
BeanListHeaderHandler<O> handler
-
i18nPrefix
String i18nPrefix
-
index
Integer index
-
indexes
JAXXButtonGroup indexes
-
label
JLabel label
-
labelText
String labelText
-
list
JList<O> list
-
notSelectedToolTipText
String notSelectedToolTipText
-
popup
JPopupMenu popup
-
popupLabel
JLabel popupLabel
-
popupSeparator
JSeparator popupSeparator
-
popupSortLabel
JLabel popupSortLabel
-
popupTitleText
String popupTitleText
-
resetSelection
JButton resetSelection
-
reverseSort
Boolean reverseSort
-
selectedToolTipText
String selectedToolTipText
-
showDecorator
Boolean showDecorator
-
showReset
Boolean showReset
-
sortDown
JRadioButtonMenuItem sortDown
-
sortGroup
JAXXButtonGroup sortGroup
-
sortUp
JRadioButtonMenuItem sortUp
-
toolbar
JToolBar toolbar
-
top
BeanListHeader<O> top
-
-
Class org.nuiton.jaxx.widgets.select.FilterableDoubleList extends Table implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
$activeBindings
List<Object> $activeBindings
-
$bindings
Map<String,JAXXBinding> $bindings
-
$bindingSources
Map<String,Object> $bindingSources
-
$JPanel0
JPanel $JPanel0
-
$JPanel1
JPanel $JPanel1
-
$JSeparator0
JSeparator $JSeparator0
-
$objectMap
Map<String,Object> $objectMap
-
$previousValues
Map<?,?> $previousValues
-
$Table0
FilterableDoubleList<O> $Table0
-
addAction
JButton addAction
-
beforeFilterPanel
JPanel beforeFilterPanel
-
delegateContext
JAXXContext delegateContext
-
displayDecorator
JToggleButton displayDecorator
-
filterable
Boolean filterable
-
filterField
JTextField filterField
-
filterFieldLabel
JLabel filterFieldLabel
-
handler
FilterableDoubleListHandler<O> handler
-
highlightFilterText
Boolean highlightFilterText
-
index
Integer index
-
indexes
JAXXButtonGroup indexes
-
model
FilterableDoubleListModel<O> model
-
popup
JPopupMenu popup
-
popupLabel
JLabel popupLabel
-
popupSeparator
JSeparator popupSeparator
-
popupSortLabel
JLabel popupSortLabel
-
removeAction
JButton removeAction
-
reset
JButton reset
-
resetFilter
JButton resetFilter
-
reverseSort
Boolean reverseSort
-
selectedList
JList<O> selectedList
-
selectedListMoveDownAction
JMenuItem selectedListMoveDownAction
-
selectedListMoveUpAction
JMenuItem selectedListMoveUpAction
-
selectedListPane
JScrollPane selectedListPane
-
selectedListPopup
JPopupMenu selectedListPopup
-
selectedListRemoveAction
JMenuItem selectedListRemoveAction
-
showDecorator
Boolean showDecorator
-
showReset
Boolean showReset
-
showSelectPopupEnabled
Boolean showSelectPopupEnabled
-
sortDown
JRadioButtonMenuItem sortDown
-
sortGroup
JAXXButtonGroup sortGroup
-
sortUp
JRadioButtonMenuItem sortUp
-
toolbarLeft
JToolBar toolbarLeft
-
topPanel
JPanel topPanel
-
universeList
JList<O> universeList
-
universeListPane
JScrollPane universeListPane
-
-
Class org.nuiton.jaxx.widgets.select.FilterableDoubleListConfig extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
autoSortSelectedList
boolean autoSortSelectedList
To auto sort selected list, when it changes. -
beanType
Class<O> beanType
Bean type. -
i18nPrefix
String i18nPrefix
I18n prefix use to display build i18n messages. -
label
String label
Optional widget label. -
property
String property
Optional property where to bind the selected value changes in optional bean. -
selectedLabel
String selectedLabel
Optional selected list label. -
showListLabel
boolean showListLabel
trueto see labels above lists. -
universeLabel
String universeLabel
Optional universe list label. -
useMultiSelect
boolean useMultiSelect
to be able to select a same entry more than one time property.
-
-
Class org.nuiton.jaxx.widgets.select.FilterableDoubleListModel extends org.jdesktop.beans.AbstractSerializableBean implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
addEnabled
boolean addEnabled
Can use select action ? -
bean
Object bean
Optional bean where to push data. -
config
FilterableDoubleListConfig<O> config
-
objectIsAdjusting
boolean objectIsAdjusting
Internal flag to avoid reentrant code while firing some events. -
removeEnabled
boolean removeEnabled
Can use unselect action ? -
selectedDownEnabled
boolean selectedDownEnabled
Can use select down action ? -
selectedModel
JaxxDefaultListModel<O> selectedModel
Model containing the selected items. -
selectedSize
int selectedSize
-
selectedUpEnabled
boolean selectedUpEnabled
Can use select up action ? -
universe
List<O> universe
Universe of items useables in not-selected and selected lists. -
universeModel
JaxxFilterableListModel<O> universeModel
Model containing the remaining available items. -
universeSize
int universeSize
-
-