Interface CellEditorControlsView
-
- All Superinterfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement
- All Known Implementing Classes:
CellEditorControlsViewImpl
public interface CellEditorControlsView extends org.jboss.errai.ui.client.local.api.IsElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCellEditorControlsView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhide()voidshow(PopupEditorControls editor, int x, int y)
-
-
-
Method Detail
-
show
void show(PopupEditorControls editor, int x, int y)
-
hide
void hide()
-
-