| Modifier and Type | Class and Description |
|---|---|
class |
ScannerView
Main view class for Deployment Scanners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractThreadPoolView<T extends ThreadPoolEntity> |
class |
AsyncServiceView |
class |
BeanPoolsView |
class |
EJB3View |
class |
RemoteServiceView |
class |
ThreadPoolsView |
class |
TimerServiceView |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheView<T extends LocalCache>
Abstract cache view base class for Infinispan caches.
|
class |
CacheContainerView
Main view class for Infinispan Cache Containers.
|
class |
DistributedCacheView
Main view class for Infinispan Distributed Cache.
|
class |
InvalidationCacheView
Main view class for Infinispan Invalidation Cache.
|
class |
LocalCacheView
Main view class for Infinispan LocalCache Containers.
|
class |
NonLocalCacheView<T extends LocalCache>
Only difference between local and non-local cache view is that non-local caches require the mode
attribute on add.
|
class |
ReplicatedCacheView
Main view class for Infinispan Replicated Cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SingleEntityView<CacheContainer>> |
CacheContainerView.provideAdditionalTabs(Class<?> beanType,
FormMetaData formMetaData,
FrameworkPresenter presenter) |
| Modifier and Type | Class and Description |
|---|---|
class |
JacOrbView |
| Modifier and Type | Method and Description |
|---|---|
protected List<SingleEntityView<JacOrbSubsystem>> |
JacOrbView.provideAdditionalTabs(Class<?> beanType,
FormMetaData formMetaData,
FrameworkPresenter presenter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileHandlerSubview<T>
Main view class for Loggers.
|
class |
AbstractHandlerSubview<T extends NamedEntity>
Main view class for Loggers.
|
class |
AbstractLoggingSubview<T>
Abstract base class for sub-views.
|
class |
AsyncHandlerSubview
Subview for Async Handlers.
|
class |
ConsoleHandlerSubview
Subview for Console Handlers.
|
class |
CustomHandlerSubview
Subview for Custom Handlers.
|
class |
FileHandlerSubview
Subview for File Handlers.
|
class |
LoggerSubview
Main view class for Loggers.
|
class |
PeriodicRotatingFileHandlerSubview
Subview for PeriodicRotatingFileHandler.
|
class |
PeriodicSizeRotatingFileHandlerSubview
Subview for PeriodicSizeRotatingFileHandler.
|
class |
RootLoggerSubview
Main view class for Loggers.
|
class |
SizeRotatingFileHandlerSubview
Subview for SizeRotatingFileHandler.
|
class |
SyslogHandlerView
Subview for Console Handlers.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SingleEntityView<RootLogger>> |
RootLoggerSubview.provideAdditionalTabs(Class<?> beanType,
FormMetaData formMetaData,
FrameworkPresenter presenter) |
protected List<SingleEntityView<Logger>> |
LoggerSubview.provideAdditionalTabs(Class<?> beanType,
FormMetaData formMetaData,
FrameworkPresenter presenter) |
protected List<SingleEntityView<CustomHandler>> |
CustomHandlerSubview.provideAdditionalTabs(Class<?> beanType,
FormMetaData formMetaData,
FrameworkPresenter presenter) |
protected List<SingleEntityView<AsyncHandler>> |
AsyncHandlerSubview.provideAdditionalTabs(Class<?> beanType,
FormMetaData formMetaData,
FrameworkPresenter presenter) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityDomainsView |
class |
SecuritySubsystemView |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingBoundedQueueThreadPoolView
Main view class for Bounded Queue Thread Pools
|
class |
BlockingQueuelessThreadPoolView
Main view class for Blocking Queueless Thread Pools
|
class |
BoundedQueueThreadPoolView
Main view class for Bounded Queue Thread Pools
|
class |
QueuelessThreadPoolView
Main view class for Queueless Thread Pools
|
class |
ScheduledThreadPoolView
Main view class for Scheduled Thread Pools
|
class |
ThreadFactoryView
Main view class for Thread Factories.
|
class |
UnboundedQueueThreadPoolView<T extends UnboundedQueueThreadPool>
Main view class for Unbounded Queue Thread Pools
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityView<T>
An abstract view class with a full EntityEditor.
|
class |
AbstractSingleEntityView<T> |
| Modifier and Type | Method and Description |
|---|---|
protected List<SingleEntityView<T>> |
AbstractEntityView.provideAdditionalTabs(Class<?> beanType,
FormMetaData formMetaData,
FrameworkPresenter presenter)
In case a tabbed form layout is used, implementations
can provide additional custom tabs by overriding this method.
|
| Constructor and Description |
|---|
EmbeddedPropertyView(FrameworkPresenter presenter) |
EntityDetails(FrameworkPresenter presenter,
String entitiesName,
org.jboss.ballroom.client.widgets.forms.FormAdapter form,
AddressBinding helpAddress)
Create a new EntityDetails.
|
EntityDetails(FrameworkPresenter presenter,
String entitiesName,
org.jboss.ballroom.client.widgets.forms.FormAdapter form,
AddressBinding helpAddress,
EnumSet<FrameworkButton> hideButtons) |
EntityEditor(FrameworkPresenter presenter,
String entitiesName,
EntityPopupWindow<T> window,
org.jboss.ballroom.client.widgets.tables.DefaultCellTable<T> table,
EntityDetails<T> details)
Create a new Entity.
|
EntityEditor(FrameworkPresenter presenter,
String entitiesName,
EntityPopupWindow<T> window,
org.jboss.ballroom.client.widgets.tables.DefaultCellTable<T> table,
EntityDetails<T> entityDetails,
EnumSet<FrameworkButton> hideButtons)
Create a new Entity.
|
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.