@API(type=EXTENDABLE,
     src=PUBLIC)
public interface ViewComponentCustomizer
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CUSTOM
Deprecated. 
 
since Oxygen 12.2. Please define a view id for the extension in the "plugin.xml". 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
customizeView(ViewInfo viewInfo)
Customize the component which gets displayed on a certain view. 
 | 
@Deprecated static final java.lang.String CUSTOM
void customizeView(ViewInfo viewInfo)
viewInfo - Information about a view. The view ID is either the ID of an existing Oxygen
                 view or the reserved CUSTOM view.
 
 You can set a new component to display for the view, new title or icon.
© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.