Class PBEGuestMethod

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBEGuestMethod
Direct Known Subclasses:
PBELoginMethod

public class PBEGuestMethod
extends PBEMethod


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

PBEGuestMethod

public PBEGuestMethod()
Method Detail

guestLogin

protected void guestLogin()

activate

protected void activate()
Overrides:
activate in class PBEMethod