Package com.tick42.glue.desktop.layouts
Interface LayoutSaveRequest
-
public interface LayoutSaveRequestLayout state save request context.- Since:
- 1.4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLayoutName()Returns the name of the layout to be saved.LayoutTypegetLayoutType()Returns the type of the layout to be saved.
-
-
-
Method Detail
-
getLayoutName
String getLayoutName()
Returns the name of the layout to be saved.- Returns:
- the name of the layout to be saved, never
null
-
getLayoutType
LayoutType getLayoutType()
Returns the type of the layout to be saved.- Returns:
- the type of the layout to be saved, never
null
-
-