Interface IComponent

All Superinterfaces:
IContentComponent, IElement, Serializable
All Known Implementing Classes:
EzsComponent

public interface IComponent extends IContentComponent
This interface represents a block element.
Since:
2.1
Version:
1.0, 16/06/2009
Author:
vlygeros
  • Method Details

    • isIndexed

      boolean isIndexed()
      Checks if the component should be indexed.
      Returns:
      a boolean value.
    • setIndexed

      void setIndexed(boolean indexed)
      Allows to specify if the component should be indexed or not.
      Parameters:
      indexed - The boolean value.