@ApplicationScoped public class LayoutEditorPropertiesPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
LayoutEditorPropertiesPresenter.View |
Constructor and Description |
---|
LayoutEditorPropertiesPresenter() |
LayoutEditorPropertiesPresenter(LayoutEditorPropertiesPresenter.View view,
org.jboss.errai.ioc.client.api.ManagedInstance<LayoutElementPropertiesPresenter> layoutElementPropertiesPresenterInstance,
LiveSearchDropDown elementSelector) |
Modifier and Type | Method and Description |
---|---|
void |
clearElementProperties() |
void |
dispose() |
void |
edit(LayoutEditor layoutEditor) |
void |
edit(LayoutEditorElement layoutElement) |
void |
edit(LayoutEditorElementPart layoutElementPart) |
protected void |
fillElementParts(LayoutEditorElement element) |
String |
getDisplayPosition(LayoutEditorElement element) |
String |
getElementName(LayoutEditorElement element) |
LayoutEditor |
getLayoutEditor() |
LiveSearchService<String> |
getSearchService() |
UberElement<LayoutEditorPropertiesPresenter> |
getView() |
void |
onPartSelected(String partId) |
void |
reset() |
void |
setSelectionHandler(SingleLiveSearchSelectionHandler<String> selectionHandler) |
public static final String PART_ROOT
public LayoutEditorPropertiesPresenter()
@Inject public LayoutEditorPropertiesPresenter(LayoutEditorPropertiesPresenter.View view, org.jboss.errai.ioc.client.api.ManagedInstance<LayoutElementPropertiesPresenter> layoutElementPropertiesPresenterInstance, LiveSearchDropDown elementSelector)
public UberElement<LayoutEditorPropertiesPresenter> getView()
public LayoutEditor getLayoutEditor()
public LiveSearchService<String> getSearchService()
public void setSelectionHandler(SingleLiveSearchSelectionHandler<String> selectionHandler)
public void edit(LayoutEditor layoutEditor)
public void edit(LayoutEditorElement layoutElement)
public void edit(LayoutEditorElementPart layoutElementPart)
public void dispose()
public String getDisplayPosition(LayoutEditorElement element)
public String getElementName(LayoutEditorElement element)
public void clearElementProperties()
public void reset()
public void onPartSelected(String partId)
protected void fillElementParts(LayoutEditorElement element)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.