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 Conditionconditionprotected Stringnameprotected org.apache.sling.api.resource.ValueMapproperties
-
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 StringgetCss()@NotNull StringgetGroup()@NotNull StringgetIcon()@NotNull StringgetId()@NotNull StringgetKey()@NotNull StringgetLabel()@NotNull StringgetResourceType()@NotNull StringgetTitle()booleanmatches(@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()
-
-