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
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default Map<String,Object>handle(LayoutSaveRequest request)Deprecated.Invoked when layout state save is requested to return context.Map<String,Object>onSave()Deprecated.Accepts context and provides it for GD.
-
-
-
Method Detail
-
handle
default Map<String,Object> handle(LayoutSaveRequest request)
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
-
-