Class BrowserViews.View.Tab

    • Field Detail

      • name

        protected final String name
      • properties

        protected final org.apache.sling.api.resource.ValueMap properties
      • condition

        protected final Condition condition
    • Constructor Detail

      • Tab

        public Tab​(@NotNull
                   @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()