public abstract class PropertyPresentation extends Object implements IPresentationSupport
This implementation summarizes all methods for representing the "field" (meta) part of the presentation.
ATTR_DESCRIPTION, ATTR_ICON, ATTR_LABEL, ATTR_TIP| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A long, descriptive string representation.
|
IPresentationSupport |
getFieldPresentation() |
String |
getIconName()
A name for an icon.
|
String |
getLabel()
A short string representation (suitable for example for use with an icon
or menu item).
|
Object |
getObject() |
String |
getTip()
An "intermediate" length description (suitable for example with a
tooltip).
|
IPresentationSupport |
getValuePresentation() |
public String getDescription()
IPresentationSupportgetDescription in interface IPresentationSupportpublic IPresentationSupport getFieldPresentation()
public String getIconName()
IPresentationSupportgetIconName in interface IPresentationSupportpublic String getLabel()
IPresentationSupportgetLabel in interface IPresentationSupportpublic Object getObject()
public String getTip()
IPresentationSupportgetTip in interface IPresentationSupportpublic IPresentationSupport getValuePresentation()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.