Class ScrollDescriptor

java.lang.Object
org.nuxeo.ecm.core.scroll.ScrollDescriptor
All Implemented Interfaces:
Descriptor

public class ScrollDescriptor extends Object implements Descriptor
Since:
11.1
  • Field Details

    • isEnabled

      protected boolean isEnabled
    • type

      protected String type
    • name

      protected String name
    • isDefault

      protected boolean isDefault
    • scrollClass

      protected Class<? extends Scroll> scrollClass
    • options

      protected Map<String,String> options
    • optionsReadOnly

      protected Map<String,String> optionsReadOnly
  • Constructor Details

    • ScrollDescriptor

      public ScrollDescriptor()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: Descriptor
      The descriptor id, descriptors with same id are merged.

      To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.

      To forbid merge use a unique value, non-overriden toString() for exemple.

      Specified by:
      getId in interface Descriptor
    • newScrollInstance

      public Scroll newScrollInstance()
    • getName

      public String getName()
    • getType

      public String getType()
    • isEnabled

      public boolean isEnabled()
    • isDefault

      public boolean isDefault()
    • getOptions

      public Map<String,String> getOptions()