Class LayoutModel

java.lang.Object
io.meeds.layout.model.LayoutModel

public class LayoutModel extends Object
  • Field Details

    • id

      protected String id
    • storageId

      protected String storageId
    • storageName

      protected String storageName
    • name

      protected String name
    • icon

      protected String icon
    • template

      protected String template
    • factoryId

      protected String factoryId
    • title

      protected String title
    • description

      protected String description
    • width

      protected String width
    • height

      protected String height
    • cssClass

      protected String cssClass
    • borderColor

      protected String borderColor
  • Constructor Details

    • LayoutModel

      public LayoutModel(org.exoplatform.portal.config.model.ModelObject model)
    • LayoutModel

      public LayoutModel(org.exoplatform.portal.config.model.ModelObject model, PortletInstanceService portletInstanceService)
  • Method Details

    • resetStorage

      public void resetStorage()
    • toPage

      public org.exoplatform.portal.config.model.Page toPage()
    • toSite

      public org.exoplatform.portal.config.model.PortalConfig toSite()