Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.client.gui.forms.standard.learner
Class LearnerGeneralReportSetup  view LearnerGeneralReportSetup download LearnerGeneralReportSetup.java

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjavax.swing.JComponent
              extended byjavax.swing.JPanel
                  extended byorg.schooltool.client.gui.utilities.ReportForm
                      extended byorg.schooltool.client.gui.forms.standard.learner.LearnerGeneralReportSetup
All Implemented Interfaces:
javax.accessibility.Accessible, org.schooltool.client.gui.forms.FormInterface, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable

public class LearnerGeneralReportSetup
extends org.schooltool.client.gui.utilities.ReportForm


Nested Class Summary
 
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
 
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
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
private  org.schooltool.ejb.session.client.access.accessModule access
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel characterModel
           
private  javax.swing.JCheckBox chkBibleStudy
           
private  javax.swing.JCheckBox chkBibleStudyValue
           
private  javax.swing.JRadioButton chkCharacteristics
           
private  javax.swing.JCheckBox chkDateLeftSchool
           
private  javax.swing.JCheckBox chkGrade
           
private  javax.swing.JCheckBox chkHandedness
           
private  javax.swing.JRadioButton chkHobbies
           
private  javax.swing.JCheckBox chkLearnerFirstName
           
private  javax.swing.JCheckBox chkLearnerInitials
           
private  javax.swing.JCheckBox chkLearnerSurname
           
private  javax.swing.JCheckBox chkNoOfChildren
           
private  javax.swing.JCheckBox chkPositionInFamily
           
private  javax.swing.JCheckBox chkPreviousSchoolName
           
private  javax.swing.JCheckBox chkReasonForLeaving
           
private  javax.swing.JCheckBox chkRefNo
           
private  javax.swing.JCheckBox chkRegisterClass
           
private  javax.swing.JCheckBox chkReligion
           
private  javax.swing.JCheckBox chkWelfare
           
private  javax.swing.JCheckBox chkWelfareValue
           
private  javax.swing.JComboBox cmboBibleStudyMatch
           
private  javax.swing.JComboBox cmboCharacterMatch
           
private  javax.swing.JComboBox cmboCharacterValue
           
private  javax.swing.JComboBox cmboDateLeftSchoolMatch
           
private  org.schooltool.client.gui.widgets.DateComboBox cmboDateLeftSchoolValue
           
private  javax.swing.JComboBox cmboGradeMatch
           
private  javax.swing.JComboBox cmboGradeValue
           
private  javax.swing.JComboBox cmboHandednessMatch
           
private  javax.swing.JComboBox cmboHandednessValue
           
private  javax.swing.JComboBox cmboHobbiesMatch
           
private  javax.swing.JComboBox cmboHobbiesValue
           
private  javax.swing.JComboBox cmboLearnerFstNameMatch
           
private  javax.swing.JComboBox cmboLearnerInitialsMatch
           
private  javax.swing.JComboBox cmboLearnerSurnameMatch
           
private  javax.swing.JComboBox cmboNoOfChildrenMatch
           
private  javax.swing.JComboBox cmboPositionInFamilyMatch
           
private  javax.swing.JComboBox cmboPositionInFamilyValue
           
private  javax.swing.JComboBox cmboPreviousSchoolMatch
           
private  javax.swing.JComboBox cmboReasonForLeavingMatch
           
private  javax.swing.JComboBox cmboReasonForLeavingValue
           
private  javax.swing.JComboBox cmboRefNoMatch
           
private  javax.swing.JComboBox cmboRegClassMatch
           
private  javax.swing.JComboBox cmboRegClassValue
           
private  javax.swing.JComboBox cmboReligionMatch
           
private  javax.swing.JComboBox cmboReligionValue
           
private  javax.swing.JComboBox cmboWelfareMatch
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel familyPositionModel
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel gradeModel
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel handednessModel
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel hobbiesModel
           
private  javax.swing.JLabel lblColumn
           
private  javax.swing.JLabel lblMatch
           
private  javax.swing.JLabel lblValue
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel[] matchModels
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel reasonForLeavingModel
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel registerClassModel
           
private  org.schooltool.client.gui.widgets.ComboBoxViewModel religionModel
           
private  javax.swing.JTextField txtLearnerFstName
           
private  javax.swing.JTextField txtLearnerInitials
           
private  javax.swing.JTextField txtLearnerSurname
           
private  javax.swing.JTextField txtNoOfChildren
           
private  javax.swing.JTextField txtPreviousSchoolName
           
private  javax.swing.JTextField txtRefNo
           
 
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.Container
 
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
LearnerGeneralReportSetup()
          Creates new form StaffApplicationReportSetup
 
Method Summary
 java.lang.String getFormName()
           
 org.schooltool.complextypes.lookup.ReportSetting[] getReportSettings()
           
private  void initComponents()
          This method is called from within the constructor to initialize the form.
 void load(long PK)
           
 void setAccessMechanism(org.schooltool.ejb.session.client.access.accessModule access)
           
 
Methods inherited from class org.schooltool.client.gui.utilities.ReportForm
clear, delete, doInternationalization, getForm, getSearchFormClassName, save, searchFormCallBack, setCallBack, setIsFormChanged, setLocalizationString
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, swapComponents, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

access

private org.schooltool.ejb.session.client.access.accessModule access

matchModels

private org.schooltool.client.gui.widgets.ComboBoxViewModel[] matchModels

gradeModel

private org.schooltool.client.gui.widgets.ComboBoxViewModel gradeModel

registerClassModel

private org.schooltool.client.gui.widgets.ComboBoxViewModel registerClassModel

