@Dependent public class LayoutElementPropertiesView extends Object implements LayoutElementPropertiesPresenter.View
| Constructor and Description |
|---|
LayoutElementPropertiesView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCategory(PropertyEditorCategory category) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
clear() |
void |
init(LayoutElementPropertiesPresenter presenter) |
protected void |
onPropertyEditorChange(PropertyEditorChangeEvent event)
Capture & process the modification events sent by the property editor
|
void |
show() |
public void init(LayoutElementPropertiesPresenter presenter)
init in interface HasPresenter<LayoutElementPropertiesPresenter>public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void clear()
clear in interface LayoutElementPropertiesPresenter.Viewpublic void addCategory(PropertyEditorCategory category)
addCategory in interface LayoutElementPropertiesPresenter.Viewpublic void show()
show in interface LayoutElementPropertiesPresenter.Viewprotected void onPropertyEditorChange(@Observes
PropertyEditorChangeEvent event)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.