Class NotLazyComponents

java.lang.Object
io.fluentlenium.core.domain.NotLazyComponents
All Implemented Interfaces:
LazyComponents

public class NotLazyComponents extends Object implements LazyComponents
Implementation of LazyComponents for a non lazy components wrapper.
  • Constructor Details

    • NotLazyComponents

      public NotLazyComponents()
  • Method Details

    • isLazy

      public boolean isLazy()
      Description copied from interface: LazyComponents
      Get the lazyness of this object.
      Specified by:
      isLazy in interface LazyComponents
      Returns:
      true if it's lazy, false otherwise.
    • isLazyInitialized

      public boolean isLazyInitialized()
      Description copied from interface: LazyComponents
      Check if the underlying lazy components are initialized.
      Specified by:
      isLazyInitialized in interface LazyComponents
      Returns:
      true if lazy components are initialized, false otherwise.
    • addLazyComponentsListener

      public boolean addLazyComponentsListener (LazyComponentsListener listener)
      Description copied from interface: LazyComponents
      Add a lazy components initialization listener.
      Specified by:
      addLazyComponentsListener in interface LazyComponents
      Parameters:
      listener - lazy components listener
      Returns:
      true if the listener was added, false otherwise
    • removeLazyComponentsListener

      public boolean removeLazyComponentsListener (LazyComponentsListener listener)
      Description copied from interface: LazyComponents
      Remove an existing lazy components initialization listener.
      Specified by:
      removeLazyComponentsListener in interface LazyComponents
      Parameters:
      listener - lazy components listener
      Returns:
      true if the listener was added, false otherwise