Class PBEAttributeMethod

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBEAttributeMethod
Direct Known Subclasses:
PBEKeepMethod

public class PBEAttributeMethod
extends PBEMethod

The "attribute" method requires that all attributes are OK before executing.


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEAttributeMethod()
           
 
Method Summary
 varchar getAttributeStatus()
          This method calls the object to check the status on all attributes.
 
Methods inherited from class PBEMethod
activate, afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, 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

PBEAttributeMethod

public PBEAttributeMethod()
Method Detail

getAttributeStatus

public varchar getAttributeStatus()
This method calls the object to check the status on all attributes. If one attribute has an error, then this method will return the error.
Overrides:
getAttributeStatus in class PBEMethod