@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.IsElementpublic void bind(HasHitPolicyControl bound, int uiRowIndex, int uiColumnIndex)
bind in interface HasCellEditorControls.Editor<HasHitPolicyControl>public void setHitPolicy(HitPolicy hitPolicy)
setHitPolicy in interface HitPolicyPopoverView.Presenterpublic void setBuiltinAggregator(BuiltinAggregator aggregator)
setBuiltinAggregator in interface HitPolicyPopoverView.Presenterpublic void show(Optional<String> editorTitle)
show in interface PopupEditorControlspublic void hide()
hide in interface PopupEditorControlsCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.