Uses of Interface
nl.gx.webmanager.cms.element.Element
-
-
Uses of Element in nl.gx.forms.wmpformapi.api.form
Methods in nl.gx.forms.wmpformapi.api.form that return types with arguments of type Element Modifier and Type Method Description List<Element>
Form. getReferingElements()
Returns the elements which are using this form. -
Uses of Element in nl.gx.forms.wmpformelement.api
Subinterfaces of Element in nl.gx.forms.wmpformelement.api Modifier and Type Interface Description interface
FormElement
Interface for the form element. -
Uses of Element in nl.gx.webmanager.authorization
Method parameters in nl.gx.webmanager.authorization with type arguments of type Element Modifier and Type Method Description String[]
AuthorizationService. getElementCreatePermission(Class<? extends Element> elementClass)
Returns the create RBAC permissions associated with this element.String[]
AuthorizationService. getElementDeletePermission(Class<? extends Element> elementClass)
Returns the Delete RBAC permission associated with this element.void
AuthorizationService. registerCreatePermissions(Class<? extends Element> elementClass, Permission[] createPermissions)
Called by element component type to register the create permissions registered by the element component definitionvoid
AuthorizationService. registerDeletePermissions(Class<? extends Element> elementClass, Permission[] deletePermissions)
Called by element component type to register the delete permissions registered by the element component definitionvoid
AuthorizationService. unregisterCreatePermissions(Class<? extends Element> elementClass)
Called by element component type to unregister the create permissions registered by the element component definitionvoid
AuthorizationService. unregisterDeletePermissions(Class<? extends Element> elementClass)
Called by element component type to unregister the delete permissions registered by the element component definition -
Uses of Element in nl.gx.webmanager.cms.core
Methods in nl.gx.webmanager.cms.core that return Element Modifier and Type Method Description Element
PresentationContext. getElement()
Return Element of this PresentationContext.Element[]
ElementHolder. getElementHolderElements()
Return the all of the elements contained by this ElementHolder This is the raw list of elements and no extra filtering or processing is done.Element[]
ElementHolder. getElements()
Returns the elements contained by this element holder.Element
ElementHolder. getLastElement()
Returns the last element that is currently assigned to the ElementHolder object, or null if no element is assigned to the ElementHolder.Methods in nl.gx.webmanager.cms.core that return types with arguments of type Element Modifier and Type Method Description Map<String,Element>
ElementHolder. getElementsFBOMap()
Deprecated.Map<String,Element>
ElementHolder. getFBOMap()
Returns the elements as map.Methods in nl.gx.webmanager.cms.core with parameters of type Element Modifier and Type Method Description void
ElementHolder. setElementHolderElements(Element[] elements)
Deprecated.void
ElementHolder. setElements(Element[] elements)
Sets the elements for this element holder.void
ElementHolder. setModelElements(Element[] elements)
Deprecated. -
Uses of Element in nl.gx.webmanager.cms.element
Subinterfaces of Element in nl.gx.webmanager.cms.element Modifier and Type Interface Description interface
AnchorElement
An anchor element displays links to AnchorItems on the page and may optionally display a link to the top of the page.interface
DownloadElement
Meta information for the Download Element.interface
HeadingOverviewElement
A heading overview element displays links to headings on the page.interface
ImageElement
Image element.interface
ImageMapElement
Imagemap Element.interface
ListElement
Representation of list element.interface
PageCollectionElement
Collection of pages.interface
RichTextElement
Representation of rich text element.interface
RichTextInlineElement
Representation of rich text element.interface
SearchElement
Representation of SearchElement.interface
SeparatorElement
Representation of SeparatorElement.interface
TableElement
Representation of table element.interface
TextElement
Representation of paragraph element.Methods in nl.gx.webmanager.cms.element that return Element Modifier and Type Method Description Element
Element. copy()
Deprecated.Element
AnchorItem. getElement()
Returns the element to which this AnchorItem is linked. -
Uses of Element in nl.gx.webmanager.cms.element.implementation
Classes in nl.gx.webmanager.cms.element.implementation with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Element Modifier and Type Class Description class
nl.gx.webmanager.cms.element.implementation.JcrElementBase
-
Uses of Element in nl.gx.webmanager.cms.forum
Subinterfaces of Element in nl.gx.webmanager.cms.forum Modifier and Type Interface Description interface
ForumElement
Forum element. -
Uses of Element in nl.gx.webmanager.cms.integration
Subinterfaces of Element in nl.gx.webmanager.cms.integration Modifier and Type Interface Description interface
QueryElement
Representation of query element.interface
RssFeedElement
Element that shows external rss feeds. -
Uses of Element in nl.gx.webmanager.cms.mediarepository
Subinterfaces of Element in nl.gx.webmanager.cms.mediarepository Modifier and Type Interface Description interface
MediaCollectionElement
List of MediaItems.interface
MediaCollectionOverviewElement
Collection of MediaItems.Methods in nl.gx.webmanager.cms.mediarepository that return Element Modifier and Type Method Description Element[]
MediaItemVersion. getElements()
Deprecated.This method and a few other methods related to elements in this interface don't belong here and have been deprecated.Element
MediaItemVersion. getLastElement()
Deprecated.See getElements()Methods in nl.gx.webmanager.cms.mediarepository with parameters of type Element Modifier and Type Method Description void
MediaItemVersion. setElements(Element[] elements)
Deprecated.See getElements()void
MediaItemArticleVersion. setModelElements(Element[] elements)
Deprecated.Method parameters in nl.gx.webmanager.cms.mediarepository with type arguments of type Element Modifier and Type Method Description void
MediaItemArticleVersion. setElementsFBOMap(Map<String,Element> map)
Deprecated.void
MediaItemArticleVersion. setFBOMap(Map<String,Element> map)
Sets the hash map of elements used for spring binding. -
Uses of Element in nl.gx.webmanager.contentapi.event
Methods in nl.gx.webmanager.contentapi.event that return Element Modifier and Type Method Description Element
ElementEvent. getElement()
Returns the element associated with this event.Element
ElementEvent. getOriginalElement()
Returns the original element associated with this event.Constructors in nl.gx.webmanager.contentapi.event with parameters of type Element Constructor Description ElementEvent(Event.Type eventType, Element element, String eventAction, Object source)
Constructor of the element event.ElementEvent(Event.Type eventType, Element element, String eventAction, Object source, Class<? extends Element> scope)
Constructor of the element event.ElementEvent(Event.Type eventType, Element element, Element originalElement, String eventAction, Object source)
Constructor of the element event.ElementEvent(Event.Type eventType, Element element, Element originalElement, String eventAction, Object source, Class<? extends Element> scope)
Constructor of the element event.Constructor parameters in nl.gx.webmanager.contentapi.event with type arguments of type Element Constructor Description ElementEvent(Event.Type eventType, Element element, String eventAction, Object source, Class<? extends Element> scope)
Constructor of the element event.ElementEvent(Event.Type eventType, Element element, Element originalElement, String eventAction, Object source, Class<? extends Element> scope)
Constructor of the element event. -
Uses of Element in nl.gx.webmanager.foundation
Methods in nl.gx.webmanager.foundation that return Element Modifier and Type Method Description Element
PresentationContextImpl. getElement()
Methods in nl.gx.webmanager.foundation with parameters of type Element Modifier and Type Method Description static String
Utilities. getFirstText(Element[] elements)
Finds the first text element. -
Uses of Element in nl.gx.webmanager.services.contentapi
Methods in nl.gx.webmanager.services.contentapi that return Element Modifier and Type Method Description Element
ElementManagementService. copyElement(Element element, String elementHolderClassName, String elementHolderUUID, int elementHolderId, String targetProperty)
Copies an element to the given element holder.Element
ElementManagementService. copyElement(Element element, PageVersion target)
Copies an element to the target page version.Element
ElementManagementService. copyElement(Element element, MediaItemArticleVersion target)
Copies an element to the target media item version.Element
ElementManagementService. copyElement(Element element, nl.gx.webmanager.cms.pagemodel.PageModel target)
Deprecated.Element
ElementManagementService. copyElementToLimbo(Element element, ElementHolder parentHolder)
Clone an element and place in the limbo area.Element
ElementManagementService. createAndInsertElement(ElementHolder wrapper, Class<? extends Element> elementType, int position, Website website)
Creates a new (empty) element and add it at the specified location to the given page version.Element
ElementManagementService. createAndInsertElement(PageVersion pageVersion, Class<? extends Element> elementType)
Creates a new (empty) element and add it as last element to the given PageVersion.Element
ElementManagementService. createAndInsertElement(PageVersion pageVersion, Class<? extends Element> elementType, int position)
Creates a new (empty) element and add it at the specified location to the given PageVersion.Element
ElementManagementService. createAndInsertElement(MediaItemVersion mediaItemVersion, Class<? extends Element> elementType)
Creates a new (empty) element and add it as last element to the given MediaItemVersion.Element
ElementManagementService. createAndInsertElement(MediaItemVersion mediaItemVersion, Class<? extends Element> elementType, int position)
Creates a new (empty) element and add it at the specified location to the given MediaItemVersion.Element
ElementManagementService. createAndInsertElement(nl.gx.webmanager.cms.pagemodel.PageModel pageModel, Class<? extends Element> elementType)
Deprecated.Element
ElementManagementService. createAndInsertElement(nl.gx.webmanager.cms.pagemodel.PageModel pageModel, Class<? extends Element> elementType, int position)
Deprecated.Element
ElementManagementService. createElementInLimbo(ElementHolder elementHolder, Class<? extends Element> elementType)
Creates an element in the limbo area.Methods in nl.gx.webmanager.services.contentapi with parameters of type Element Modifier and Type Method Description Element
ElementManagementService. copyElement(Element element, String elementHolderClassName, String elementHolderUUID, int elementHolderId, String targetProperty)
Copies an element to the given element holder.Element
ElementManagementService. copyElement(Element element, PageVersion target)
Copies an element to the target page version.Element
ElementManagementService. copyElement(Element element, MediaItemArticleVersion target)
Copies an element to the target media item version.Element
ElementManagementService. copyElement(Element element, nl.gx.webmanager.cms.pagemodel.PageModel target)
Deprecated.Element
ElementManagementService. copyElementToLimbo(Element element, ElementHolder parentHolder)
Clone an element and place in the limbo area.boolean
ElementManagementService. deleteElement(Element element)
Deletes the element, including all references to the element, with the given UUID.void
ElementManagementService. deleteElementFromLimbo(Element element)
Deletes an element from the limbo area.boolean
MediaRepositoryManagementService. reorderElements(MediaItemArticleVersion mediaItemArticleVersion, Element[] elements)
Reorders all the elements of a media item article version.boolean
PageManagementService. reorderElements(PageVersion pageVersion, Element[] elements)
Reorders all the elements of a page version.boolean
PageManagementService. reorderElements(nl.gx.webmanager.cms.pagemodel.PageModel pageModel, Element[] elements)
Deprecated.Method parameters in nl.gx.webmanager.services.contentapi with type arguments of type Element Modifier and Type Method Description Element
ElementManagementService. createAndInsertElement(ElementHolder wrapper, Class<? extends Element> elementType, int position, Website website)
Creates a new (empty) element and add it at the specified location to the given page version.Element
ElementManagementService. createAndInsertElement(PageVersion pageVersion, Class<? extends Element> elementType)
Creates a new (empty) element and add it as last element to the given PageVersion.Element
ElementManagementService. createAndInsertElement(PageVersion pageVersion, Class<? extends Element> elementType, int position)
Creates a new (empty) element and add it at the specified location to the given PageVersion.Element
ElementManagementService. createAndInsertElement(MediaItemVersion mediaItemVersion, Class<? extends Element> elementType)
Creates a new (empty) element and add it as last element to the given MediaItemVersion.Element
ElementManagementService. createAndInsertElement(MediaItemVersion mediaItemVersion, Class<? extends Element> elementType, int position)
Creates a new (empty) element and add it at the specified location to the given MediaItemVersion.Element
ElementManagementService. createAndInsertElement(nl.gx.webmanager.cms.pagemodel.PageModel pageModel, Class<? extends Element> elementType)
Deprecated.Element
ElementManagementService. createAndInsertElement(nl.gx.webmanager.cms.pagemodel.PageModel pageModel, Class<? extends Element> elementType, int position)
Deprecated.Element
ElementManagementService. createElementInLimbo(ElementHolder elementHolder, Class<? extends Element> elementType)
Creates an element in the limbo area. -
Uses of Element in nl.gx.webmanager.springmvc.controller.component
Methods in nl.gx.webmanager.springmvc.controller.component that return Element Modifier and Type Method Description Element
ElementComponentController. getElement()
USed for backwards compatibility with legacy templatesMethods in nl.gx.webmanager.springmvc.controller.component with parameters of type Element Modifier and Type Method Description protected void
ElementComponentController. initFormBackingObject(Element element, Element fbo)
Deprecated.void
ElementComponentController. setElement(Element element)
Invoked by ElementBase on construction -
Uses of Element in nl.gx.webmanager.springmvc.element
Classes in nl.gx.webmanager.springmvc.element that implement Element Modifier and Type Class Description class
ElementBase
This class is the base class for all element components. -
Uses of Element in nl.gx.webmanager.wcb.elementtype
Methods in nl.gx.webmanager.wcb.elementtype that return types with arguments of type Element Modifier and Type Method Description Map<Class<? extends Element>,Permission[]>
ElementComponentDefinition. getCreatePermissions()
Returns the permissions that grant the user the authorization to create an instance of the element contained by this element component.Map<Class<? extends Element>,Permission[]>
ElementComponentDefinition. getDeletePermissions()
Returns the permissions that grant the user the authorization to delete an instance of the element contained by this element component.Method parameters in nl.gx.webmanager.wcb.elementtype with type arguments of type Element Modifier and Type Method Description void
ElementComponentDefinition. setCreatePermissions(Class<? extends Element> elementClass, Permission[] permissions)
Sets the permissions that grant the user the authorization to create an instance of the element contained by this element component.void
ElementComponentDefinition. setDeletePermissions(Class<? extends Element> elementClass, Permission[] permissions)
Sets the permissions that grant the user the authorization to delete an instance of the element contained by this element component. -
Uses of Element in nl.gx.webmanager.wcb.elementtype.impl
Methods in nl.gx.webmanager.wcb.elementtype.impl that return types with arguments of type Element Modifier and Type Method Description HashMap<Class<? extends Element>,Permission[]>
ElementComponentDefinitionImpl. getCreatePermissions()
Returns the permissions that grant the user the authorization to create an instance of the element contained by this element component.HashMap<Class<? extends Element>,Permission[]>
ElementComponentDefinitionImpl. getDeletePermissions()
Returns the permissions that grant the user the authorization to delete an instance of the element contained by this element component.Method parameters in nl.gx.webmanager.wcb.elementtype.impl with type arguments of type Element Modifier and Type Method Description void
ElementComponentDefinitionImpl. setCreatePermissions(Class<? extends Element> elementClass, Permission[] permissions)
Sets the permissions that grant the user the authorization to create an instance of the element contained by this element component.void
ElementComponentDefinitionImpl. setDeletePermissions(Class<? extends Element> elementClass, Permission[] permissions)
-