Class PBEKeepMethod

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

public class PBEKeepMethod
extends PBEAttributeMethod

Keep the input data, and do nothing. This command can be used for editing data using muliple pages by first collecting the input data, and then issuing a commands for all.


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEKeepMethod()
           
 
Method Summary
 boolean performActivation()
           
 
Methods inherited from class PBEAttributeMethod
getAttributeStatus
 
Methods inherited from class PBEMethod
activate, afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, 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

PBEKeepMethod

public PBEKeepMethod()
Method Detail

performActivation

public boolean performActivation()
Overrides:
performActivation in class PBEMethod