Interface and Description |
---|
info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc.MagnoliaTabSheetClientRpc
Since 6.1, Use Vaadin TabSheet component
|
info.magnolia.ui.vaadin.gwt.client.tabsheet.rpc.MagnoliaTabSheetServerRpc
Since 6.1, Use Vaadin TabSheet component
|
info.magnolia.ui.vaadin.gwt.client.tabsheet.widget.MagnoliaTabSheetView
Since 6.1, Use Vaadin TabSheet component
|
info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ShowAllTabsHandler
Since 6.1, Use Vaadin TabSheet component
|
info.magnolia.ui.vaadin.gwt.client.tabsheet.event.TabCloseEventHandler
Since 6.1, Use Vaadin TabSheet component
|
Method and Description |
---|
com.googlecode.mgwt.dom.client.event.touch.TouchEvent.changedTouches()
use
TouchEvent.getChangedTouches()
this method will be removed in a future release |
info.magnolia.ui.vaadin.form.FormViewReduced.getFields()
since 5.4.2 - use
FormViewReduced.getFormSections() instead. |
info.magnolia.ui.vaadin.form.Form.getFields() |
info.magnolia.ui.vaadin.grid.MagnoliaTreeTable.isDescendantOf(Object, Object)
since 5.4.6, use #isDescendantOf on the TreeView itself, not on the TreeTable.
|
info.magnolia.ui.vaadin.form.Form.setShowAllEnabled(boolean)
as of 5.1.1, please get the tabsheet through
Form.getContent() and set the show all behavior there, along with its i18nized caption. |
com.googlecode.mgwt.dom.client.event.touch.TouchEvent.touches()
use
TouchEvent.getTouches() this method will be removed in a future release |
Constructor and Description |
---|
info.magnolia.ui.vaadin.gwt.client.actionbar.widget.ActionbarItemWidget(ActionbarItem, VActionbarGroup, EventBus, Icon) |
info.magnolia.ui.vaadin.actionbar.ActionPopup()
since 5.6 - use
ActionPopup.ActionPopup(AbstractComponent, boolean) instead. |
com.vaadin.ui.DragAndDropWrapper() |
com.googlecode.mgwt.dom.client.event.tap.TapEvent(Object, int, int)
use
TapEvent.TapEvent(Object, Element, int, int) instead |
Copyright © 2020 Magnolia International Ltd.. All rights reserved.