|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPropertyRenderTemplate
This interface provides access to property display information.
| Method Summary | |
|---|---|
java.lang.Object |
getID()
Returns the property ID for which this display information applies. |
java.lang.String |
getLabel(java.util.Locale locale)
Returns the localized label for this property. |
java.lang.String |
getRenderTemplateName()
Returns the name of the nested template. |
java.lang.String |
getStringMapName()
Returns the name of the map containing the strings that can be used for this property. |
ValueFormat |
getValueFormat()
Returns the value type of the property to be displayed. |
boolean |
isConfigurable()
Returns true if this metric can be configured |
| Method Detail |
|---|
java.lang.Object getID()
Returns the property ID for which this display information applies.
ValueFormat getValueFormat()
Returns the value type of the property to be displayed.
java.lang.String getLabel(java.util.Locale locale)
Returns the localized label for this property.
locale - The desired locale for the label.
java.lang.String getStringMapName()
Returns the name of the map containing the strings that can be used for this property.
java.lang.String getRenderTemplateName()
Returns the name of the nested template. Returns null if there is none defined.
boolean isConfigurable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||