@ApplicationScoped @Templated(stylesheet="/org/drools/workbench/screens/scenariosimulation/client/resources/css/ScenarioSimulationEditorStyles.css") public class SettingsViewImpl extends com.google.gwt.user.client.ui.Composite implements SettingsView
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
SettingsView.Presenter
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.dom.client.LabelElement |
dmnFileLabel |
protected com.google.gwt.dom.client.SpanElement |
dmnFilePath |
protected com.google.gwt.dom.client.SpanElement |
dmnName |
protected com.google.gwt.dom.client.LabelElement |
dmnNameLabel |
protected com.google.gwt.dom.client.SpanElement |
dmnNamespace |
protected com.google.gwt.dom.client.LabelElement |
dmnNamespaceLabel |
protected com.google.gwt.dom.client.DivElement |
dmnSettings |
protected com.google.gwt.dom.client.InputElement |
dmoSession |
protected com.google.gwt.dom.client.SpanElement |
fileName |
protected com.google.gwt.dom.client.InputElement |
kieBase |
protected com.google.gwt.dom.client.InputElement |
kieSession |
protected com.google.gwt.dom.client.LabelElement |
nameLabel |
protected SettingsView.Presenter |
presenter |
protected com.google.gwt.dom.client.InputElement |
ruleFlowGroup |
protected com.google.gwt.dom.client.DivElement |
ruleSettings |
protected com.google.gwt.dom.client.ButtonElement |
saveButton |
protected com.google.gwt.dom.client.SpanElement |
scenarioType |
protected com.google.gwt.dom.client.InputElement |
skipFromBuild |
protected com.google.gwt.dom.client.LabelElement |
typeLabel |
Constructor and Description |
---|
SettingsViewImpl() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.LabelElement |
getDmnFileLabel() |
com.google.gwt.dom.client.SpanElement |
getDmnFilePath() |
com.google.gwt.dom.client.SpanElement |
getDmnName() |
com.google.gwt.dom.client.LabelElement |
getDmnNameLabel() |
com.google.gwt.dom.client.SpanElement |
getDmnNamespace() |
com.google.gwt.dom.client.LabelElement |
getDmnNamespaceLabel() |
com.google.gwt.dom.client.DivElement |
getDmnSettings() |
com.google.gwt.dom.client.InputElement |
getDmoSession() |
com.google.gwt.dom.client.SpanElement |
getFileName() |
com.google.gwt.dom.client.InputElement |
getKieBase() |
com.google.gwt.dom.client.InputElement |
getKieSession() |
com.google.gwt.dom.client.LabelElement |
getNameLabel() |
SettingsView.Presenter |
getPresenter() |
com.google.gwt.dom.client.InputElement |
getRuleFlowGroup() |
com.google.gwt.dom.client.DivElement |
getRuleSettings() |
com.google.gwt.dom.client.ButtonElement |
getSaveButton() |
com.google.gwt.dom.client.SpanElement |
getScenarioType() |
com.google.gwt.dom.client.InputElement |
getSkipFromBuild() |
com.google.gwt.dom.client.LabelElement |
getTypeLabel() |
void |
init(SettingsView.Presenter presenter) |
void |
onSaveButtonClickEvent(com.google.gwt.event.dom.client.ClickEvent event) |
void |
reset() |
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 SettingsView.Presenter presenter
@DataField(value="nameLabel") protected com.google.gwt.dom.client.LabelElement nameLabel
@DataField(value="fileName") protected com.google.gwt.dom.client.SpanElement fileName
@DataField(value="typeLabel") protected com.google.gwt.dom.client.LabelElement typeLabel
@DataField(value="scenarioType") protected com.google.gwt.dom.client.SpanElement scenarioType
@DataField(value="ruleSettings") protected com.google.gwt.dom.client.DivElement ruleSettings
@DataField(value="kieSession") protected com.google.gwt.dom.client.InputElement kieSession
@DataField(value="kieBase") protected com.google.gwt.dom.client.InputElement kieBase
@DataField(value="ruleFlowGroup") protected com.google.gwt.dom.client.InputElement ruleFlowGroup
@DataField(value="dmoSession") protected com.google.gwt.dom.client.InputElement dmoSession
@DataField(value="dmnSettings") protected com.google.gwt.dom.client.DivElement dmnSettings
@DataField(value="dmnFileLabel") protected com.google.gwt.dom.client.LabelElement dmnFileLabel
@DataField(value="dmnFilePath") protected com.google.gwt.dom.client.SpanElement dmnFilePath
@DataField(value="dmnNamespaceLabel") protected com.google.gwt.dom.client.LabelElement dmnNamespaceLabel
@DataField(value="dmnNamespace") protected com.google.gwt.dom.client.SpanElement dmnNamespace
@DataField(value="dmnNameLabel") protected com.google.gwt.dom.client.LabelElement dmnNameLabel
@DataField(value="dmnName") protected com.google.gwt.dom.client.SpanElement dmnName
@DataField(value="skipFromBuild") protected com.google.gwt.dom.client.InputElement skipFromBuild
@DataField(value="saveButton") protected com.google.gwt.dom.client.ButtonElement saveButton
public void init(SettingsView.Presenter presenter)
init
in interface org.uberfire.client.mvp.HasPresenter<SettingsView.Presenter>
public SettingsView.Presenter getPresenter()
getPresenter
in interface SubDockView<SettingsView.Presenter>
public void reset()
reset
in interface SubDockView<SettingsView.Presenter>
public com.google.gwt.dom.client.LabelElement getNameLabel()
getNameLabel
in interface SettingsView
public com.google.gwt.dom.client.SpanElement getFileName()
getFileName
in interface SettingsView
public com.google.gwt.dom.client.LabelElement getTypeLabel()
getTypeLabel
in interface SettingsView
public com.google.gwt.dom.client.SpanElement getScenarioType()
getScenarioType
in interface SettingsView
public com.google.gwt.dom.client.DivElement getRuleSettings()
getRuleSettings
in interface SettingsView
public com.google.gwt.dom.client.InputElement getKieSession()
getKieSession
in interface SettingsView
public com.google.gwt.dom.client.InputElement getKieBase()
getKieBase
in interface SettingsView
public com.google.gwt.dom.client.InputElement getRuleFlowGroup()
getRuleFlowGroup
in interface SettingsView
public com.google.gwt.dom.client.InputElement getDmoSession()
getDmoSession
in interface SettingsView
public com.google.gwt.dom.client.DivElement getDmnSettings()
getDmnSettings
in interface SettingsView
public com.google.gwt.dom.client.LabelElement getDmnFileLabel()
getDmnFileLabel
in interface SettingsView
public com.google.gwt.dom.client.SpanElement getDmnFilePath()
getDmnFilePath
in interface SettingsView
public com.google.gwt.dom.client.LabelElement getDmnNamespaceLabel()
getDmnNamespaceLabel
in interface SettingsView
public com.google.gwt.dom.client.SpanElement getDmnNamespace()
getDmnNamespace
in interface SettingsView
public com.google.gwt.dom.client.LabelElement getDmnNameLabel()
getDmnNameLabel
in interface SettingsView
public com.google.gwt.dom.client.SpanElement getDmnName()
getDmnName
in interface SettingsView
public com.google.gwt.dom.client.InputElement getSkipFromBuild()
getSkipFromBuild
in interface SettingsView
public com.google.gwt.dom.client.ButtonElement getSaveButton()
getSaveButton
in interface SettingsView
@EventHandler(value="saveButton") public void onSaveButtonClickEvent(com.google.gwt.event.dom.client.ClickEvent event)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.