Interface INamedLayoutEvent

All Superinterfaces:
ILayoutEvent, IServerEvent
All Known Subinterfaces:
IAfterDeleteLayoutEvent, IAfterSaveLayoutEvent, IBeforeDeleteLayoutEvent, IBeforeSaveLayoutEvent
All Known Implementing Classes:
de.uplanet.lucy.server.portaldesigner.AbstractLayoutEvent, AfterDeleteLayoutEvent, AfterSaveLayoutEvent, BeforeDeleteLayoutEvent, BeforeSaveLayoutEvent

@Scriptable public interface INamedLayoutEvent extends ILayoutEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the layout.
  • Method Details

    • getLayoutName

      String getLayoutName()
      Get the name of the layout.
      Returns:
      The name of the layout.