All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencms.ui.shared.components.CmsExternalLayoutState Maven / Gradle / Ivy

Go to download

OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.

There is a newer version: 18.0
Show newest version

package org.opencms.ui.shared.components;

import com.vaadin.shared.AbstractComponentState;

/**
 * The external layout state.

* * @author Risto Yrjänä / Vaadin Ltd. */ public class CmsExternalLayoutState extends AbstractComponentState { /** The serial version id. */ private static final long serialVersionUID = -1808236223699146402L; /** The component id. */ public String m_externalComponentId; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy