Package io.fluentlenium.core.domain
Class NotLazyComponents
java.lang.Object
io.fluentlenium.core.domain.NotLazyComponents
- All Implemented Interfaces:
LazyComponents
Implementation of
LazyComponents for a non lazy components wrapper.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdd a lazy components initialization listener.booleanisLazy()Get the lazyness of this object.booleanCheck if the underlying lazy components are initialized.booleanRemove an existing lazy components initialization listener.
-
Constructor Details
-
NotLazyComponents
public NotLazyComponents()
-
-
Method Details
-
isLazy
public boolean isLazy()Description copied from interface:LazyComponentsGet the lazyness of this object.- Specified by:
isLazyin interfaceLazyComponents- Returns:
- true if it's lazy, false otherwise.
-
isLazyInitialized
public boolean isLazyInitialized()Description copied from interface:LazyComponentsCheck if the underlying lazy components are initialized.- Specified by:
isLazyInitializedin interfaceLazyComponents- Returns:
- true if lazy components are initialized, false otherwise.
-
addLazyComponentsListener
Description copied from interface:LazyComponentsAdd a lazy components initialization listener.- Specified by:
addLazyComponentsListenerin interfaceLazyComponents- Parameters:
listener- lazy components listener- Returns:
- true if the listener was added, false otherwise
-
removeLazyComponentsListener
Description copied from interface:LazyComponentsRemove an existing lazy components initialization listener.- Specified by:
removeLazyComponentsListenerin interfaceLazyComponents- Parameters:
listener- lazy components listener- Returns:
- true if the listener was added, false otherwise
-