public abstract class RuleModellerWidget
extends com.google.gwt.user.client.ui.Composite
Modifier and Type | Field and Description |
---|---|
protected RuleModeller |
modeller |
Constructor and Description |
---|
RuleModellerWidget(RuleModeller modeller,
com.google.gwt.event.shared.EventBus eventBus) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addFactTypeKnownValueChangeHandler(FactTypeKnownValueChangeHandler changeHandler) |
void |
addOnModifiedCommand(com.google.gwt.user.client.Command command) |
com.google.gwt.event.shared.EventBus |
getEventBus() |
RuleModeller |
getModeller() |
abstract boolean |
isFactTypeKnown()
Does the Fact Type the Widget represents known to the
SuggestionCompletionEngine.
|
protected boolean |
isModified() |
abstract boolean |
isReadOnly()
Dictates if the widget's state is RO or not.
|
void |
setModified(boolean modified) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
protected RuleModeller modeller
public RuleModellerWidget(RuleModeller modeller, com.google.gwt.event.shared.EventBus eventBus)
public abstract boolean isReadOnly()
public abstract boolean isFactTypeKnown()
public com.google.gwt.event.shared.HandlerRegistration addFactTypeKnownValueChangeHandler(FactTypeKnownValueChangeHandler changeHandler)
public RuleModeller getModeller()
public com.google.gwt.event.shared.EventBus getEventBus()
public void setModified(boolean modified)
protected boolean isModified()
public void addOnModifiedCommand(com.google.gwt.user.client.Command command)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.