|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Object
|
+--PBEAction
|
+--PBEUseAction
PBEUseAction simulates input into an attribute, thus causing the attribute to be used in database related actions.PBEUseAction can be used in object and attribute events. When this action is not used in an attribute event, the second parameter destination must be provided.
use
useuse( destination )
destination - Specifies the destination attribute when use is used in an object event. If destination is omitted, "use" must be used in an attribute event.
PBE:attributeEvent( "customer", "pbe_order_list", "after:input:use(search)use(from)use(to)");This event causes the attributes "search", "from" and "to" to be used after input has been received for the attribute "pbe_order_list" of object "customer".This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 253).
| Fields inherited from class PBEAction |
iParameters,
iType,
name,
procName |
| Constructor Summary | |
PBEUseAction()
|
|
| 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 |
public PBEUseAction()
| Method Detail |
public varchar parameters()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||