|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Preconfigured structured group for displaying the properties of a resource.
| Method Summary | |
java.lang.String |
getLabel(java.util.Locale locale)
Gets the label for the group. |
IMetaGroup |
getMetaGroup()
Gets the meta group object for this structured group. |
java.lang.String |
getName()
Gets the name of the structured group. |
IStructuredGroupItemList |
getOrderedItems()
Gets all items of the structured group in their configured order. |
IStructuredGroupRenderer |
getRenderer()
Gets the renderer of this structured group. |
boolean |
hasOrderedItems()
Checks if the structured group has configured items. |
boolean |
hasRenderer()
Checks if the structured group has a configured renderer. |
boolean |
isSingleFocusEnabled()
Checks if the sub groups of this group (only one level) should be displayed in a way that always only one group is in the focus |
| Method Detail |
public java.lang.String getName()
throws PropertyStructureServiceException
public java.lang.String getLabel(java.util.Locale locale)
throws PropertyStructureServiceException
locale - locale to determine the labels languagelabel - of the group, if no label is available the group name is returned
public IStructuredGroupItemList getOrderedItems()
throws PropertyStructureServiceException
IStructuredGroup
or a IStructuredProperty.null if no items are configured for this group
public IMetaGroup getMetaGroup()
throws PropertyStructureServiceException
public IStructuredGroupRenderer getRenderer()
throws PropertyStructureServiceException
null if the configured renderer class could
not be found and the renderer object could not be created
public boolean hasRenderer()
throws PropertyStructureServiceException
public boolean hasOrderedItems()
throws PropertyStructureServiceException
public boolean isSingleFocusEnabled()
throws PropertyStructureServiceException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||