|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPropertyBagRenderTemplate
This interface provides access to property bag display information.
| Method Summary | |
|---|---|
java.lang.String |
getLabel(java.lang.String name,
java.util.Locale locale)
Returns the localized string for a label. |
java.util.Set |
getLabelNames()
Returns the label names. |
java.lang.String |
getName()
Returns the name of the property bag this display information describes. |
IPropertyRenderTemplates |
getPropertyRenderTemplates()
Returns an interface to a collection of property render templates. |
java.lang.String |
getPropNamePrefix()
Returns the prefix used for the property names in the property bag. |
java.lang.String |
getSubRenderTemplateName()
Returns the name of the nested template. |
java.lang.String |
getTotalID()
Returns the name of the property that is used to identify the total number of properties in a collection. |
ValueFormat |
getValueFormat()
Returns the value type that is to be displayed. |
| Method Detail |
|---|
java.lang.String getName()
Returns the name of the property bag this display information describes.
java.lang.String getPropNamePrefix()
Returns the prefix used for the property names in the property bag. Returns an empty string if there is no prefix defined.
java.lang.String getTotalID()
Returns the name of the property that is used to identify the total number of properties in a collection. e.g. SI_TOTAL
IPropertyRenderTemplates getPropertyRenderTemplates()
Returns an interface to a collection of property render templates.
java.util.Set getLabelNames()
Returns the label names.
java.lang.String getLabel(java.lang.String name,
java.util.Locale locale)
Returns the localized string for a label.
name - The label name.locale - The locale of the requested label.
java.lang.String getSubRenderTemplateName()
Returns the name of the nested template. Returns null if there is none defined.
ValueFormat getValueFormat()
Returns the value type that is to be displayed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||