Class LayoutEditorPropertiesPresenter
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.widgets.LayoutEditorPropertiesPresenter
-
@ApplicationScoped public class LayoutEditorPropertiesPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLayoutEditorPropertiesPresenter.View
-
Constructor Summary
Constructors Constructor Description LayoutEditorPropertiesPresenter()LayoutEditorPropertiesPresenter(LayoutEditorPropertiesPresenter.View view, org.jboss.errai.ioc.client.api.ManagedInstance<LayoutElementPropertiesPresenter> layoutElementPropertiesPresenterInstance, org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown elementSelector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearElementProperties()voiddispose()voidedit(LayoutEditor layoutEditor)voidedit(LayoutEditorElement layoutElement)voidedit(LayoutEditorElementPart layoutElementPart)protected voidfillElementParts(LayoutEditorElement element)StringgetDisplayPosition(LayoutEditorElement element)StringgetElementName(LayoutEditorElement element)LayoutEditorgetLayoutEditor()org.uberfire.ext.widgets.common.client.dropdown.LiveSearchService<String>getSearchService()org.uberfire.client.mvp.UberElement<LayoutEditorPropertiesPresenter>getView()voidonPartSelected(String partId)voidreset()voidsetSelectionHandler(org.uberfire.ext.widgets.common.client.dropdown.SingleLiveSearchSelectionHandler<String> selectionHandler)
-
-
-
Field Detail
-
PART_ROOT
public static final String PART_ROOT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LayoutEditorPropertiesPresenter
public LayoutEditorPropertiesPresenter()
-
LayoutEditorPropertiesPresenter
@Inject public LayoutEditorPropertiesPresenter(LayoutEditorPropertiesPresenter.View view, org.jboss.errai.ioc.client.api.ManagedInstance<LayoutElementPropertiesPresenter> layoutElementPropertiesPresenterInstance, org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown elementSelector)
-
-
Method Detail
-
getView
public org.uberfire.client.mvp.UberElement<LayoutEditorPropertiesPresenter> getView()
-
getLayoutEditor
public LayoutEditor getLayoutEditor()
-
getSearchService
public org.uberfire.ext.widgets.common.client.dropdown.LiveSearchService<String> getSearchService()
-
setSelectionHandler
public void setSelectionHandler(org.uberfire.ext.widgets.common.client.dropdown.SingleLiveSearchSelectionHandler<String> selectionHandler)
-
edit
public void edit(LayoutEditor layoutEditor)
-
edit
public void edit(LayoutEditorElement layoutElement)
-
edit
public void edit(LayoutEditorElementPart layoutElementPart)
-
dispose
public void dispose()
-
getDisplayPosition
public String getDisplayPosition(LayoutEditorElement element)
-
getElementName
public String getElementName(LayoutEditorElement element)
-
clearElementProperties
public void clearElementProperties()
-
reset
public void reset()
-
onPartSelected
public void onPartSelected(String partId)
-
fillElementParts
protected void fillElementParts(LayoutEditorElement element)
-
-