www.element4solution.com

e4s.html.navigation
Interface E4MenuLayout_Intf

All Known Implementing Classes:
E4FieldsetTabbed, E4Menu

public interface E4MenuLayout_Intf


Method Summary
 E4Color getActiveColor()
          Get the color for active menu element.
 E4Color getBgColor()
          Get the background color for the menu.
 CLASS_Name getClass_ActiveItem()
           
 CLASS_Name getClass_Baseline()
           
 CLASS_Name getClass_Items()
           
 E4Color getColorBaseline()
          Get the color for the baseline of the menu.
 int getMenuStyle()
          Get the basic layout style of the menu.
 IMG[] getUserdefinedImages()
           
 void setUserdefinedImages(IMG[] images)
           
 

Method Detail

getBgColor

E4Color getBgColor()
Get the background color for the menu.

Returns:
the background color.

getActiveColor

E4Color getActiveColor()
Get the color for active menu element.

Returns:
color the color for the active item.

getColorBaseline

E4Color getColorBaseline()
Get the color for the baseline of the menu. This is a thick line below the menu items.

Returns:
color the baseline color, null if no baseline shall be drawn.

getMenuStyle

int getMenuStyle()
Get the basic layout style of the menu. This can either be grafical (the menu items are surrounded by images) or a simple table with a border.

Returns:
#STYLE_GRAFICAL for the grafical representation or #STYLE_SIMPLE for the simple (table like) representation.
See Also:
e4s.html.navigation.E4Menu#STYLE_GRAFICAL, e4s.html.navigation.E4Menu#STYLE_SIMPLE

getClass_Items

CLASS_Name getClass_Items()

getClass_ActiveItem

CLASS_Name getClass_ActiveItem()

getClass_Baseline

CLASS_Name getClass_Baseline()

setUserdefinedImages

void setUserdefinedImages(IMG[] images)

getUserdefinedImages

IMG[] getUserdefinedImages()

www.element4solution.com