A C D G H I L R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- adaptTo(Class<Type>) - Method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
C
- child(Resource, String, String) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Create synthetic resource child resource of the given parent resource.
- child(Resource, String, String, ValueMap) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Create synthetic resource child resource of the given parent resource.
- Column - Class in io.wcm.wcm.ui.granite.components.pathfield
-
Represents a column in the column view.
- ColumnItem - Class in io.wcm.wcm.ui.granite.components.pathfield
-
Represents a column item in the column view.
- ColumnView - Class in io.wcm.wcm.ui.granite.components.pathfield
-
Model for customized columnview Granite UI component for path field.
- ColumnView() - Constructor for class io.wcm.wcm.ui.granite.components.pathfield.ColumnView
-
Constructor
- copySubtree(Resource, Resource) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Copy the given source resource as synthetic child under the target parent resource, including all children.
- create(ResourceResolver, ValueMap) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Create synthetic resource.
- create(ResourceResolver, String, String) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Create synthetic resource.
- create(ResourceResolver, String, String, ValueMap) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Create synthetic resource.
D
- detectRootPath(ComponentHelper, SlingHttpServletRequest) - Method in interface io.wcm.wcm.ui.granite.util.RootPathDetector
-
Detect root path from context of GraniteUI component.
G
- get() - Method in class io.wcm.wcm.ui.granite.util.RootPathResolver
-
Get the resolved and validated root path.
- getActive() - Method in class io.wcm.wcm.ui.granite.components.pathfield.ColumnItem
-
Indicates if this column item is active.
- getActiveId() - Method in class io.wcm.wcm.ui.granite.components.pathfield.Column
-
Returns the active item ID in the column.
- getChild(String) - Method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
- getChildren() - Method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
- getColumnId() - Method in class io.wcm.wcm.ui.granite.components.pathfield.Column
-
Returns the column ID.
- getColumns() - Method in class io.wcm.wcm.ui.granite.components.pathfield.ColumnView
-
Returns the list of columns in the column view.
- getContentPage(HttpServletRequest) - Static method in class io.wcm.wcm.ui.granite.util.GraniteUi
-
Current content page.
- getContentResource(HttpServletRequest) - Static method in class io.wcm.wcm.ui.granite.util.GraniteUi
-
Current content resource
- getContentResourceOrParent(HttpServletRequest) - Static method in class io.wcm.wcm.ui.granite.util.GraniteUi
-
Get current content resource If it does not exist, go up the content path and return the first resource that exists.
- getCurrentResource() - Method in class io.wcm.wcm.ui.granite.components.pathfield.ColumnView
-
Returns the current resource for the column view.
- getExistingResourceType(ResourceResolver, String...) - Static method in class io.wcm.wcm.ui.granite.util.GraniteUi
-
From the list of resource types get the first one that exists.
- getItemId() - Method in class io.wcm.wcm.ui.granite.components.pathfield.ColumnItem
-
Returns the item ID, which is the resource path.
- getItems() - Method in class io.wcm.wcm.ui.granite.components.pathfield.Column
-
Returns the list of items in the column.
- getOverrideProperties() - Method in class io.wcm.wcm.ui.granite.util.RootPathResolver
-
Get map of override properties for super component based on the wcm.io Granite UI Extensions PathField.
- getResource() - Method in class io.wcm.wcm.ui.granite.components.pathfield.ColumnItem
-
Returns the resource associated with this column item.
- getResourceType() - Method in class io.wcm.wcm.ui.granite.components.pathfield.ColumnItem
-
Returns the resource type of this column item.
- GraniteUi - Class in io.wcm.wcm.ui.granite.util
-
Helper methods for GraniteUI components.
- GraniteUiSyntheticResource - Class in io.wcm.wcm.ui.granite.resource
-
Extended version of
SyntheticResource
that allows to pass an own value map and optional child resources.
H
- hasChildren() - Method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
I
- io.wcm.wcm.ui.granite.components.pathfield - package io.wcm.wcm.ui.granite.components.pathfield
-
Helper models for Granite UI components.
- io.wcm.wcm.ui.granite.resource - package io.wcm.wcm.ui.granite.resource
-
Helper for building virtual resource trees for Granite UI components.
- io.wcm.wcm.ui.granite.util - package io.wcm.wcm.ui.granite.util
-
Helper methods for Granite UI components.
- isCurrentResource() - Method in class io.wcm.wcm.ui.granite.components.pathfield.Column
-
Indicates if this column represents the current resource.
- isHasMore() - Method in class io.wcm.wcm.ui.granite.components.pathfield.Column
-
Indicates if there are more items in the column.
- isLazy() - Method in class io.wcm.wcm.ui.granite.components.pathfield.Column
-
Indicates if the column is loaded lazily.
- isMetaElement() - Method in class io.wcm.wcm.ui.granite.components.pathfield.Column
-
Indicates if this column is a meta element.
L
- listChildren() - Method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
R
- RootPathDetector - Interface in io.wcm.wcm.ui.granite.util
-
Interface that can be implemented to provide custom logic to detect a root path from current context if there was no explicit root path configured for the GraniteUI component.
- RootPathResolver - Class in io.wcm.wcm.ui.granite.util
-
Helper class for path-based GraniteUI components to resolve the root path.
- RootPathResolver(ComponentHelper, SlingHttpServletRequest) - Constructor for class io.wcm.wcm.ui.granite.util.RootPathResolver
-
Creates a new RootPathResolver instance.
S
- setFallbackRootPath(String) - Method in class io.wcm.wcm.ui.granite.util.RootPathResolver
-
Sets the fallback root path to be used if none is configured.
- setRootPathDetector(RootPathDetector) - Method in class io.wcm.wcm.ui.granite.util.RootPathResolver
-
Sets the root path detector implementation to detect root path from context.
W
- wrap(Resource) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Wrap a real resource and create a synthetic resource out of it.
- wrap(Resource, ValueMap) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Wrap a real resource and create a synthetic resource out of it.
- wrapMerge(Resource, ValueMap) - Static method in class io.wcm.wcm.ui.granite.resource.GraniteUiSyntheticResource
-
Wrap a real resource and create a synthetic resource out of it.
All Classes All Packages