Class PBECurrentField

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEReadOnlyAttribute
                    |
                    +--PBECurrentField

public class PBECurrentField
extends PBEReadOnlyAttribute


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBECurrentField()
           
 
Method Summary
 generic getValue(boolean is_edit, generic default_value)
           
 
Methods inherited from class PBEReadOnlyAttribute
initializeValue, initializeValue, setValue
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, enabled, getStatus, getValue, globalReference, hide, inputValue, onOutput, outputValue, prepareAction, setStatus, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBECurrentField

public PBECurrentField()
Method Detail

getValue

public generic getValue(boolean is_edit,
                        generic default_value)
Overrides:
getValue in class PBEAttribute