BrightSide Workbench Full Report + Source Code
org.turro.elephant.user.menu.IUserMenu Interface Reference
Inheritance diagram for org.turro.elephant.user.menu.IUserMenu:

Public Member Functions

String getId ()
 
String getLabel ()
 
String getImage ()
 
Object getDetail ()
 
int getOrder ()
 
String getLink ()
 
boolean isCaption ()
 
boolean isOnlyLabel ()
 
boolean isOnlyImage ()
 
boolean isActive ()
 
boolean isValid ()
 
IUserMenu getParent ()
 
Set< IUserMenugetChildren ()
 
IUserMenu addChild (IUserMenu menu)
 
boolean execute ()
 
boolean isInRole ()
 
void initMenu ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 26 of file IUserMenu.java.

Member Function Documentation

◆ addChild()

IUserMenu org.turro.elephant.user.menu.IUserMenu.addChild ( IUserMenu  menu)

Implemented in org.turro.elephant.user.menu.DefaultUserMenu.

Here is the caller graph for this function:

◆ execute()

boolean org.turro.elephant.user.menu.IUserMenu.execute ( )

◆ getChildren()

Set<IUserMenu> org.turro.elephant.user.menu.IUserMenu.getChildren ( )

◆ getDetail()

◆ getId()

String org.turro.elephant.user.menu.IUserMenu.getId ( )

Implemented in org.turro.elephant.user.menu.DefaultUserMenu.

Here is the caller graph for this function:

◆ getImage()

String org.turro.elephant.user.menu.IUserMenu.getImage ( )

◆ getLabel()

String org.turro.elephant.user.menu.IUserMenu.getLabel ( )

Implemented in org.turro.elephant.user.menu.DefaultUserMenu.

Here is the caller graph for this function:

◆ getLink()

String org.turro.elephant.user.menu.IUserMenu.getLink ( )

◆ getOrder()

int org.turro.elephant.user.menu.IUserMenu.getOrder ( )

Implemented in org.turro.elephant.user.menu.DefaultUserMenu.

Here is the caller graph for this function:

◆ getParent()

IUserMenu org.turro.elephant.user.menu.IUserMenu.getParent ( )

◆ initMenu()

◆ isActive()

boolean org.turro.elephant.user.menu.IUserMenu.isActive ( )

◆ isCaption()

boolean org.turro.elephant.user.menu.IUserMenu.isCaption ( )

◆ isInRole()

◆ isOnlyImage()

boolean org.turro.elephant.user.menu.IUserMenu.isOnlyImage ( )

◆ isOnlyLabel()

boolean org.turro.elephant.user.menu.IUserMenu.isOnlyLabel ( )

◆ isValid()

boolean org.turro.elephant.user.menu.IUserMenu.isValid ( )

Implemented in org.turro.elephant.user.menu.DefaultUserMenu.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: