protected class FixedInstantEditorLabelsRenderer.FixedLabelProvider extends Object implements InstantEditorLabelProvider
| Constructor and Description |
|---|
FixedLabelProvider(EditorContext<Object> editorContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(String editorType)
Method used to determine if label provider is able to convert the value of underlying editor.
|
String |
getLabel(String editorType,
Object value)
Method converting passed value to its string representation
|
int |
getOrder() |
public FixedLabelProvider(EditorContext<Object> editorContext)
public boolean canHandle(String editorType)
InstantEditorLabelProvidertrue from this method is choosen.canHandle in interface InstantEditorLabelProvidereditorType - type of underlying editor as returned by Editor.getType()public String getLabel(String editorType, Object value)
InstantEditorLabelProvidergetLabel in interface InstantEditorLabelProvidereditorType - type of underlying editor as returned by Editor.getType()value - underlying editor's value to convertvaluepublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2018. All rights reserved.