|
|||||||||
| Home >> All >> org >> schooltool >> client >> gui >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.schooltool.client.gui.widgets
Class SearchWidget

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.schooltool.client.gui.widgets.SearchWidget
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public abstract class SearchWidget
- extends javax.swing.JDialog
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
protected org.schooltool.ejb.session.client.access.accessModule |
accessMod
|
private org.schooltool.client.gui.forms.FormInterface |
callBackForm
|
private org.schooltool.client.gui.view.ContentView |
contentView
|
private javax.swing.JComboBox |
CriteriaBox
|
private javax.swing.JPanel |
CriteriaPanel
|
private javax.swing.JTextField |
CriteriaValue
|
private long |
primaryKey
|
TableView |
resultSet
|
private javax.swing.JButton |
SearchButton
|
private javax.swing.JComboBox |
SearchByBox
|
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
SearchWidget()
Creates new form SearchWidget |
|
SearchWidget(org.schooltool.client.gui.forms.FormInterface callBack)
|
|
| Method Summary | |
private void |
closeDialog(java.awt.event.WindowEvent evt)
Closes the dialog |
abstract void |
execute()
|
long |
getPrimaryKey()
|
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
private void |
resultSetTableViewAction(org.schooltool.client.gui.widgets.widgetevents.TableViewInteractionEvent evt)
|
private void |
SearchButtonActionPerformed(java.awt.event.ActionEvent evt)
|
void |
setAccessModule(org.schooltool.ejb.session.client.access.accessModule access)
|
void |
setContentView(org.schooltool.client.gui.view.ContentView cv)
|
void |
showDialog()
|
private void |
shutdown()
|
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
accessMod
protected org.schooltool.ejb.session.client.access.accessModule accessMod
primaryKey
private long primaryKey
contentView
private org.schooltool.client.gui.view.ContentView contentView
callBackForm
private org.schooltool.client.gui.forms.FormInterface callBackForm
CriteriaPanel
private javax.swing.JPanel CriteriaPanel
SearchByBox
private javax.swing.JComboBox SearchByBox
CriteriaBox
private javax.swing.JComboBox CriteriaBox
CriteriaValue
private javax.swing.JTextField CriteriaValue
SearchButton
private javax.swing.JButton SearchButton
resultSet
public TableView resultSet
| Constructor Detail |
SearchWidget
public SearchWidget()
- Creates new form SearchWidget
SearchWidget
public SearchWidget(org.schooltool.client.gui.forms.FormInterface callBack)
| Method Detail |
setContentView
public void setContentView(org.schooltool.client.gui.view.ContentView cv)
setAccessModule
public void setAccessModule(org.schooltool.ejb.session.client.access.accessModule access)
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
SearchButtonActionPerformed
private void SearchButtonActionPerformed(java.awt.event.ActionEvent evt)
resultSetTableViewAction
private void resultSetTableViewAction(org.schooltool.client.gui.widgets.widgetevents.TableViewInteractionEvent evt)
closeDialog
private void closeDialog(java.awt.event.WindowEvent evt)
- Closes the dialog
getPrimaryKey
public long getPrimaryKey()
showDialog
public void showDialog()
shutdown
private void shutdown()
execute
public abstract void execute()
|
|||||||||
| Home >> All >> org >> schooltool >> client >> gui >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC