Class LayoutElementPropertiesView
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.widgets.LayoutElementPropertiesView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.HasPresenter<LayoutElementPropertiesPresenter>,org.uberfire.client.mvp.UberView<LayoutElementPropertiesPresenter>,LayoutElementPropertiesPresenter.View
@Dependent public class LayoutElementPropertiesView extends Object implements LayoutElementPropertiesPresenter.View
-
-
Constructor Summary
Constructors Constructor Description LayoutElementPropertiesView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCategory(org.uberfire.ext.properties.editor.model.PropertyEditorCategory category)com.google.gwt.user.client.ui.WidgetasWidget()voidclear()voidinit(LayoutElementPropertiesPresenter presenter)protected voidonPropertyEditorChange(org.uberfire.ext.properties.editor.model.PropertyEditorChangeEvent event)Capture & process the modification events sent by the property editorvoidshow()
-
-
-
Method Detail
-
init
public void init(LayoutElementPropertiesPresenter presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<LayoutElementPropertiesPresenter>
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
clear
public void clear()
- Specified by:
clearin interfaceLayoutElementPropertiesPresenter.View
-
addCategory
public void addCategory(org.uberfire.ext.properties.editor.model.PropertyEditorCategory category)
- Specified by:
addCategoryin interfaceLayoutElementPropertiesPresenter.View
-
show
public void show()
- Specified by:
showin interfaceLayoutElementPropertiesPresenter.View
-
onPropertyEditorChange
protected void onPropertyEditorChange(@Observes org.uberfire.ext.properties.editor.model.PropertyEditorChangeEvent event)Capture & process the modification events sent by the property editor
-
-