public class UIPersistAction extends Object implements UIListenerAction
Constructor and Description |
---|
UIPersistAction(UIComponent scope,
Variant.RecordVariant definition,
UIListener owner)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
RecordHolder |
getDefinition()
Returns action definition.
|
void |
invokePostProcessAction(UIScreen screen)
Invokes the post-persist closure.
|
void |
processAction(UIScreen screen)
Invokes the action on the screen.
|
public UIPersistAction(UIComponent scope, Variant.RecordVariant definition, UIListener owner)
scope
- definition
- owner
- public void processAction(UIScreen screen)
UIListenerAction
processAction
in interface UIListenerAction
screen
- the screen reference, not null.public void invokePostProcessAction(UIScreen screen)
screen
- public RecordHolder getDefinition()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.