Class ColumnItem
- java.lang.Object
-
- io.wcm.wcm.ui.granite.components.pathfield.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()
Indicates if this column item is active.java.lang.String
getItemId()
Returns the item ID, which is the resource path.org.apache.sling.api.resource.Resource
getResource()
Returns the resource associated with this column item.java.lang.String
getResourceType()
Returns the resource type of this column item.
-
-
-
Method Detail
-
getResource
public org.apache.sling.api.resource.Resource getResource()
Returns the resource associated with this column item.- Returns:
- Resource of the column item
-
getResourceType
public java.lang.String getResourceType()
Returns the resource type of this column item.- Returns:
- Resource type
-
getActive
public java.lang.Boolean getActive()
Indicates if this column item is active.- Returns:
- true if active, false otherwise
-
getItemId
public java.lang.String getItemId()
Returns the item ID, which is the resource path.- Returns:
- Item ID (resource path)
-
-