Class PBEEnableAction

Object
  |
  +--PBEAction
        |
        +--PBEEnableAction

public class PBEEnableAction
extends PBEAction


Description:
PBEEnableAction enables the specified method.

PBEEnableAction can be used in object and attribute events.


Event String Action Name:
enable


Syntax:

enable( method )


Parameters
method - name of the method to be enabled.


Examples:
 PBE:objectEvent(
   "country",
   "after:init:enable(find)");
 
This event enables the "find" method after the object "country" has been initialized.

This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 257).


Fields inherited from class PBEAction
iParameters, iType, name, procName
 
Constructor Summary
PBEEnableAction()
           
 
Method Summary
 varchar parameters()
           
 
Methods inherited from class PBEAction
actionArguments, actionCall, actionParameters, attributeReference, callString, checkEvent, getObject, methodReference, nestedInput, objectReference, parameter, perform, performParameterCount, printPerform, tracePerform
 

Constructor Detail

PBEEnableAction

public PBEEnableAction()
Method Detail

parameters

public varchar parameters()
Overrides:
parameters in class PBEAction