Class PBEGotoAction

Object
  |
  +--PBEAction
        |
        +--PBEGotoAction

public class PBEGotoAction
extends PBEAction


Description:
PBEGotoAction redirects the browser to a different page.

PBEGotoAction can be used in object and attribute events.


Event String Action Name:
goto


Syntax:

goto( target_page )


Parameters
target_page - The page to be redirected to.


Examples:
 PBE:attributeEvent(
   "customer",
   "after:find:goto(custlist.lml)");
 
This event causes the browser to be redirected to the page "custlist.lml" after activation of the "find" method on object "customer".

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


Fields inherited from class PBEAction
iParameters, iType, name, procName
 
Constructor Summary
PBEGotoAction()
           
 
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

PBEGotoAction

public PBEGotoAction()
Method Detail

parameters

public varchar parameters()
Overrides:
parameters in class PBEAction