public class JcaView extends HalViewImpl implements JcaPresenter.MyView
| Constructor and Description |
|---|
JcaView(Dispatcher dispatcher,
StatementContext statementContext,
MetadataRegistry metadataRegistry,
TableButtonFactory tableButtonFactory,
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 |
setPresenter(JcaPresenter presenter) |
void |
update(ModelNode payload) |
void |
updateThreadPools(AddressTemplate workmanagerTemplate,
String workmanager,
List<Property> lrt,
List<Property> srt) |
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 JcaView(Dispatcher dispatcher, StatementContext statementContext, MetadataRegistry metadataRegistry, TableButtonFactory tableButtonFactory, Resources resources)
public void setPresenter(JcaPresenter presenter)
setPresenter in interface HasPresenter<JcaPresenter>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 update(ModelNode payload)
update in interface JcaPresenter.MyViewpublic void updateThreadPools(AddressTemplate workmanagerTemplate, String workmanager, List<Property> lrt, List<Property> srt)
updateThreadPools in interface JcaPresenter.MyViewCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.