@Deprecated public class DefaultSAPInitiativeUIEditor extends AbstractTextBasedUIEditor
AbstractUIEditor.CancelButtonContainer, AbstractUIEditor.CancelListener, AbstractUIEditor.ErrorDiv| Modifier and Type | Field and Description |
|---|---|
protected Combobox |
editorView
Deprecated.
|
protected InitiativeService |
initiativeService
Deprecated.
|
protected java.lang.String |
searchString
Deprecated.
|
originalValueATTRIBUTE_QUALIFIER_PARAM, CANCEL_BTN, EVENT_SOURCE, inEditMode, initialEditValue, initialInputString, PROPERTY_DESCRIPTOR_PARAM, SEARCH_MODE_PARAMINITIAL_EDIT_STRING| Constructor and Description |
|---|
DefaultSAPInitiativeUIEditor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearComboBox()
Deprecated.
|
protected Comboitem |
createComboitem(SAPInitiative initiative)
Deprecated.
|
HtmlBasedComponent |
createViewComponent(java.lang.Object initialValue,
java.util.Map<java.lang.String,? extends java.lang.Object> parameters,
EditorListener listener)
Deprecated.
Creates a new editor component and attaches it to the specified
Page page. |
java.lang.String |
getEditorType()
Deprecated.
|
protected InitiativeService |
getInitiativeService()
Deprecated.
|
protected void |
handleChangingEvents(EditorListener listener,
Event event)
Deprecated.
|
boolean |
isInline()
Deprecated.
Returns whether this editor is an inline editor or not.
|
protected java.util.List<SAPInitiative> |
searchValues(java.lang.String newSearchString)
Deprecated.
|
void |
setFocus(HtmlBasedComponent rootEditorComponent,
boolean selectAll)
Deprecated.
Sets the focus on the given input component which can be the rootEditorComponent or a child of it
|
protected void |
showMesssagePopupWithDetail(java.io.IOException ioe)
Deprecated.
|
protected void |
validateAndFireEvent(EditorListener listener)
Deprecated.
|
createViewComponentInternalapplyReferenceRelatedAttributes, createEditor, createEditor, createEditor, createEditor, filterValues, fireValueChanged, getRootSearchType, getUIEditor, getValue, isEditable, isEditable, isOptional, isSearchMode, parseInitialInputString, parseTemplateCodes, persistValues, persistValues, setEditable, setOptional, setValueprotected final Combobox editorView
protected InitiativeService initiativeService
protected java.lang.String searchString
protected void clearComboBox()
protected Comboitem createComboitem(SAPInitiative initiative)
public HtmlBasedComponent createViewComponent(java.lang.Object initialValue,
java.util.Map<java.lang.String,? extends java.lang.Object> parameters,
EditorListener listener)
UIEditorPage page.initialValue - editor's initial valueparameters - parameters passed via configuration for particular editorlistener - the EditorListener that will receive events when the editor's value is changedpublic java.lang.String getEditorType()
protected InitiativeService getInitiativeService()
protected void handleChangingEvents(EditorListener listener, Event event)
public boolean isInline()
UIEditorprotected java.util.List<SAPInitiative> searchValues(java.lang.String newSearchString)
public void setFocus(HtmlBasedComponent rootEditorComponent,
boolean selectAll)
UIEditorsetFocus in interface UIEditorsetFocus in class AbstractTextBasedUIEditorrootEditorComponent - the rootEditorComponent which is returned on method createViewComponentselectAll - if true, select the whole input field after focus. It is not guaranteed that the editor supports selection.protected void showMesssagePopupWithDetail(java.io.IOException ioe)
protected void validateAndFireEvent(EditorListener listener)
Copyright © 2018 SAP SE. All Rights Reserved.