Serialized Form
-
Package org.nuiton.jaxx.widgets.select
-
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 extends Serializable> $Table0
-
addButton
JButton addButton
-
allComponentsCreated
boolean allComponentsCreated
-
beforeFilterPanel
JPanel beforeFilterPanel
-
changeDecorator
JToggleButton changeDecorator
-
delegateContext
JAXXContext delegateContext
-
filterable
Boolean filterable
-
filterField
JTextField filterField
-
filterFieldLabel
JLabel filterFieldLabel
-
handler
FilterableDoubleListHandler handler
-
highlightFilterText
Boolean highlightFilterText
-
index
Integer index
-
indexes
JAXXButtonGroup indexes
-
model
FilterableDoubleListModel<O extends Serializable> model
-
popup
JPopupMenu popup
-
popupLabel
JLabel popupLabel
-
popupSeparator
JSeparator popupSeparator
-
popupSortLabel
JLabel popupSortLabel
-
removeButton
JButton removeButton
-
resetButton
JButton resetButton
-
reverseSort
Boolean reverseSort
-
selectedList
JList 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
-
toolbarRight
JToolBar toolbarRight
-
topPanel
JPanel topPanel
-
universeList
JList universeList
-
universeListPane
JScrollPane universeListPane
-
-
Class org.nuiton.jaxx.widgets.select.FilterableDoubleListConfig extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beanType
Class<O extends Serializable> beanType
Bean type. -
i18nPrefix
String i18nPrefix
I18n prefix use to display build i18n messages. -
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
Serializable bean
Optional bean where to push data. -
config
FilterableDoubleListConfig<O extends Serializable> 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 extends Serializable> selectedModel
Model containing the selected items. -
selectedSize
int selectedSize
-
selectedUpEnabled
boolean selectedUpEnabled
Can use select up action ? -
universe
List<O extends Serializable> universe
Universe of items useables in not-selected and selected lists. -
universeModel
JaxxFilterableListModel<O extends Serializable> universeModel
Model containing the remaining available items. -
universeSize
int universeSize
-
-