|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Object
|
+--PBEAction
|
+--PBESetAction
PBESetAction sets an attribute to a value.PBESetAction can be used in object and attribute events. When used in object events, the second parameter (destination) must be specified.
set
set( value )set( value, destination )
value - This is the value the attribute should be set to.destination - Specifies the destination attribute that should be set to the specified value. If destination is omitted, "set" must be used in an attribute event.
PBE:attributeEvent( "country", "type", "on:find,new:set('COUNTRY')");This event causes the attribute "type" of object "country" to be set to "COUNTRY" before activation of the methods "find" and "new".This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 258).
| Fields inherited from class PBEAction |
iParameters,
iType,
name,
procName |
| Constructor Summary | |
PBESetAction()
|
|
| 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 PBESetAction()
| Method Detail |
public varchar parameters()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||