Package com.composum.sling.nodes.browser
Class BrowserViews.View.Toolbar.Group
- java.lang.Object
-
- com.composum.sling.nodes.browser.BrowserViews.View.Toolbar.Group
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BrowserViews.View.Toolbar
public class BrowserViews.View.Toolbar.Group extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Condition
condition
protected List<BrowserViews.View.Toolbar.Element>
elements
protected org.apache.sling.api.resource.ValueMap
properties
-
Constructor Summary
Constructors Modifier Constructor Description Group(@NotNull org.apache.sling.api.resource.Resource resource)
protected
Group(@NotNull BrowserViews.View.Toolbar.Group template, @NotNull com.composum.sling.core.BeanContext context, @NotNull org.apache.sling.api.resource.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BrowserViews.View.Toolbar.Element>
getElements()
boolean
matches(@NotNull com.composum.sling.core.BeanContext context, @NotNull org.apache.sling.api.resource.Resource resource)
-
-
-
Field Detail
-
properties
protected final org.apache.sling.api.resource.ValueMap properties
-
condition
protected final Condition condition
-
elements
protected final List<BrowserViews.View.Toolbar.Element> elements
-
-
Constructor Detail
-
Group
public Group(@NotNull @NotNull org.apache.sling.api.resource.Resource resource)
-
Group
protected Group(@NotNull @NotNull BrowserViews.View.Toolbar.Group template, @NotNull @NotNull com.composum.sling.core.BeanContext context, @NotNull @NotNull org.apache.sling.api.resource.Resource resource)
-
-
Method Detail
-
matches
public boolean matches(@NotNull @NotNull com.composum.sling.core.BeanContext context, @NotNull @NotNull org.apache.sling.api.resource.Resource resource)
-
getElements
public Collection<BrowserViews.View.Toolbar.Element> getElements()
-
-