public interface HasAction
Modifier and Type | Method and Description |
---|---|
void |
setAction(String action)
Action to invoke when clicked.
|
void setAction(String action)
MethodExpression
must evaluate to a public method that takes no parameters,
and returns a String
(the logical outcome) which is passed to the
NavigationHandler
for this application.
The string is directly passed to the navigation handler.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.