| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge |
ScannerView.getEntityBridge() |
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge<EJB3ThreadPool> |
ThreadPoolsView.getEntityBridge() |
EntityToDmrBridge<EJB3Subsystem> |
EJB3View.getEntityBridge() |
EntityToDmrBridge<StrictMaxBeanPool> |
BeanPoolsView.getEntityBridge() |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheContainerEntityToDmrBridge
Bridge for CacheContainer.
|
class |
CacheEntityToDmrBridge<T extends LocalCache>
This EntityToDmrBridge has special logic to handle the singleton-object pattern used with the cache
models.
|
| Modifier and Type | Field and Description |
|---|---|
protected EntityToDmrBridge |
AbstractCacheView.bridge |
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge |
CacheContainerView.getEntityBridge() |
EntityToDmrBridge |
AbstractCacheView.getEntityBridge() |
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge<JacOrbSubsystem> |
JacOrbView.getEntityBridge() |
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge |
RootLoggerSubview.getEntityBridge() |
EntityToDmrBridge |
LoggerSubview.getEntityBridge() |
EntityToDmrBridge |
AbstractHandlerSubview.getEntityBridge() |
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge<SecuritySubsystem> |
SecuritySubsystemView.getEntityBridge() |
EntityToDmrBridge<SecurityDomain> |
SecurityDomainsView.getEntityBridge() |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadsEntityToDmrBridge<T extends NamedEntity>
There are certain thread attributes that must be saved as pairs.
|
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge |
ThreadFactoryView.getEntityBridge() |
EntityToDmrBridge |
AbstractThreadPoolView.getEntityBridge() |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityToDmrBridgeImpl<T extends NamedEntity>
This class knows how to do DMR operations and refresh the view.
|
class |
SingleEntityToDmrBridgeImpl<T> |
| Modifier and Type | Field and Description |
|---|---|
protected EntityToDmrBridge<T> |
EntityPopupWindow.bridge |
| Modifier and Type | Method and Description |
|---|---|
EntityToDmrBridge |
EntityDetails.getBridge() |
EntityToDmrBridge |
FrameworkPresenter.getEntityBridge() |
EntityToDmrBridge<T> |
AbstractSingleEntityView.getEntityBridge() |
abstract EntityToDmrBridge<T> |
AbstractEntityView.getEntityBridge()
Get the EntityToDmrBridge for the Entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabbedFormLayoutPanel.setBridge(EntityToDmrBridge bridge) |
| Constructor and Description |
|---|
AddEntityWindow(String title,
org.jboss.ballroom.client.widgets.forms.FormAdapter<T> form,
AddressBinding address,
EntityToDmrBridge<T> commandAdapter) |
EntityPopupWindow(String title,
org.jboss.ballroom.client.widgets.forms.FormAdapter<T> form,
com.google.gwt.user.client.ui.Widget helpWidget,
EntityToDmrBridge<T> bridge) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.