Package de.uplanet.lucy.server.rtcache
Schnittstelle ApplicationMenuItemInfo
- Alle Superschnittstellen:
de.uplanet.lucy.server.rtcache.IRtInfo
@Scriptable
public interface ApplicationMenuItemInfo
extends de.uplanet.lucy.server.rtcache.IRtInfo
Information about application menu items.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the unique identifier of the application this menu item belongs to.getGuid()Get the unique identifier of this application menu item.getKey()Get the grouping key this menu item belongs to.Get the unique identifier of the page this menu item links to.intGet the position of this menu item within the menu.de.uplanet.lucy.server.property.IPropertyCollectionGet the properties of the application menu item.
-
Methodendetails
-
getGuid
Get the unique identifier of this application menu item.- Gibt zurück:
- The unique identifier of this application menu item.
-
getAppGuid
Get the unique identifier of the application this menu item belongs to.- Gibt zurück:
- The unique identifier of the application.
-
getPageGuid
Get the unique identifier of the page this menu item links to.- Gibt zurück:
- The unique identifier of the page.
-
getKey
Get the grouping key this menu item belongs to.- Gibt zurück:
- The grouping key.
-
getPosition
int getPosition()Get the position of this menu item within the menu.- Gibt zurück:
- The position.
-
getProperties
de.uplanet.lucy.server.property.IPropertyCollection getProperties()Get the properties of the application menu item.- Gibt zurück:
- A collection of the menu item settings.
-