org.jbpm.console.ng.ht.forms.api
Interface GenericFormDisplayer<T extends ItemKey>
- Type Parameters:
T -
- All Known Subinterfaces:
- HumanTaskFormDisplayer, StartProcessFormDisplayer
public interface GenericFormDisplayer<T extends ItemKey>
supportsContent
boolean supportsContent(String content)
init
void init(T key,
String content,
String opener)
getContainer
com.google.gwt.user.client.ui.FlowPanel getContainer()
addOnCloseCallback
void addOnCloseCallback(org.uberfire.mvp.Command callback)
addOnRefreshCallback
void addOnRefreshCallback(org.uberfire.mvp.Command callback)
getPriority
int getPriority()
close
void close()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.