public class AbstractPopoverViewImpl extends Object implements PopoverView
Modifier and Type | Field and Description |
---|---|
protected org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> |
jQueryPopover |
protected org.uberfire.client.views.pfly.widgets.Popover |
popover |
protected org.jboss.errai.common.client.dom.Div |
popoverContentElement |
protected org.jboss.errai.common.client.dom.Div |
popoverElement |
Modifier | Constructor and Description |
---|---|
protected |
AbstractPopoverViewImpl() |
|
AbstractPopoverViewImpl(org.jboss.errai.common.client.dom.Div popoverElement,
org.jboss.errai.common.client.dom.Div popoverContentElement,
org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> jQueryPopover) |
@DataField(value="popover") protected org.jboss.errai.common.client.dom.Div popoverElement
@DataField(value="popover-content") protected org.jboss.errai.common.client.dom.Div popoverContentElement
protected org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> jQueryPopover
protected org.uberfire.client.views.pfly.widgets.Popover popover
protected AbstractPopoverViewImpl()
public AbstractPopoverViewImpl(org.jboss.errai.common.client.dom.Div popoverElement, org.jboss.errai.common.client.dom.Div popoverContentElement, org.uberfire.client.views.pfly.widgets.JQueryProducer.JQuery<org.uberfire.client.views.pfly.widgets.Popover> jQueryPopover)
public void show(Optional<String> editorTitle)
show
in interface PopoverView
public void hide()
hide
in interface PopoverView
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.