Interface LayoutSaveRequest


public interface LayoutSaveRequest
Layout state save request context.
Since:
1.4.2
  • Method Summary

    Modifier and Type Method Description
    String getLayoutName()
    Returns the name of the layout to be saved.
    LayoutType getLayoutType()
    Returns the type of the layout to be saved.
  • Method Details

    • 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