@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 |
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() |
void |
showUpdateEngineWithChanges() |
@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()
showLogicallyInsert in interface AdditionalInfoPage.Viewpublic void showUpdateEngineWithChanges()
showUpdateEngineWithChanges in interface AdditionalInfoPage.Viewpublic void clear()
clear in interface AdditionalInfoPage.ViewCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.