Class PBEEnterQuery

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBECommand
                          |
                          +--PBEEnterCommand
                                |
                                +--PBEEnterQuery

public class PBEEnterQuery
extends PBEEnterCommand


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEEnterQuery()
           
 
Method Summary
protected  void activate()
           
 
Methods inherited from class PBECommand
performActivation, performActivation
 
Methods inherited from class PBEMethod
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

PBEEnterQuery

public PBEEnterQuery()
Method Detail

activate

protected void activate()
Overrides:
activate in class PBEEnterCommand