| java.lang.Object com.salmonllc.html.HtmlComponent com.salmonllc.jsp.JspContainer com.salmonllc.jsp.JspNavBar
Constructor Summary | |
public | JspNavBar(String name, HtmlPage p) This constructor creates a NavigationMenu using properties from a group with a groupname of default. | public | JspNavBar(String name, String theme, HtmlPage p) This constructor creates a NavigationMenu using properties from a group with a groupname of default. |
Method Summary | |
public void | addGroupItem(String name, int group, String title, String href, String target, int horizPadding, String subMenu) | public void | addGroupItem(String name, int group, String title, String href, String target, int horizPadding, String bgColor, String subMenu, boolean showPopup) Add a NavBar Item to the specified group
Parameters: name - java.lang.String - Internal Name of Item Parameters: group - int - Index of Group to add Item Parameters: title - java.lang.String - Text To be Displayed Parameters: href - java.lang.String - Href Parameters: target - java.lang.String - Target Parameters: horizPadding - int - Horizontal Padding to Be added In front of Displayed Text Parameters: bgColor - java.lang.String - Background Color of Item . | public void | addGroupItem(String name, String title, String href) | public void | addGroupItem(String name, String title, String href, int horizPadding) | public void | addGroupItem(String name, String title, String href, String target, int horizPadding) | public void | addSubItem(String name, String title, String href, String target, int horizPadding, String subMenu, String subMenuGroup) | public void | addSubItem(String name, String title, String href, String target, int horizPadding, String subMenu, String subMenuGroup, String bgColor) | public void | clearSelectedGroups() This method clears all the selected groups. | public void | clearSelectedItem() This method clears the selected menu item. | public void | clearSelectedSubItem() This method clears the selected menu item. | public void | contractAllGroups() | public void | contractGroup(int groupIdx) | public void | contractGroup(String groupName) | public void | createGroup(String name, String image, String href, String groupTitle, int vertPadding) | public void | createGroup(String name, String image, String href, String groupTitle, int vertPadding, String bgColor) | public void | createGroup(String name, String image, String href, String groupTitle, int vertPadding, String bgColor, String groupHrefStyle, String groupHoverStyle) | public void | expandAllGroups() | public void | expandGroup(int groupIdx) | public void | expandGroup(String groupName) | public void | generateHTML(TagWriter p) Generates the Html for the component. | public String | getAnchorPrefixCss() | public int | getGroupIndex(String groupName) | public String | getGroupTitle(int groupIdx) | public boolean | getHorizontalMode() | public int | getLastGroupAdded() This method sets the Last Group added. | public String | getLastSubMenuAdded() This method sets the Last Group added. | public Vector | getPopupsVector() | public boolean | getShowSubMenuMarker() | public String | getWidth() | public boolean | isFirstLevelSubMenu(String subMenu) | public boolean | isGenerateScripts() | public boolean | isGroupExpanded(String groupName) | public boolean | isHorizontalMode() | public boolean | isIE5() | public boolean | isIE6() | public boolean | isNetscape4() | public boolean | isNetscape6() | public boolean | isNetscape7() | public boolean | isNetscapeBelowV6() | protected HtmlImage | newHorizonalSpacer(int pixels) | protected HtmlImage | newVerticalSpacer(int pixels) | public boolean | removeAllGroupItems(int groupIdx) Remove all items from the specified Group index
Parameters: groupIdx - is the group index of which items will be removed . | public boolean | removeAllGroupItems(String groupName) Remove all items from the specified Group name
Parameters: groupName - is the group name to remove items from. | public boolean | removeAllGroups() Remove all Groups and their associated Items from the Navbar return true/false if removal was successful. | public boolean | removeSubItems(String subMenuName) | public void | setAlign(String align) Sets the alignment property for the table. | public void | setAnchorPrefixCss(String anchorPrefixCss) | public void | setAutoSelectNavbar(boolean autoSelect) | public void | setBgcolor(String value) Sets the background color for the table. | public void | setBorder(int border) Sets the border width for the table. | public void | setCellBgColor(String val) This method sets the NavBar Item Cell BG Color. | public void | setCellPadding(int value) Sets the cell padding for the table. | public void | setCellSpacing(int value) Sets the cell spacing for the table. | public void | setCols(int value) Sets the cell padding for the table. | public void | setGenerateScripts(boolean bGenScript) | public void | setGroupCellBgColor(String val) This method sets the Group Cell BG Color. | public void | setGroupCellBgColor(int groupIdx, String bgColor) This method sets the Group Cell BG Color. | public void | setGroupExpansion(String groupName) | public void | setGroupHoverBgColor(String val) This method sets the Group Cell Hover BG Color. | public void | setGroupHoverStyle(int groupIdx, String groupHoverStyle) This method sets the Group Hover Style. | public void | setGroupHoverStyle(String val) This method sets the Group Cell Hover Style. | public void | setGroupHrefStyle(int groupIdx, String groupHrefStyle) This method sets the Group Href Style. | public void | setGroupHrefStyle(String val) This method sets the Group Cell Href Style. | public void | setGroupSelected(int groupIdx, boolean selected) This method sets the Group to a state of selected. | public void | setGroupSpacerImage(String val) This method gets the minimum height of the table in pixels. | public void | setGroupTitle(String groupName, String titleText) | public void | setHSpace(int val) Sets the horizontal margin for the table. | public void | setHSpaceImage(String val) This method gets the minimum height of the table in pixels. | public void | setHeight(String val) This method gets the minimum height of the table in pixels. | public void | setHorizontalMode(boolean bHorizontalMode) | public void | setHoverBgColor(String val) This method sets the NavBar Item MouseOver Cell BG Color. | public void | setHoverStyle(String val) This method sets the NavBar Item MouseOver Style. | public void | setHref(int groupIndex, int itemIndex, String href) | public void | setHref(String groupName, String href) | public void | setHref(int groupIndex, String href) | public void | setHrefStyle(String val) This method sets the NavBar Item Href Style. | public void | setItemBgColor(int groupIndex, int itemIndex, String color) | public void | setLastGroupAdded(int val) This method sets the Last Group added. | public void | setLastSubMenuAdded(String val) This method sets the Last Group added. | public void | setMarkerImage(String val) This method gets the minimum height of the table in pixels. | public void | setMarkerOverImage(String val) This method gets the minimum height of the table in pixels. | public void | setSelectedBgColor(String val) This method gets the minimum height of the table in pixels. | public void | setSelectedHoverBgColor(String val) This method gets the minimum height of the table in pixels. | public void | setSelectedHoverStyle(String val) This method gets the minimum height of the table in pixels. | public void | setSelectedItem() This selects the current page shown if it has a reference in the menu. | public void | setSelectedItem(int groupIndex, int itemIndex, boolean selected) | public void | setSelectedItem(String itemName) This selects the current page shown if it has a reference in the menu. | public void | setSelectedMarkerImage(String val) This method gets the minimum height of the table in pixels. | public void | setSelectedStyle(String val) This method gets the minimum height of the table in pixels. | public void | setSelectedSubItem(String subItemName) This sets the subItem to Selected. | public void | setShowPopup(int groupIndex, int itemIndex, boolean show) Set whether the submenu of a Group item should have its submenu shown on the navbar or while hovering over the item.
Parameters: groupIndex - is the group index of the entry to hide/show. Parameters: itemIndex - is the item index of the entry to hide/show. Parameters: show - is to indicate whether the item should show popup in navbar or on mouseover. | public void | setShowPopup(String groupName, String itemName, boolean show) Set whether the submenu of a Group item should have its submenu shown on the navbar or while hovering over the item.
Parameters: groupName - is the group of the entry to hide/show. Parameters: itemName - is the item of the entry to hide/show. Parameters: show - is to indicate whether the submenu should be shown in navbar or On Mouseover. | public void | setShowPopupBgColor(String val) This method sets the Show Popup In Navbar Background Color. | public void | setShowPopupHoverStyle(String val) This method sets the Show Popup Hover Style. | public void | setShowPopupImage(String val) | public void | setShowPopupSelectedHoverStyle(String val) This method sets the Show Popup Selected Hover Style. | public void | setShowPopupSelectedStyle(String val) This method sets the Show Popup Selected Style. | public void | setShowPopupStyle(String val) This method sets the Show Popup Style. | public void | setShowSubMenuMarker(boolean showSubMenuMarker) Show the item marker in the sub menus. | public void | setSizeOption(int sizeoption) | public void | setSubHoverBgColor(String val) This method sets the NavBar SubItem MouseOver Cell BG Color. | public void | setSubHoverStyle(String val) This method sets the NavBar SubItem MouseOver Style. | public void | setSubHrefStyle(String val) This method sets the NavBar SubItem Href Style. | public void | setSubMenuBgColor(String val) This method sets the Sub Menu Default Background Color. | public void | setSubMenuItemBgColor(String subItemName, String bgColor) | public void | setSubMenuItemVisible(String itemName, boolean visible) | public void | setSubMenuVisible(String subMenuName, boolean visible) | public void | setTarget(int groupIndex, int itemIndex, String target) | public void | setTextImage(String val) This method gets the minimum height of the table in pixels. | public void | setTextStyle(String val) This method gets the minimum height of the table in pixels. | public void | setTheme(String theme) This method sets the property theme for the component. | public void | setTitle(int groupIndex, int itemIndex, String title) | public void | setVSpace(int val) Sets the vertical margin for the table. | public void | setVSpaceImage(String val) This method gets the minimum height of the table in pixels. | public void | setVisible(int groupIndex, int itemIndex, boolean visible) | public void | setVisible(int groupIndex, boolean visible) | public void | setVisible(String groupName, String itemName, boolean visible) | public void | setVisible(String groupName, boolean visible) | public void | setWidth(String val) |
_autoSelectNav | boolean _autoSelectNav(Code) | | |
_bHorizontalMode | boolean _bHorizontalMode(Code) | | |
_dreamMode | boolean _dreamMode(Code) | | |
_selectedGroupIndex | int _selectedGroupIndex(Code) | | |
_selectedItemIndex | int _selectedItemIndex(Code) | | |
_showSubMenuMarker | boolean _showSubMenuMarker(Code) | | |
_sizeOption | int _sizeOption(Code) | | |
JspNavBar | public JspNavBar(String name, HtmlPage p)(Code) | | This constructor creates a NavigationMenu using properties from a group with a groupname of default.
Parameters: name - java.lang.String Parameters: p - com.salmonllc.html.HtmlPage |
JspNavBar | public JspNavBar(String name, String theme, HtmlPage p)(Code) | | This constructor creates a NavigationMenu using properties from a group with a groupname of default.
Parameters: name - java.lang.String Parameters: theme - DOCUMENT ME! Parameters: p - com.salmonllc.html.HtmlPage |
addGroupItem | public void addGroupItem(String name, int group, String title, String href, String target, int horizPadding, String subMenu)(Code) | | Add a NavBar Item to the specified group
Parameters: name - java.lang.String - Internal Name of Item Parameters: group - int - Index of Group to add Item Parameters: title - java.lang.String - Text To be Displayed Parameters: href - java.lang.String - Href Parameters: target - java.lang.String - Target Parameters: horizPadding - int - Horizontal Padding to Be added In front of Displayed Text Parameters: subMenu - java.lang.String - Name of Submenu for the Item |
addGroupItem | public void addGroupItem(String name, int group, String title, String href, String target, int horizPadding, String bgColor, String subMenu, boolean showPopup)(Code) | | Add a NavBar Item to the specified group
Parameters: name - java.lang.String - Internal Name of Item Parameters: group - int - Index of Group to add Item Parameters: title - java.lang.String - Text To be Displayed Parameters: href - java.lang.String - Href Parameters: target - java.lang.String - Target Parameters: horizPadding - int - Horizontal Padding to Be added In front of Displayed Text Parameters: bgColor - java.lang.String - Background Color of Item . Will override default Parameters: subMenu - java.lang.String - Name of Submenu for the Item Parameters: showPopup - boolean - Should Popup SubMenu Be shown inside the Navbar or Popup when Mouse Over |
addGroupItem | public void addGroupItem(String name, String title, String href)(Code) | | Add a NavBar Item to the last group Added
Parameters: name - java.lang.String - Internal Name of Item Parameters: title - java.lang.String - Text To be Displayed Parameters: href - java.lang.String - Href |
addGroupItem | public void addGroupItem(String name, String title, String href, int horizPadding)(Code) | | Add a NavBar Item to the last group Added
Parameters: name - java.lang.String - Internal Name of Item Parameters: title - java.lang.String - Text To be Displayed Parameters: href - DOCUMENT ME! Parameters: horizPadding - int - Horizontal Padding to Be added In front of Displayed Text |
addGroupItem | public void addGroupItem(String name, String title, String href, String target, int horizPadding)(Code) | | Add a NavBar Item to the last group Added
Parameters: name - java.lang.String - Internal Name of Item Parameters: title - java.lang.String - Text To be Displayed Parameters: href - java.lang.String - Href Parameters: target - java.lang.String - Target Parameters: horizPadding - int - Horizontal Padding to Be added In front of Displayed Text |
addSubItem | public void addSubItem(String name, String title, String href, String target, int horizPadding, String subMenu, String subMenuGroup)(Code) | | Add Sub Item to a navBar Item
Parameters: name - DOCUMENT ME! Parameters: title - DOCUMENT ME! Parameters: href - DOCUMENT ME! Parameters: target - DOCUMENT ME! Parameters: horizPadding - DOCUMENT ME! Parameters: subMenu - DOCUMENT ME! Parameters: subMenuGroup - DOCUMENT ME! |
addSubItem | public void addSubItem(String name, String title, String href, String target, int horizPadding, String subMenu, String subMenuGroup, String bgColor)(Code) | | Add subItem to a navbar item
Parameters: name - DOCUMENT ME! Parameters: title - DOCUMENT ME! Parameters: href - DOCUMENT ME! Parameters: target - DOCUMENT ME! Parameters: horizPadding - DOCUMENT ME! Parameters: subMenu - DOCUMENT ME! Parameters: subMenuGroup - DOCUMENT ME! Parameters: bgColor - DOCUMENT ME! |
clearSelectedGroups | public void clearSelectedGroups()(Code) | | This method clears all the selected groups.
|
clearSelectedItem | public void clearSelectedItem()(Code) | | This method clears the selected menu item.
|
clearSelectedSubItem | public void clearSelectedSubItem()(Code) | | This method clears the selected menu item.
|
contractAllGroups | public void contractAllGroups()(Code) | | Collapse all group items in the Navbar
|
contractGroup | public void contractGroup(int groupIdx)(Code) | | Collapse Group specified
Parameters: groupIdx - is the group index of the entry to hide/show. |
contractGroup | public void contractGroup(String groupName)(Code) | | Collapse Group specified by groupName
Parameters: groupName - is the group name of the entry to hide/show. |
createGroup | public void createGroup(String name, String image, String href, String groupTitle, int vertPadding)(Code) | | Create a Group Item
Parameters: name - java.lang.String Parameters: image - DOCUMENT ME! Parameters: href - DOCUMENT ME! Parameters: groupTitle - DOCUMENT ME! Parameters: vertPadding - DOCUMENT ME! |
createGroup | public void createGroup(String name, String image, String href, String groupTitle, int vertPadding, String bgColor)(Code) | | DOCUMENT ME!
Parameters: name - DOCUMENT ME! Parameters: image - DOCUMENT ME! Parameters: href - DOCUMENT ME! Parameters: groupTitle - DOCUMENT ME! Parameters: vertPadding - DOCUMENT ME! Parameters: bgColor - DOCUMENT ME! |
createGroup | public void createGroup(String name, String image, String href, String groupTitle, int vertPadding, String bgColor, String groupHrefStyle, String groupHoverStyle)(Code) | | Create a Group Item
Parameters: name - java.lang.String Parameters: image - DOCUMENT ME! Parameters: href - DOCUMENT ME! Parameters: groupTitle - DOCUMENT ME! Parameters: vertPadding - DOCUMENT ME! Parameters: bgColor - DOCUMENT ME! Parameters: groupHrefStyle - The overriding Group Href Style Parameters: groupHoverStyle - The overriding Group Hover Style |
expandAllGroups | public void expandAllGroups()(Code) | | Expand all Group Items
|
expandGroup | public void expandGroup(int groupIdx)(Code) | | Expand Group item by group Index
Parameters: groupIdx - is the group index of the entry to hide/show. |
expandGroup | public void expandGroup(String groupName)(Code) | | Expand Group item by name
Parameters: groupName - is the group name of the entry to hide/show. |
getGroupIndex | public int getGroupIndex(String groupName)(Code) | | Get Group Index by groupName
Parameters: groupName - is the group name DOCUMENT ME! |
getGroupTitle | public String getGroupTitle(int groupIdx)(Code) | | Get Group Title Text by group Index
Parameters: groupIdx - is the group index DOCUMENT ME! |
getHorizontalMode | public boolean getHorizontalMode()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
getLastGroupAdded | public int getLastGroupAdded()(Code) | | This method sets the Last Group added.
DOCUMENT ME! |
getLastSubMenuAdded | public String getLastSubMenuAdded()(Code) | | This method sets the Last Group added.
DOCUMENT ME! |
getPopupsVector | public Vector getPopupsVector()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
getShowSubMenuMarker | public boolean getShowSubMenuMarker()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
getWidth | public String getWidth()(Code) | | Get Width
width String |
isFirstLevelSubMenu | public boolean isFirstLevelSubMenu(String subMenu)(Code) | | |
isGenerateScripts | public boolean isGenerateScripts()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
isGroupExpanded | public boolean isGroupExpanded(String groupName)(Code) | | Get Is Group Expanded
Parameters: groupName - DOCUMENT ME! DOCUMENT ME! |
isHorizontalMode | public boolean isHorizontalMode()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
isIE5 | public boolean isIE5()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
isIE6 | public boolean isIE6()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
isNetscape4 | public boolean isNetscape4()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
isNetscape6 | public boolean isNetscape6()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
isNetscape7 | public boolean isNetscape7()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
isNetscapeBelowV6 | public boolean isNetscapeBelowV6()(Code) | | DOCUMENT ME!
DOCUMENT ME! |
newHorizonalSpacer | protected HtmlImage newHorizonalSpacer(int pixels)(Code) | | DOCUMENT ME!
Parameters: pixels - DOCUMENT ME! DOCUMENT ME! |
newVerticalSpacer | protected HtmlImage newVerticalSpacer(int pixels)(Code) | | DOCUMENT ME!
Parameters: pixels - int com.salmonllc.html.HtmlImage |
removeAllGroupItems | public boolean removeAllGroupItems(int groupIdx)(Code) | | Remove all items from the specified Group index
Parameters: groupIdx - is the group index of which items will be removed . return true/false if removal was successful. DOCUMENT ME! |
removeAllGroupItems | public boolean removeAllGroupItems(String groupName)(Code) | | Remove all items from the specified Group name
Parameters: groupName - is the group name to remove items from. DOCUMENT ME! |
removeAllGroups | public boolean removeAllGroups()(Code) | | Remove all Groups and their associated Items from the Navbar return true/false if removal was successful.
DOCUMENT ME! |
removeSubItems | public boolean removeSubItems(String subMenuName)(Code) | | DOCUMENT ME!
Parameters: subMenuName - DOCUMENT ME! DOCUMENT ME! |
setAlign | public void setAlign(String align)(Code) | | Sets the alignment property for the table.
Parameters: align - Valid values are ALIGN_LEFT,ALIGN_CENTER,ALIGN_RIGHT and ALIGN_NONE. |
setAnchorPrefixCss | public void setAnchorPrefixCss(String anchorPrefixCss)(Code) | | |
setAutoSelectNavbar | public void setAutoSelectNavbar(boolean autoSelect)(Code) | | Sets whether or not the navbar will generate extra url parameters that automatically select another nav item if the user clicks on it
Parameters: autoSelect - DOCUMENT ME! |
setBgcolor | public void setBgcolor(String value)(Code) | | Sets the background color for the table.
Parameters: value - DOCUMENT ME! |
setBorder | public void setBorder(int border)(Code) | | Sets the border width for the table.
Parameters: border - DOCUMENT ME! |
setCellBgColor | public void setCellBgColor(String val)(Code) | | This method sets the NavBar Item Cell BG Color.
Parameters: val - DOCUMENT ME! |
setCellPadding | public void setCellPadding(int value)(Code) | | Sets the cell padding for the table.
Parameters: value - DOCUMENT ME! |
setCellSpacing | public void setCellSpacing(int value)(Code) | | Sets the cell spacing for the table.
Parameters: value - DOCUMENT ME! |
setCols | public void setCols(int value)(Code) | | Sets the cell padding for the table.
Parameters: value - DOCUMENT ME! |
setGenerateScripts | public void setGenerateScripts(boolean bGenScript)(Code) | | DOCUMENT ME!
Parameters: bGenScript - DOCUMENT ME! |
setGroupCellBgColor | public void setGroupCellBgColor(String val)(Code) | | This method sets the Group Cell BG Color.
Parameters: val - DOCUMENT ME! |
setGroupCellBgColor | public void setGroupCellBgColor(int groupIdx, String bgColor)(Code) | | This method sets the Group Cell BG Color.
Parameters: groupIdx - DOCUMENT ME! Parameters: bgColor - DOCUMENT ME! |
setGroupExpansion | public void setGroupExpansion(String groupName)(Code) | | Set Group Expansion by groupName
Parameters: groupName - DOCUMENT ME! |
setGroupHoverBgColor | public void setGroupHoverBgColor(String val)(Code) | | This method sets the Group Cell Hover BG Color.
Parameters: val - DOCUMENT ME! |
setGroupHoverStyle | public void setGroupHoverStyle(int groupIdx, String groupHoverStyle)(Code) | | This method sets the Group Hover Style.
Parameters: groupIdx - int index of the group Parameters: groupHoverStyle - String group Hover Style. |
setGroupHoverStyle | public void setGroupHoverStyle(String val)(Code) | | This method sets the Group Cell Hover Style.
Parameters: val - DOCUMENT ME! |
setGroupHrefStyle | public void setGroupHrefStyle(int groupIdx, String groupHrefStyle)(Code) | | This method sets the Group Href Style.
Parameters: groupIdx - int index of the group Parameters: groupHrefStyle - String group Href Style. |
setGroupHrefStyle | public void setGroupHrefStyle(String val)(Code) | | This method sets the Group Cell Href Style.
Parameters: val - DOCUMENT ME! |
setGroupSelected | public void setGroupSelected(int groupIdx, boolean selected)(Code) | | This method sets the Group to a state of selected. This is used to give the group the same style as when it is rolled over.
Parameters: groupIdx - - index of the group to set selected Parameters: selected - - status true or false |
setGroupSpacerImage | public void setGroupSpacerImage(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setGroupTitle | public void setGroupTitle(String groupName, String titleText)(Code) | | Set Group Title to be displayed by groupName
Parameters: groupName - Parameters: titleText - is the Text the Group should display. |
setHSpace | public void setHSpace(int val)(Code) | | Sets the horizontal margin for the table.
Parameters: val - DOCUMENT ME! |
setHSpaceImage | public void setHSpaceImage(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setHeight | public void setHeight(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setHorizontalMode | public void setHorizontalMode(boolean bHorizontalMode)(Code) | | DOCUMENT ME!
Parameters: bHorizontalMode - DOCUMENT ME! |
setHoverBgColor | public void setHoverBgColor(String val)(Code) | | This method sets the NavBar Item MouseOver Cell BG Color.
Parameters: val - DOCUMENT ME! |
setHoverStyle | public void setHoverStyle(String val)(Code) | | This method sets the NavBar Item MouseOver Style.
Parameters: val - DOCUMENT ME! |
setHref | public void setHref(int groupIndex, int itemIndex, String href)(Code) | | Set Href for a Group Item
Parameters: groupIndex - is the group index of the entry to change the HRef of. Parameters: itemIndex - is the item index of the entry to change the HRef of. Parameters: href - is the new URL for the HREF of the link. |
setHref | public void setHref(String groupName, String href)(Code) | | Set Href for a Group
Parameters: groupName - is the group name of the entry to change the HRef of. Parameters: href - is the new URL for the HREF of the link. |
setHref | public void setHref(int groupIndex, String href)(Code) | | Set Href for a Group
Parameters: groupIndex - is the group index of the entry to change the HRef of. Parameters: href - is the new URL for the HREF of the link. |
setHrefStyle | public void setHrefStyle(String val)(Code) | | This method sets the NavBar Item Href Style.
Parameters: val - DOCUMENT ME! |
setItemBgColor | public void setItemBgColor(int groupIndex, int itemIndex, String color)(Code) | | Set the Background color of a Group Item
Parameters: groupIndex - is the group index of the entry . Parameters: itemIndex - is the item index of the entry . Parameters: color - is to indicate what Background color the item should show. |
setLastGroupAdded | public void setLastGroupAdded(int val)(Code) | | This method sets the Last Group added.
Parameters: val - DOCUMENT ME! |
setLastSubMenuAdded | public void setLastSubMenuAdded(String val)(Code) | | This method sets the Last Group added.
Parameters: val - DOCUMENT ME! |
setMarkerImage | public void setMarkerImage(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setMarkerOverImage | public void setMarkerOverImage(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setSelectedBgColor | public void setSelectedBgColor(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setSelectedHoverBgColor | public void setSelectedHoverBgColor(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setSelectedHoverStyle | public void setSelectedHoverStyle(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setSelectedItem | public void setSelectedItem()(Code) | | This selects the current page shown if it has a reference in the menu.
|
setSelectedItem | public void setSelectedItem(int groupIndex, int itemIndex, boolean selected)(Code) | | Set a Group Item to selected
Parameters: groupIndex - int group index of item to select in menu. Parameters: itemIndex - int item index of item to select in menu. Parameters: selected - DOCUMENT ME! |
setSelectedItem | public void setSelectedItem(String itemName)(Code) | | This selects the current page shown if it has a reference in the menu.
Parameters: itemName - DOCUMENT ME! |
setSelectedMarkerImage | public void setSelectedMarkerImage(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setSelectedStyle | public void setSelectedStyle(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setSelectedSubItem | public void setSelectedSubItem(String subItemName)(Code) | | This sets the subItem to Selected.
Parameters: subItemName - DOCUMENT ME! |
setShowPopup | public void setShowPopup(int groupIndex, int itemIndex, boolean show)(Code) | | Set whether the submenu of a Group item should have its submenu shown on the navbar or while hovering over the item.
Parameters: groupIndex - is the group index of the entry to hide/show. Parameters: itemIndex - is the item index of the entry to hide/show. Parameters: show - is to indicate whether the item should show popup in navbar or on mouseover. True = On MouseOver False= In Navbar |
setShowPopup | public void setShowPopup(String groupName, String itemName, boolean show)(Code) | | Set whether the submenu of a Group item should have its submenu shown on the navbar or while hovering over the item.
Parameters: groupName - is the group of the entry to hide/show. Parameters: itemName - is the item of the entry to hide/show. Parameters: show - is to indicate whether the submenu should be shown in navbar or On Mouseover. True = On MouseOver False= In Navbar |
setShowPopupBgColor | public void setShowPopupBgColor(String val)(Code) | | This method sets the Show Popup In Navbar Background Color. If the background color is set A table will be inserted around the Popup items with this background color
Parameters: val - DOCUMENT ME! |
setShowPopupHoverStyle | public void setShowPopupHoverStyle(String val)(Code) | | This method sets the Show Popup Hover Style.
Parameters: val - DOCUMENT ME! |
setShowPopupImage | public void setShowPopupImage(String val)(Code) | | This method sets the Show Popup Image
Parameters: val - DOCUMENT ME! |
setShowPopupSelectedHoverStyle | public void setShowPopupSelectedHoverStyle(String val)(Code) | | This method sets the Show Popup Selected Hover Style.
Parameters: val - DOCUMENT ME! |
setShowPopupSelectedStyle | public void setShowPopupSelectedStyle(String val)(Code) | | This method sets the Show Popup Selected Style.
Parameters: val - DOCUMENT ME! |
setShowPopupStyle | public void setShowPopupStyle(String val)(Code) | | This method sets the Show Popup Style.
Parameters: val - DOCUMENT ME! |
setShowSubMenuMarker | public void setShowSubMenuMarker(boolean showSubMenuMarker)(Code) | | Show the item marker in the sub menus. In the horizontal mode you may not want to show the marker in the sub menus. Default is true.
Parameters: showSubMenuMarker - boolean . |
setSizeOption | public void setSizeOption(int sizeoption)(Code) | | Set Size Option
Parameters: sizeoption - int |
setSubHoverBgColor | public void setSubHoverBgColor(String val)(Code) | | This method sets the NavBar SubItem MouseOver Cell BG Color.
Parameters: val - DOCUMENT ME! |
setSubHoverStyle | public void setSubHoverStyle(String val)(Code) | | This method sets the NavBar SubItem MouseOver Style.
Parameters: val - DOCUMENT ME! |
setSubHrefStyle | public void setSubHrefStyle(String val)(Code) | | This method sets the NavBar SubItem Href Style.
Parameters: val - DOCUMENT ME! |
setSubMenuBgColor | public void setSubMenuBgColor(String val)(Code) | | This method sets the Sub Menu Default Background Color.
Parameters: val - DOCUMENT ME! |
setSubMenuItemBgColor | public void setSubMenuItemBgColor(String subItemName, String bgColor)(Code) | | Set Background color of an item on the Submenu
Parameters: subItemName - is the sub Item Name . Parameters: bgColor - is the color to set the Background Color of the Item. |
setSubMenuItemVisible | public void setSubMenuItemVisible(String itemName, boolean visible)(Code) | | Set SubMenu visibility
Parameters: itemName - is the item name of the entry to hide/show. Parameters: visible - is to indicate whether the item should be shown or not. |
setSubMenuVisible | public void setSubMenuVisible(String subMenuName, boolean visible)(Code) | | Set Submenu visibility
Parameters: subMenuName - is the subMenu to hide/show. Parameters: visible - is to indicate whether the item should be shown or not. |
setTarget | public void setTarget(int groupIndex, int itemIndex, String target)(Code) | | Set Target of a Group Item
Parameters: groupIndex - is the group index of the entry to change the target of. Parameters: itemIndex - is the item index of the entry to change the target of. Parameters: target - is the new target associated with the link. |
setTextImage | public void setTextImage(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setTextStyle | public void setTextStyle(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setTheme | public void setTheme(String theme)(Code) | | This method sets the property theme for the component.
Parameters: theme - The theme to use. |
setTitle | public void setTitle(int groupIndex, int itemIndex, String title)(Code) | | Set Title of a Group Item
Parameters: groupIndex - is the group index of the entry to change the caption of. Parameters: itemIndex - is the item index of the entry to change the caption of. Parameters: title - is the new caption for the item. |
setVSpace | public void setVSpace(int val)(Code) | | Sets the vertical margin for the table.
Parameters: val - DOCUMENT ME! |
setVSpaceImage | public void setVSpaceImage(String val)(Code) | | This method gets the minimum height of the table in pixels.
Parameters: val - DOCUMENT ME! |
setVisible | public void setVisible(int groupIndex, int itemIndex, boolean visible)(Code) | | Set Group Item Visibility
Parameters: groupIndex - is the group index of the entry to hide/show. Parameters: itemIndex - is the item index of the entry to hide/show. Parameters: visible - is to indicate whether the item should be shown or not. |
setVisible | public void setVisible(int groupIndex, boolean visible)(Code) | | Set Group visibilty
Parameters: groupIndex - is the group index of the entry to hide/show. Parameters: visible - is to indicate whether the item should be shown or not. |
setVisible | public void setVisible(String groupName, String itemName, boolean visible)(Code) | | Set Group Item visibility
Parameters: groupName - is the group name of the entry to hide/show. Parameters: itemName - is the item name of the entry to hide/show. Parameters: visible - is to indicate whether the item should be shown or not. |
setVisible | public void setVisible(String groupName, boolean visible)(Code) | | Set Group visibility
Parameters: groupName - is the group name of the entry to hide/show. Parameters: visible - is to indicate whether the item should be shown or not. |
setWidth | public void setWidth(String val)(Code) | | Set Width
Parameters: val - String |
|
|