Package com.composum.sling.nodes.browser
Class BrowserViews.View.Tab
- java.lang.Object
-
- com.composum.sling.nodes.browser.BrowserViews.View.Tab
-
- Enclosing class:
- BrowserViews.View
public class BrowserViews.View.Tab extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Condition
condition
protected String
name
protected org.apache.sling.api.resource.ValueMap
properties
-
Constructor Summary
Constructors Constructor Description Tab(@NotNull org.apache.sling.api.resource.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getCss()
@NotNull String
getGroup()
@NotNull String
getIcon()
@NotNull String
getId()
@NotNull String
getKey()
@NotNull String
getLabel()
@NotNull String
getResourceType()
@NotNull String
getTitle()
boolean
matches(@NotNull BeanContext context, @NotNull org.apache.sling.api.resource.Resource resource)
-
-
-
Method Detail
-
matches
public boolean matches(@NotNull @NotNull BeanContext context, @NotNull @NotNull org.apache.sling.api.resource.Resource resource)
-
getResourceType
@NotNull public @NotNull String getResourceType()
-
getId
@NotNull public @NotNull String getId()
-
getKey
@NotNull public @NotNull String getKey()
-
getIcon
@NotNull public @NotNull String getIcon()
-
getCss
@NotNull public @NotNull String getCss()
-
getGroup
@NotNull public @NotNull String getGroup()
-
getLabel
@NotNull public @NotNull String getLabel()
-
getTitle
@NotNull public @NotNull String getTitle()
-
-