Drools Workbench - Fact Model Editor - Client 6.0.0.Beta5

org.drools.workbench.screens.factmodel.client.editor
Interface FactModelsEditorView

All Superinterfaces:
org.kie.workbench.common.widgets.client.widget.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
FactModelsEditorViewImpl

public interface FactModelsEditorView
extends org.kie.workbench.common.widgets.client.widget.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget


Method Summary
 void alertReadOnly()
           
 boolean confirmClose()
           
 FactModels getContent()
           
 boolean isDirty()
           
 void setContent(FactModels content, List<FactMetaModel> superTypeFactModels, ModelNameHelper modelNameHelper)
           
 void setNotDirty()
           
 
Methods inherited from interface org.kie.workbench.common.widgets.client.widget.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setContent

void setContent(FactModels content,
                List<FactMetaModel> superTypeFactModels,
                ModelNameHelper modelNameHelper)

getContent

FactModels getContent()

isDirty

boolean isDirty()

setNotDirty

void setNotDirty()

confirmClose

boolean confirmClose()

alertReadOnly

void alertReadOnly()

Drools Workbench - Fact Model Editor - Client 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.