@ApplicationScoped public class HitPolicyPopoverImpl extends Object implements HitPolicyPopoverView.Presenter
Constructor and Description |
---|
HitPolicyPopoverImpl() |
HitPolicyPopoverImpl(HitPolicyPopoverView view,
BuiltinAggregatorUtils builtinAggregatorUtils) |
Modifier and Type | Method and Description |
---|---|
void |
bind(HasHitPolicyControl bound,
int uiRowIndex,
int uiColumnIndex) |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide() |
void |
setBuiltinAggregator(BuiltinAggregator aggregator) |
void |
setHitPolicy(HitPolicy hitPolicy) |
void |
show(Optional<String> editorTitle) |
public HitPolicyPopoverImpl()
@Inject public HitPolicyPopoverImpl(HitPolicyPopoverView view, BuiltinAggregatorUtils builtinAggregatorUtils)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement
in interface org.jboss.errai.common.client.api.IsElement
public void bind(HasHitPolicyControl bound, int uiRowIndex, int uiColumnIndex)
bind
in interface HasCellEditorControls.Editor<HasHitPolicyControl>
public void setHitPolicy(HitPolicy hitPolicy)
setHitPolicy
in interface HitPolicyPopoverView.Presenter
public void setBuiltinAggregator(BuiltinAggregator aggregator)
setBuiltinAggregator
in interface HitPolicyPopoverView.Presenter
public void show(Optional<String> editorTitle)
show
in interface PopupEditorControls
public void hide()
hide
in interface PopupEditorControls
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.