Uses of Class
org.opencms.acacia.shared.CmsContentDefinition
-
Packages that use CmsContentDefinition Package Description org.opencms.acacia.shared.rpc Contains the acacia editor RPC service interfaces.org.opencms.ade.contenteditor.shared Contains data beans used on the server side as well as on the client side of the XML content editor. -
-
Uses of CmsContentDefinition in org.opencms.acacia.shared.rpc
Methods in org.opencms.acacia.shared.rpc that return CmsContentDefinition Modifier and Type Method Description CmsContentDefinition
I_CmsContentService. loadContentDefinition(java.lang.String entityId)
Loads the content definition for a given entity.Method parameters in org.opencms.acacia.shared.rpc with type arguments of type CmsContentDefinition Modifier and Type Method Description void
I_CmsContentServiceAsync. loadContentDefinition(java.lang.String entityId, com.google.gwt.user.client.rpc.AsyncCallback<CmsContentDefinition> callback)
Loads the content definition for a given type. -
Uses of CmsContentDefinition in org.opencms.ade.contenteditor.shared
Subclasses of CmsContentDefinition in org.opencms.ade.contenteditor.shared Modifier and Type Class Description class
CmsContentDefinition
Contains all information needed for editing an XMLContent.
-