Class DefaultAddAtStartStore

    • Constructor Detail

      • DefaultAddAtStartStore

        public DefaultAddAtStartStore()
    • Method Detail

      • contains

        public boolean contains​(Component component)
        Description copied from interface: IAddAtStartStore
        returns true if component's id exist in store
        Specified by:
        contains in interface IAddAtStartStore
        Returns:
        true if component id of the component is stored
      • contains

        public boolean contains​(String componentId)
        Description copied from interface: IAddAtStartStore
        returns true if id exists in store
        Specified by:
        contains in interface IAddAtStartStore
        Returns:
        true if component id of the component is stored
      • size

        public int size()
        Description copied from interface: IAddAtStartStore
        count of ids kept in store
        Specified by:
        size in interface IAddAtStartStore
        Returns:
        size of store,count of components id
      • add

        public void add​(Component... components)
        adds components id in store along with their indexes
        Specified by:
        add in interface IAddAtStartStore
        Parameters:
        components - component that are added at start
      • remove

        public void remove​(Component component)
        remove component id from store
        Specified by:
        remove in interface IAddAtStartStore
        Parameters:
        component -
      • remove

        public void remove​(String id)
        remove component id from store
        Specified by:
        remove in interface IAddAtStartStore
        Parameters:
        id -