Interface GenericListCookie

  • All Superinterfaces:
    org.openide.nodes.Node.Cookie
    All Known Subinterfaces:
    PermanentListCookie, TemporaryListCookie

    public interface GenericListCookie
    extends org.openide.nodes.Node.Cookie
    The cookie providing a generic list of id field values (primary key values) for the given entity.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.im.df.api.ddl.DFEntity getEntity()
      Get the entity which this list belongs to
      com.im.df.api.ddl.DFField getField()
      Get the field which this list belongs to.
      java.lang.String getName()
      Get name of the list
      java.util.List getValues()
      Get values of this list
    • Method Detail

      • getName

        java.lang.String getName()
        Get name of the list
      • getEntity

        com.im.df.api.ddl.DFEntity getEntity()
        Get the entity which this list belongs to
      • getField

        com.im.df.api.ddl.DFField getField()
        Get the field which this list belongs to.
      • getValues

        java.util.List getValues()
        Get values of this list