public class MailSessionView extends HalViewImpl implements MailSessionPresenter.MyView
| Constructor and Description |
|---|
MailSessionView(MetadataRegistry metadataRegistry,
Dispatcher dispatcher,
StatementContext statementContext,
TableButtonFactory tableButtonFactory,
CredentialReference cr,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach()
This method should be called after the view's elements are attached to the DOM.
|
void |
select(NamedNode mailServer) |
void |
setPresenter(MailSessionPresenter presenter) |
void |
update(org.jboss.hal.client.configuration.subsystem.mail.MailSession mailSession) |
asElement, asElements, detach, initElement, initElement, initElements, initElements, registerAttachable, registerAttachablesaddToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Inject public MailSessionView(MetadataRegistry metadataRegistry, Dispatcher dispatcher, StatementContext statementContext, TableButtonFactory tableButtonFactory, CredentialReference cr, Resources resources)
public void attach()
HalViewHalPresenter.onReveal().
Do not use ViewImpl.onAttach() to initialize PatternFly components. This works for widgets
only, but not for elements!
attach in interface HalViewattach in class HalViewImplpublic void setPresenter(MailSessionPresenter presenter)
setPresenter in interface HasPresenter<MailSessionPresenter>public void update(org.jboss.hal.client.configuration.subsystem.mail.MailSession mailSession)
update in interface MailSessionPresenter.MyViewpublic void select(NamedNode mailServer)
select in interface MailSessionPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.