public abstract class BaseEditor extends Object implements com.google.gwt.user.client.ui.IsWidget
| Modifier and Type | Field and Description |
|---|---|
protected DataModelCommandBuilder |
commandBuilder |
protected DataModelerContext |
context |
protected javax.enterprise.event.Event<DataModelerEvent> |
dataModelerEvent |
protected DomainHandlerRegistry |
handlerRegistry |
protected boolean |
readonly |
| Constructor and Description |
|---|
BaseEditor(DomainHandlerRegistry handlerRegistry,
javax.enterprise.event.Event<DataModelerEvent> dataModelerEvent,
DataModelCommandBuilder commandBuilder) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
clear() |
protected void |
executePostCommandProcessing(DataModelCommand command) |
DataModelerContext |
getContext() |
abstract String |
getDomainName() |
abstract String |
getName() |
boolean |
isReadonly() |
protected void |
notifyChange(DataModelerEvent event) |
void |
onContextChange(DataModelerContext context) |
void |
setReadonly(boolean readonly) |
protected DataModelerContext context
protected boolean readonly
protected javax.enterprise.event.Event<DataModelerEvent> dataModelerEvent
protected DomainHandlerRegistry handlerRegistry
protected DataModelCommandBuilder commandBuilder
public BaseEditor(DomainHandlerRegistry handlerRegistry, javax.enterprise.event.Event<DataModelerEvent> dataModelerEvent, DataModelCommandBuilder commandBuilder)
public DataModelerContext getContext()
public void onContextChange(DataModelerContext context)
public void setReadonly(boolean readonly)
public boolean isReadonly()
public abstract void clear()
public abstract String getName()
public abstract String getDomainName()
protected void executePostCommandProcessing(DataModelCommand command)
protected void notifyChange(DataModelerEvent event)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.