Class PBEInitCommand

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBEInitCommand
Direct Known Subclasses:
PBEDisplayDirCommand, PBEInitTextCommand

public class PBEInitCommand
extends PBEMethod


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEInitCommand(PBEObject my_object, varchar name)
           
 
Method Summary
protected  void activate()
           
 varchar getSelectList()
           
 Cursor newSelection()
           
 
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, enabled, getStatus, getValue, getValue, globalReference, hide, onOutput, outputValue, prepareAction, setStatus, setValue, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBEInitCommand

public PBEInitCommand(PBEObject my_object,
                      varchar name)
Method Detail

getSelectList

public varchar getSelectList()

newSelection

public Cursor newSelection()

activate

protected void activate()
Overrides:
activate in class PBEMethod