Class PBEMemberField

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMemberField
Direct Known Subclasses:
PBESumField

public class PBEMemberField
extends PBEAttribute


Field Summary
protected  PBEGroupField iGroup
           
protected  PBEField iRefCol
           
 
Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEMemberField(PBEObject my_object, varchar name, varchar group, varchar ref_col)
           
 
Method Summary
 boolean changed()
           
 void nextRow()
           
 void reset()
           
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, enabled, getStatus, getValue, getValue, globalReference, hide, inputValue, onOutput, outputValue, prepareAction, setStatus, setValue, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Field Detail

iGroup

protected PBEGroupField iGroup

iRefCol

protected PBEField iRefCol
Constructor Detail

PBEMemberField

public PBEMemberField(PBEObject my_object,
                      varchar name,
                      varchar group,
                      varchar ref_col)
Parameters:
my_object - the object this object should be attached to.
name - the name used to access this object.
group - the name of the PBEGroupField this object should belong to.
ref_col - the name of the refered to attribute.
Method Detail

reset

public void reset()

changed

public boolean changed()

nextRow

public void nextRow()