public interface GenericFormDisplayer<T extends ItemKey,S extends FormRenderingSettings>
Modifier and Type | Method and Description |
---|---|
void |
addOnCloseCallback(org.uberfire.mvp.Command callback) |
void |
addOnRefreshCallback(org.uberfire.mvp.Command callback) |
boolean |
appendFooter() |
void |
close() |
com.google.gwt.user.client.ui.Panel |
getContainer() |
com.google.gwt.user.client.ui.IsWidget |
getFooter() |
Class<S> |
getSupportedRenderingSettings() |
void |
init(FormDisplayerConfig<T,S> config,
org.uberfire.mvp.Command onCloseCommand,
org.uberfire.mvp.Command onRefreshCommand) |
void init(FormDisplayerConfig<T,S> config, org.uberfire.mvp.Command onCloseCommand, org.uberfire.mvp.Command onRefreshCommand)
com.google.gwt.user.client.ui.Panel getContainer()
com.google.gwt.user.client.ui.IsWidget getFooter()
void addOnCloseCallback(org.uberfire.mvp.Command callback)
void addOnRefreshCallback(org.uberfire.mvp.Command callback)
void close()
boolean appendFooter()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.