|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Object
|
+--PBEAction
|
+--PBEAttributeAction
|
+--PBERangeAction
PBERangeAction sets a range of valid values on an attribute.PBERangeAction can be used in attribute events.
range
range( from, to )
from - Start of range.to - End of range.
PBE:attributeEvent( "customer", "discount", "after:input:range(0.0,100.0)");In this example an input value range from 0.0 to 100.0 is declared for the attribute "discount" of object "customer".This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 252).
| Fields inherited from class PBEAction |
iParameters,
iType,
name,
procName |
| Constructor Summary | |
PBERangeAction()
|
|
| 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 PBERangeAction()
| Method Detail |
public varchar parameters()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||