Skip navigation links
com.essbase.eas.client.intf
Interface CMenuPosition
- All Known Implementing Classes:
- CCheckBoxMenuItem, CHelpMenuItem, CMenu, CMenuItem, CSeparator, EditorMenuItem
-
public interface CMenuPosition
Provides an interface for menu merging, relative positioning, etc. We need this type of interface for menu items, separators, and menus themselves. called.
Notes:
- Version:
- 1.00, 08/03/2000
- Author:
- Hank Cox
- See Also:
CMenuItem
, CMenuSeparator
, CMenu
Method Summary |
int |
getPosition()
retrieves the relative menu position for this menu item. |
void |
setPosition(int position)
|
getPosition
int getPosition()
- retrieves the relative menu position for this menu item. Values should normally be expressed in positive values. A value < 0 will be read as if they are larger than any other number; i.e., append when doing merging.
setPosition
void setPosition(int position)
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.