Package com.tick42.glue.desktop.layouts
Interface Layouts.SaveRequestListener
- All Superinterfaces:
LayoutSaveHandler<Map<String,Object>>
- Enclosing interface:
- Layouts
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated
@FunctionalInterface
public static interface Layouts.SaveRequestListener
extends LayoutSaveHandler<Map<String,Object>>
Deprecated.
-
Method Summary
-
Method Details
-
handle
Deprecated.Description copied from interface:LayoutSaveHandlerInvoked when layout state save is requested to return context.- Specified by:
handlein interfaceLayoutSaveHandler<Map<String,Object>> - Parameters:
request- save request, nevernull- Returns:
- context to be saved with layout state
-
onSave
Deprecated.Accepts context and provides it for GD. Does not accept parameters- Returns:
- Map containing the context.
-