familyPositionModel

private org.schooltool.client.gui.widgets.ComboBoxViewModel familyPositionModel

religionModel

private org.schooltool.client.gui.widgets.ComboBoxViewModel religionModel

handednessModel

private org.schooltool.client.gui.widgets.ComboBoxViewModel handednessModel

characterModel

private org.schooltool.client.gui.widgets.ComboBoxViewModel characterModel

hobbiesModel

private org.schooltool.client.gui.widgets.ComboBoxViewModel hobbiesModel

reasonForLeavingModel

private org.schooltool.client.gui.widgets.ComboBoxViewModel reasonForLeavingModel

lblColumn

private javax.swing.JLabel lblColumn

lblMatch

private javax.swing.JLabel lblMatch

lblValue

private javax.swing.JLabel lblValue

chkGrade

private javax.swing.JCheckBox chkGrade

chkRegisterClass

private javax.swing.JCheckBox chkRegisterClass

chkRefNo

private javax.swing.JCheckBox chkRefNo

chkLearnerSurname

private javax.swing.JCheckBox chkLearnerSurname

chkLearnerFirstName

private javax.swing.JCheckBox chkLearnerFirstName

chkLearnerInitials

private javax.swing.JCheckBox chkLearnerInitials

cmboGradeMatch

private javax.swing.JComboBox cmboGradeMatch

cmboRegClassMatch

private javax.swing.JComboBox cmboRegClassMatch

cmboRefNoMatch

private javax.swing.JComboBox cmboRefNoMatch

cmboLearnerSurnameMatch

private javax.swing.JComboBox cmboLearnerSurnameMatch

cmboLearnerFstNameMatch

private javax.swing.JComboBox cmboLearnerFstNameMatch

cmboLearnerInitialsMatch

private javax.swing.JComboBox cmboLearnerInitialsMatch

cmboGradeValue

private javax.swing.JComboBox cmboGradeValue

cmboRegClassValue

private javax.swing.JComboBox cmboRegClassValue

txtRefNo

private javax.swing.JTextField txtRefNo

txtLearnerSurname

private javax.swing.JTextField txtLearnerSurname

txtLearnerFstName

private javax.swing.JTextField txtLearnerFstName

txtLearnerInitials

private javax.swing.JTextField txtLearnerInitials

chkNoOfChildren

private javax.swing.JCheckBox chkNoOfChildren

chkPositionInFamily

private javax.swing.JCheckBox chkPositionInFamily

chkReligion

private javax.swing.JCheckBox chkReligion

chkWelfare

private javax.swing.JCheckBox chkWelfare

chkBibleStudy

private javax.swing.JCheckBox chkBibleStudy

chkHandedness

private javax.swing.JCheckBox chkHandedness

chkPreviousSchoolName

private javax.swing.JCheckBox chkPreviousSchoolName

chkReasonForLeaving

private javax.swing.JCheckBox chkReasonForLeaving

chkDateLeftSchool

private javax.swing.JCheckBox chkDateLeftSchool

cmboNoOfChildrenMatch

private javax.swing.JComboBox cmboNoOfChildrenMatch

cmboPositionInFamilyMatch

private javax.swing.JComboBox cmboPositionInFamilyMatch

cmboReligionMatch

private javax.swing.JComboBox cmboReligionMatch

cmboWelfareMatch

private javax.swing.JComboBox cmboWelfareMatch

cmboBibleStudyMatch

private javax.swing.JComboBox cmboBibleStudyMatch

cmboHandednessMatch

private javax.swing.JComboBox cmboHandednessMatch

cmboCharacterMatch

private javax.swing.JComboBox cmboCharacterMatch

cmboHobbiesMatch

private javax.swing.JComboBox cmboHobbiesMatch

cmboPreviousSchoolMatch

private javax.swing.JComboBox cmboPreviousSchoolMatch

cmboReasonForLeavingMatch

private javax.swing.JComboBox cmboReasonForLeavingMatch

cmboDateLeftSchoolMatch

private javax.swing.JComboBox cmboDateLeftSchoolMatch

cmboPositionInFamilyValue

private javax.swing.JComboBox cmboPositionInFamilyValue

cmboReligionValue

private javax.swing.JComboBox cmboReligionValue

chkWelfareValue

private javax.swing.JCheckBox chkWelfareValue

chkBibleStudyValue

private javax.swing.JCheckBox chkBibleStudyValue

cmboHandednessValue

private javax.swing.JComboBox cmboHandednessValue

cmboCharacterValue

private javax.swing.JComboBox cmboCharacterValue

cmboHobbiesValue

private javax.swing.JComboBox cmboHobbiesValue

txtPreviousSchoolName

private javax.swing.JTextField txtPreviousSchoolName

cmboReasonForLeavingValue

private javax.swing.JComboBox cmboReasonForLeavingValue

chkCharacteristics

private javax.swing.JRadioButton chkCharacteristics

chkHobbies

private javax.swing.JRadioButton chkHobbies

txtNoOfChildren

private javax.swing.JTextField txtNoOfChildren

cmboDateLeftSchoolValue

private org.schooltool.client.gui.widgets.DateComboBox cmboDateLeftSchoolValue
Constructor Detail

LearnerGeneralReportSetup

public LearnerGeneralReportSetup()
Creates new form StaffApplicationReportSetup

Method Detail

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.


getFormName

public java.lang.String getFormName()

getReportSettings

public org.schooltool.complextypes.lookup.ReportSetting[] getReportSettings()

load

public void load(long PK)

setAccessMechanism

public void setAccessMechanism(org.schooltool.ejb.session.client.access.accessModule access)