|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.jidesoft.grid.TableCustomFilterEditor.FilterPanel
public class TableCustomFilterEditor.FilterPanel
It's one line of FilterPanel contains several components.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| 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 | |
|---|---|
JButton |
_addButton
The add button on the right of _removeButton. |
JComboBox |
_andButton
The and/or JComboBox on the left most of a FilterPanel. |
JButton |
_clearButton
The clear button on the right of _goButton. |
JideButton |
_collapseButton
The collapse button on the left most of a FilterPanel. |
JComboBox |
_comboBox
|
CustomFilterEditor |
_editor
The CustomFilterEditor on the right of _andButton or _filterLabel, which contains a column
selection JComboBox, a condition JComboBox and the ValueEditors. |
JLabel |
_filterLabel
The filter label on the right of _collapseButton. |
JButton |
_goButton
The clear button on the right of _addButton. |
int |
_index
The index of this FilterPanel in the panels. |
IFilterableTableModel.FilterItem |
_item
Current filter item represented by this FilterPanel. |
JButton |
_removeButton
The clear button on the right of _editor. |
int |
_total
The count of all visible FilterPanels. |
| 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 | |
|---|---|
TableCustomFilterEditor.FilterPanel(IFilterableTableModel.FilterItem item,
int index,
int total)
The constructor. |
|
| Method Summary | |
|---|---|
void |
updateAndButton()
|
void |
updateCollapseButton()
|
void |
updateIndex(int index,
int total)
|
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public JComboBox _comboBox
public CustomFilterEditor _editor
_andButton or _filterLabel, which contains a column
selection JComboBox, a condition JComboBox and the ValueEditors.
public int _index
public int _total
public IFilterableTableModel.FilterItem _item
public JButton _goButton
_addButton. It only displays on the last FilterPanel.
public JButton _clearButton
_goButton. It only displays on the last FilterPanel.
public JButton _removeButton
_editor.
public JButton _addButton
_removeButton.
public JideButton _collapseButton
public JComboBox _andButton
public JLabel _filterLabel
_collapseButton. It only displays on the first Filterpanel.
| Constructor Detail |
|---|
public TableCustomFilterEditor.FilterPanel(IFilterableTableModel.FilterItem item,
int index,
int total)
item - the filter itemindex - the index of the filter item paneltotal - the count of all visible filter item panels| Method Detail |
|---|
public void updateAndButton()
public void updateIndex(int index,
int total)
public void updateCollapseButton()
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||