Class PBEDebugMethod

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBEDebugMethod

public class PBEDebugMethod
extends PBEMethod


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEDebugMethod()
           
 
Method Summary
protected  void activate()
          The debug login button is activated by calling the login method with a NULL value for the user name.
 varchar enabled()
           
 
Methods inherited from class PBEMethod
afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, getAttributeStatus, inputValue, performActivation, prepareAction
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, getStatus, getValue, getValue, globalReference, hide, onOutput, outputValue, prepareAction, setStatus, setValue, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBEDebugMethod

public PBEDebugMethod()
Method Detail

enabled

public varchar enabled()
Overrides:
enabled in class PBEAttribute

activate

protected void activate()
The debug login button is activated by calling the login method with a NULL value for the user name.
Overrides:
activate in class PBEMethod