Class ColumnItem


  • @ProviderType
    public final class ColumnItem
    extends java.lang.Object
    Represents a column item in the column view.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getActive()  
      java.lang.String getItemId()  
      org.apache.sling.api.resource.Resource getResource()  
      java.lang.String getResourceType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getResource

        public org.apache.sling.api.resource.Resource getResource()
      • getResourceType

        public java.lang.String getResourceType()
      • getActive

        public java.lang.Boolean getActive()
      • getItemId

        public java.lang.String getItemId()