@Deprecated
public static interface RepresentationTextCreator.RepresentationTextProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(BaseElement element)
Deprecated.
Check if this provider must be used to create a representation text for given element
|
SmartListenerConfig |
createSmartListenerConfig(Element element,
boolean browserConfiguration)
Deprecated.
Returns representation text smart listener config for this provider.
|
java.lang.String |
getRepresentedText(BaseElement element,
boolean addColor,
boolean fullSignature)
Deprecated.
Returns representation text for a given Element.
|
java.lang.String getRepresentedText(BaseElement element, boolean addColor, boolean fullSignature)
element - element which representation text will be created.addColor - if true requestor allows to add color information into returned text (for example some grayed out text)fullSignature - expand typed elements type or not in representation text (browser has such option)SmartListenerConfig createSmartListenerConfig(Element element, boolean browserConfiguration)
element - element which representation text will be created.browserConfiguration - if true this config will be used in browserboolean accept(BaseElement element)
element - given element