org.opencms.ui.shared.components.CmsExternalLayoutState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-test Show documentation
Show all versions of opencms-test Show documentation
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.
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