Class BoundPropertyExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.perspective.gateway.expression.BoundPropertyExpression
- All Implemented Interfaces:
- Expression
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionchildren, context, updateListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionexecute()Compute and return the value of this expressionReturn a human-readable name for the operation that this expression performsClass<?>getType()Return the type that this expression will returnvoidshutdown()Tells the expression to shutdown any polling operations.voidstartup()Tells the expression to startup any polling operations.Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionconnect, disconnect, getChildren, setChildren
- 
Constructor Details- 
BoundPropertyExpression
 
- 
- 
Method Details- 
getPropReference
- 
executeDescription copied from interface:ExpressionCompute and return the value of this expression
- 
getTypeDescription copied from interface:ExpressionReturn the type that this expression will return
- 
getOpNameDescription copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs
- 
startuppublic void startup()Description copied from interface:ExpressionTells the expression to startup any polling operations. Expressions that use this can remember the updateListener from connect() to feed update notification to.- Specified by:
- startupin interface- Expression
- Overrides:
- startupin class- AbstractExpression
 
- 
shutdownpublic void shutdown()Description copied from interface:ExpressionTells the expression to shutdown any polling operations.- Specified by:
- shutdownin interface- Expression
- Overrides:
- shutdownin class- AbstractExpression
 
 
-