Class PBECommand

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBECommand
Direct Known Subclasses:
PBEAttributeCommand, PBEClearCommand, PBEDeleteCommand, PBEDirectoryCommand, PBEEnterCommand, PBEFetchCommand, PBEFirstCommand, PBELastCommand, PBENextCommand, PBEPreviousCommand

public class PBECommand
extends PBEMethod


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBECommand(PBEObject my_object, varchar name)
           
 
Method Summary
 boolean performActivation()
           
 boolean performActivation(integer row)
           
 
Methods inherited from class PBEMethod
activate, afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, getAttributeStatus, inputValue, prepareAction
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, enabled, getStatus, getValue, getValue, globalReference, hide, onOutput, outputValue, prepareAction, setStatus, setValue, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBECommand

public PBECommand(PBEObject my_object,
                  varchar name)
Parameters:
my_object - the PBEContainer object this object should be attached to.
name - the name used to access this object.
Method Detail

performActivation

public boolean performActivation(integer row)

performActivation

public boolean performActivation()
Overrides:
performActivation in class PBEMethod