public class MacroBreak extends MacroFunctor<Void>
MacroLoop.
No more expression in the loop is executed.ATTR_DESCRIPTION, ATTR_ICON, ATTR_LABEL, ATTR_TIP| Constructor and Description |
|---|
MacroBreak() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
A short string representation (suitable for example for use with an icon
or menu item).
|
Void |
perform(IFunctorCall call)
Perform the encapsulated business logic in the context defined in "call".
|
configure, getClassLoader, getContainer, getContext, getDescription, getIconName, getTip, serialize, setContainer, setContextpublic String getLabel()
IPresentationSupportgetLabel in interface IPresentationSupportgetLabel in class MacroFunctor<Void>public Void perform(IFunctorCall call) throws FunctorInvocationException
IFunctorcall - The call contextFunctorInvocationException - An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.