Class PluginArray

java.lang.Object
elemental2.dom.PluginArray
All Implemented Interfaces:
jsinterop.base.JsArrayLike<Plugin>, jsinterop.base.JsPropertyMap<Plugin>

@JsType(isNative=true, namespace="<global>") public class PluginArray extends Object implements jsinterop.base.JsArrayLike<Plugin>, jsinterop.base.JsPropertyMap<Plugin>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    item(int index)
     
     
    void
     
    void
    refresh(boolean reloadDocuments)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jsinterop.base.JsArrayLike

    asList, delete, getAt, getAtAsAny, getLength, setAt, setLength

    Methods inherited from interface jsinterop.base.JsPropertyMap

    delete, forEach, get, getAsAny, has, nestedGet, nestedGetAsAny, set
  • Field Details

    • length

      public int length
  • Constructor Details

    • PluginArray

      public PluginArray()
  • Method Details

    • item

      public Plugin item(int index)
    • namedItem

      public Plugin namedItem(String name)
    • refresh

      public void refresh()
    • refresh

      public void refresh(boolean reloadDocuments)