Drools Workbench - Work Item Definitions Editor - Client 6.2.0.Beta2

org.drools.workbench.screens.workitems.client.editor
Interface WorkItemsEditorView

All Superinterfaces:
org.kie.uberfire.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget, org.kie.workbench.common.widgets.metadata.client.KieEditorView
All Known Implementing Classes:
WorkItemsEditorViewImpl

public interface WorkItemsEditorView
extends org.kie.workbench.common.widgets.metadata.client.KieEditorView, com.google.gwt.user.client.ui.IsWidget


Method Summary
 void alertReadOnly()
           
 boolean confirmClose()
           
 String getContent()
           
 boolean isDirty()
           
 void setContent(String content, List<String> workItemImages)
           
 void setNotDirty()
           
 
Methods inherited from interface org.kie.workbench.common.widgets.metadata.client.KieEditorView
getTitleWidget, refreshTitle, showLoading, showSaving
 
Methods inherited from interface org.kie.uberfire.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setContent

void setContent(String content,
                List<String> workItemImages)

getContent

String getContent()

isDirty

boolean isDirty()

setNotDirty

void setNotDirty()
Specified by:
setNotDirty in interface org.kie.workbench.common.widgets.metadata.client.KieEditorView

confirmClose

boolean confirmClose()

alertReadOnly

void alertReadOnly()
Specified by:
alertReadOnly in interface org.kie.workbench.common.widgets.metadata.client.KieEditorView

Drools Workbench - Work Item Definitions Editor - Client 6.2.0.Beta2

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