|
NextApp Echo2 Extras v2.1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectComponent
nextapp.echo2.extras.app.menu.AbstractMenuComponent
nextapp.echo2.extras.app.DropDownMenu
public class DropDownMenu
EXPERIMENTAL: Under Development, API may change.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_BACKGROUND_IMAGE
|
static java.lang.String |
PROPERTY_BORDER
|
static java.lang.String |
PROPERTY_DISABLED_BACKGROUND
|
static java.lang.String |
PROPERTY_DISABLED_BACKGROUND_IMAGE
|
static java.lang.String |
PROPERTY_DISABLED_EXPAND_ICON
|
static java.lang.String |
PROPERTY_DISABLED_FOREGROUND
|
static java.lang.String |
PROPERTY_EXPAND_ICON
|
static java.lang.String |
PROPERTY_HEIGHT
|
static java.lang.String |
PROPERTY_MENU_BACKGROUND
|
static java.lang.String |
PROPERTY_MENU_BACKGROUND_IMAGE
|
static java.lang.String |
PROPERTY_MENU_BORDER
|
static java.lang.String |
PROPERTY_MENU_FOREGROUND
|
static java.lang.String |
PROPERTY_SELECTION_BACKGROUND
|
static java.lang.String |
PROPERTY_SELECTION_BACKGROUND_IMAGE
|
static java.lang.String |
PROPERTY_SELECTION_FOREGROUND
|
static java.lang.String |
PROPERTY_WIDTH
|
static java.lang.String |
SELECTION_CHANGED_PROPERTY
|
static java.lang.String |
SELECTION_MODEL_CHANGED_PROPERTY
|
| Fields inherited from class nextapp.echo2.extras.app.menu.AbstractMenuComponent |
|---|
INPUT_SELECT, MODEL_CHANGED_PROPERTY, STATE_MODEL_CHANGED_PROPERTY |
| Constructor Summary | |
|---|---|
DropDownMenu()
Creates a new DropDownMenu with an empty
DefaultMenuModel as its model and a. |
|
DropDownMenu(MenuModel model)
Creates a new DropDownMenu displaying the specified
MenuModel and using a
DefaultMenuStateModel to provide state information. |
|
DropDownMenu(MenuModel model,
MenuSelectionModel selectionModel)
|
|
DropDownMenu(MenuModel model,
MenuStateModel stateModel)
Creates a new DropDownMenu displaying the specified
MenuModel and using the specified
MenuStateModel to provide state information. |
|
| Method Summary | |
|---|---|
FillImage |
getBackgroundImage()
Returns the background image that will be displayed in the DropDownMenu. |
Border |
getBorder()
Returns the border that will be displayed around the DropDownMenu. |
Color |
getDisabledBackground()
Returns the background color used to render disabled menu items. |
FillImage |
getDisabledBackgroundImage()
Returns the background image used to render disabled menu items. |
ImageReference |
getDisabledExpandIcon()
Returns the disabled expand icon. |
Color |
getDisabledForeground()
Returns the foreground color used to render disabled menu items. |
ImageReference |
getExpandIcon()
Returns the icon used to expand the drop down menu. |
Extent |
getHeight()
Returns the height of the drop down menu. |
Color |
getMenuBackground()
Returns the background color that will be displayed in pull-down menus. |
FillImage |
getMenuBackgroundImage()
Returns the background image that will be displayed in pull-down menus. |
Border |
getMenuBorder()
Returns the border that will be displayed around pull-down menus. |
Color |
getMenuForeground()
Returns the foreground color that will be displayed in pull-down menus. |
Color |
getSelectionBackground()
Returns the background color used to highlight the currently selected menu item. |
FillImage |
getSelectionBackgroundImage()
Returns the background image used to highlight the currently selected menu item. |
Color |
getSelectionForeground()
Returns the foreground color used to highlight the currently selected menu item. |
MenuSelectionModel |
getSelectionModel()
|
Extent |
getWidth()
Returns the width of the drop down menu. |
void |
setBackgroundImage(FillImage newValue)
Sets the background image that will be displayed in the DropDownMenu. |
void |
setBorder(Border newValue)
Sets the border that will be displayed around the DropDownMenu. |
void |
setDisabledBackground(Color newValue)
Sets the background color used to render disabled menu items. |
void |
setDisabledBackgroundImage(FillImage newValue)
Sets the background image used to render disabled menu items. |
void |
setDisabledExpandIcon(ImageReference newValue)
Sets the disabled expand icon. |
void |
setDisabledForeground(Color newValue)
Sets the foreground color used to render disabled menu items. |
void |
setExpandIcon(ImageReference newValue)
Sets the icon used to expand the drop down menu. |
void |
setHeight(Extent newValue)
Sets the height of the drop down menu. |
void |
setMenuBackground(Color newValue)
Sets the background color that will be displayed in pull-down menus. |
void |
setMenuBackgroundImage(FillImage newValue)
Sets the background image that will be displayed in pull-down menus. |
void |
setMenuBorder(Border newValue)
Sets the border that will be displayed around pull-down menus. |
void |
setMenuForeground(Color newValue)
Sets the foreground color that will be displayed in pull-down menus. |
void |
setSelectionBackground(Color newValue)
Sets the background color used to highlight the currently selected menu item. |
void |
setSelectionBackgroundImage(FillImage newValue)
Sets the background image used to highlight the currently selected menu item. |
void |
setSelectionForeground(Color newValue)
Sets the foreground color used to highlight the currently selected menu item. |
void |
setSelectionModel(MenuSelectionModel newValue)
Sets the selection model to use. |
void |
setWidth(Extent newValue)
Sets the width of the drop down menu. |
| Methods inherited from class nextapp.echo2.extras.app.menu.AbstractMenuComponent |
|---|
addActionListener, doAction, getModel, getStateModel, processInput, removeActionListener, setModel, setStateModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_BACKGROUND_IMAGE
public static final java.lang.String PROPERTY_BORDER
public static final java.lang.String PROPERTY_DISABLED_BACKGROUND
public static final java.lang.String PROPERTY_DISABLED_BACKGROUND_IMAGE
public static final java.lang.String PROPERTY_DISABLED_FOREGROUND
public static final java.lang.String PROPERTY_DISABLED_EXPAND_ICON
public static final java.lang.String PROPERTY_EXPAND_ICON
public static final java.lang.String PROPERTY_HEIGHT
public static final java.lang.String PROPERTY_MENU_BACKGROUND
public static final java.lang.String PROPERTY_MENU_BACKGROUND_IMAGE
public static final java.lang.String PROPERTY_MENU_BORDER
public static final java.lang.String PROPERTY_MENU_FOREGROUND
public static final java.lang.String PROPERTY_SELECTION_BACKGROUND
public static final java.lang.String PROPERTY_SELECTION_BACKGROUND_IMAGE
public static final java.lang.String PROPERTY_SELECTION_FOREGROUND
public static final java.lang.String PROPERTY_WIDTH
public static final java.lang.String SELECTION_CHANGED_PROPERTY
public static final java.lang.String SELECTION_MODEL_CHANGED_PROPERTY
| Constructor Detail |
|---|
public DropDownMenu()
DropDownMenu with an empty
DefaultMenuModel as its model and a.
DefaultMenuStateModel to provide state information.
public DropDownMenu(MenuModel model)
DropDownMenu displaying the specified
MenuModel and using a
DefaultMenuStateModel to provide state information.
model - the model
public DropDownMenu(MenuModel model,
MenuStateModel stateModel)
DropDownMenu displaying the specified
MenuModel and using the specified
MenuStateModel to provide state information.
model - the modelstateModel - the selection model
public DropDownMenu(MenuModel model,
MenuSelectionModel selectionModel)
| Method Detail |
|---|
public MenuSelectionModel getSelectionModel()
public FillImage getBackgroundImage()
DropDownMenu. This background image will also be
used around pull-down menus in the event that a menu
background image is not specified.
public Border getBorder()
DropDownMenu. This border will also be used around
pull-down menus in the event that a menu border is not specified.
public Color getDisabledBackground()
public FillImage getDisabledBackgroundImage()
public ImageReference getDisabledExpandIcon()
public Color getDisabledForeground()
public ImageReference getExpandIcon()
public Extent getHeight()
public Color getMenuBackground()
public FillImage getMenuBackgroundImage()
public Border getMenuBorder()
public Color getMenuForeground()
public Color getSelectionBackground()
public FillImage getSelectionBackgroundImage()
public Color getSelectionForeground()
public Extent getWidth()
public void setBackgroundImage(FillImage newValue)
DropDownMenu. This background image will also be
used around pull-down menus in the event that a menu
background image is not specified.
newValue - the new default background imagepublic void setBorder(Border newValue)
DropDownMenu. This border will also be used around
pull-down menus in the event that a menu border is not specified.
newValue - the new default borderpublic void setDisabledBackground(Color newValue)
newValue - the new disabled backgroundpublic void setDisabledBackgroundImage(FillImage newValue)
newValue - the new disabled background imagepublic void setDisabledExpandIcon(ImageReference newValue)
newValue - the new disabled expand iconpublic void setDisabledForeground(Color newValue)
newValue - the new disabled foregroundpublic void setExpandIcon(ImageReference newValue)
newValue - the new expand iconpublic void setHeight(Extent newValue)
newValue - the new heightpublic void setMenuBackground(Color newValue)
newValue - the new menu backgroundpublic void setMenuBackgroundImage(FillImage newValue)
newValue - the new menu background imagepublic void setMenuBorder(Border newValue)
newValue - the new menu borderpublic void setMenuForeground(Color newValue)
newValue - the new menu foregroundpublic void setSelectionBackground(Color newValue)
newValue - the new selection backgroundpublic void setSelectionBackgroundImage(FillImage newValue)
newValue - the new selection background imagepublic void setSelectionForeground(Color newValue)
newValue - the new selection foregroundpublic void setSelectionModel(MenuSelectionModel newValue)
newValue - the new selection modelpublic void setWidth(Extent newValue)
newValue - the new width
|
NextApp Echo2 Extras v2.1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||