com.jFormTK
Class CurrentFldControl

java.lang.Object
  extended by com.jFormTK.CurrentFldControl

public class CurrentFldControl
extends java.lang.Object

        This class is designed to hold a 'JFormField' reference and it's index into the
        'JFormForm' Sub-Class 'JFormField' Collection [Vector]...

        Kernel Usage:
        1)      'JFocus' Class to receive controls from the JFormForm.setIndexXXX methods...
        2)      'JFormForm.setIndexXXX' methods to return the requested 'JFormField' instance
                and it's index into the 'formFields' Vector...
        


Constructor Summary
CurrentFldControl(JFormField fld, int fldIndex)
           
 
Method Summary
 int getFieldIndex()
           
 JFormField getJFormField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentFldControl

public CurrentFldControl(JFormField fld,
                         int fldIndex)
Method Detail

getJFormField

public JFormField getJFormField()

getFieldIndex

public int getFieldIndex()