Package org.patternfly.thirdparty.popper
Class PopperWrapperError
- java.lang.Object
-
- org.patternfly.thirdparty.popper.PopperWrapperError
-
- All Implemented Interfaces:
PopperWrapper
public class PopperWrapperError extends Object implements PopperWrapper
-
-
Field Summary
-
Fields inherited from interface org.patternfly.thirdparty.popper.PopperWrapper
UNDEFINED
-
-
Constructor Summary
Constructors Constructor Description PopperWrapperError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()voidhide(Callback hidden)voidshow(Callback visible)elemental2.promise.Promise<State>update()
-
-
-
Method Detail
-
update
public elemental2.promise.Promise<State> update()
- Specified by:
updatein interfacePopperWrapper
-
show
public void show(Callback visible)
- Specified by:
showin interfacePopperWrapper
-
hide
public void hide(Callback hidden)
- Specified by:
hidein interfacePopperWrapper
-
cleanup
public void cleanup()
- Specified by:
cleanupin interfacePopperWrapper
-
-