@UiController(value="fts_HitInfoDetailsScreen")
@UiDescriptor(value="hit-info-details-screen.xml")
public class HitInfoDetailsScreen
extends com.haulmont.cuba.gui.screen.Screen
com.haulmont.cuba.gui.screen.Screen.AfterCloseEvent, com.haulmont.cuba.gui.screen.Screen.AfterDetachEvent, com.haulmont.cuba.gui.screen.Screen.AfterInitEvent, com.haulmont.cuba.gui.screen.Screen.AfterShowEvent, com.haulmont.cuba.gui.screen.Screen.BeforeCloseEvent, com.haulmont.cuba.gui.screen.Screen.BeforeShowEvent, com.haulmont.cuba.gui.screen.Screen.InitEvent
Constructor and Description |
---|
HitInfoDetailsScreen() |
Modifier and Type | Method and Description |
---|---|
void |
onBeforeShow(com.haulmont.cuba.gui.screen.Screen.BeforeShowEvent event) |
void |
onCloseBtnClick(com.haulmont.cuba.gui.components.Button.ClickEvent event) |
void |
setEntity(com.haulmont.cuba.core.entity.Entity entity) |
void |
setHitInfos(java.util.List<HitInfo> hitInfos) |
@Subscribe public void onBeforeShow(com.haulmont.cuba.gui.screen.Screen.BeforeShowEvent event)
public void setHitInfos(java.util.List<HitInfo> hitInfos)
public void setEntity(com.haulmont.cuba.core.entity.Entity entity)
@Subscribe(value="closeBtn") public void onCloseBtnClick(com.haulmont.cuba.gui.components.Button.ClickEvent event)