Interface HasAction
- All Known Subinterfaces:
- ButtonTagDeclaration,- EventTagDeclaration,- LinkTagDeclaration,- SheetPageCommandTagDeclaration,- TabGroupTagDeclaration
public interface HasAction
- 
Method Summary
- 
Method Details- 
setActionAction to invoke when clicked. This must be a MethodExpression or a String representing the application action to invoke when this component is activated by the user. TheMethodExpressionmust evaluate to a public method that takes no parameters, and returns aString(the logical outcome) which is passed to theNavigationHandlerfor this application. The string is directly passed to the navigation handler.
 
-