Class PBEEnabledMethod

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBEEnabledMethod

public class PBEEnabledMethod
extends PBEMethod


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

PBEEnabledMethod

public PBEEnabledMethod()
Method Detail

enabled

public varchar enabled()
Overrides:
enabled in class PBEAttribute