@Dependent @Templated public class AdditionalInfoPageView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, AdditionalInfoPage.View
| Constructor and Description |
|---|
AdditionalInfoPageView() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
hideWarning() |
void |
init(AdditionalInfoPage page) |
void |
onSelectHeader(com.google.gwt.event.dom.client.KeyUpEvent event) |
void |
onSelectLogicallyInsert(com.google.gwt.event.dom.client.ChangeEvent event) |
void |
onSelectUpdateEngineWithChanges(com.google.gwt.event.dom.client.ChangeEvent event) |
void |
showHeader() |
void |
showHideColumn(org.gwtbootstrap3.client.ui.CheckBox checkBox) |
void |
showLogicallyInsert(boolean isLogicallyInsert) |
void |
showUpdateEngineWithChanges(boolean isUpdateEngine) |
void |
showWarning(String message) |
@EventHandler(value="header") public void onSelectHeader(com.google.gwt.event.dom.client.KeyUpEvent event)
@EventHandler(value="logicallyInsert") public void onSelectLogicallyInsert(com.google.gwt.event.dom.client.ChangeEvent event)
@EventHandler(value="updateEngineWithChanges") public void onSelectUpdateEngineWithChanges(com.google.gwt.event.dom.client.ChangeEvent event)
public void init(AdditionalInfoPage page)
init in interface org.uberfire.client.mvp.UberElement<AdditionalInfoPage>public void showHideColumn(org.gwtbootstrap3.client.ui.CheckBox checkBox)
showHideColumn in interface AdditionalInfoPage.Viewpublic void showHeader()
showHeader in interface AdditionalInfoPage.Viewpublic void showLogicallyInsert(boolean isLogicallyInsert)
showLogicallyInsert in interface AdditionalInfoPage.Viewpublic void showUpdateEngineWithChanges(boolean isUpdateEngine)
showUpdateEngineWithChanges in interface AdditionalInfoPage.Viewpublic void showWarning(String message)
showWarning in interface AdditionalInfoPage.Viewpublic void hideWarning()
hideWarning in interface AdditionalInfoPage.Viewpublic void clear()
clear in interface AdditionalInfoPage.ViewCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.