@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.IsWidget
public void clear()
clear
in interface LayoutElementPropertiesPresenter.View
public void addCategory(PropertyEditorCategory category)
addCategory
in interface LayoutElementPropertiesPresenter.View
public void show()
show
in interface LayoutElementPropertiesPresenter.View
protected void onPropertyEditorChange(@Observes PropertyEditorChangeEvent event)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.