|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.navigator.menu.MenuBase
public abstract class MenuBase
Field Summary | |
---|---|
protected String |
action
Holds value of property action, that is, Struts Logical Action Name. |
protected String |
align
Align menu 'left','right','top','bottom' ...and other alignment of particular menu system |
protected String |
altImage
Holds value of property altImage. |
protected String |
description
Holds value of property description. |
protected String |
forward
Holds value of property forward. |
protected String |
height
Holds value of property height. |
protected String |
image
Holds value of property image. |
protected String |
location
Holds value of property location. |
protected String |
module
Holds value of property module; a Struts module prefix that overrides the current module. |
protected String |
name
Holds value of property name. |
protected String |
onclick
Holds value of property onclick. |
protected String |
onContextMenu
Holds value of property onContextMenu |
protected String |
ondblclick
Holds value of property ondblclick. |
protected String |
onmouseout
Holds value of property onmouseout. |
protected String |
onmouseover
Holds value of property onmouseover. |
protected String |
page
Holds value of property page. |
protected String |
roles
Holds value of property roles. |
protected String |
target
Holds value of property target. |
protected String |
title
Holds value of property title. |
protected String |
toolTip
Holds value of property toolTip. |
protected String |
width
Holds value of property width. |
Constructor Summary | |
---|---|
MenuBase()
|
Method Summary | |
---|---|
String |
getAction()
Returns the value for action. |
String |
getAlign()
Returns the value for align. |
String |
getAltImage()
Getter for property altImage. |
String |
getDescription()
Getter for property description. |
String |
getForward()
|
String |
getHeight()
|
String |
getImage()
Getter for property image. |
String |
getLocation()
Getter for property location. |
String |
getModule()
|
String |
getName()
Getter for property name. |
String |
getOnclick()
Getter for property onclick. |
String |
getOnContextMenu()
|
String |
getOndblclick()
Returns the ondblclick. |
String |
getOnmouseout()
Getter for property onmouseout. |
String |
getOnmouseover()
Getter for property onmouseover. |
String |
getPage()
Returns the value for page. |
String |
getRoles()
Returns the roles. |
String |
getTarget()
Getter for property target. |
String |
getTitle()
Getter for property title. |
String |
getToolTip()
Getter for property toolTip. |
String |
getUrl()
|
String |
getWidth()
|
void |
setAction(String action)
Sets the value for action. |
void |
setAlign(String align)
Sets the value for align. |
void |
setAltImage(String altImage)
Setter for property altImage. |
void |
setDescription(String description)
Setter for property description. |
void |
setForward(String forward)
Sets the forward. |
void |
setHeight(String height)
|
void |
setImage(String image)
Setter for property image. |
void |
setLocation(String location)
Setter for property location. |
void |
setModule(String module)
|
void |
setName(String name)
Setter for property name. |
void |
setOnclick(String onclick)
Setter for property onclick. |
void |
setOnContextMenu(String string)
|
void |
setOndblclick(String ondblclick)
Sets the ondblclick. |
void |
setOnmouseout(String onmouseout)
Setter for property onmouseout. |
void |
setOnmouseover(String onmouseover)
Setter for property onmouseover. |
void |
setPage(String page)
Sets the value for page. |
void |
setRoles(String roles)
Sets the roles. |
void |
setTarget(String target)
Setter for property target. |
void |
setTitle(String title)
Setter for property title. |
void |
setToolTip(String toolTip)
Setter for property toolTip. |
void |
setUrl(String url)
|
void |
setWidth(String width)
Sets the width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String action
protected String align
protected String altImage
protected String description
protected String forward
protected String height
protected String image
protected String location
protected String name
protected String onclick
protected String ondblclick
protected String onmouseout
protected String onmouseover
protected String page
protected String roles
protected String target
protected String title
protected String toolTip
protected String width
protected String onContextMenu
protected String module
The default module is specified by ""
. Any non-default module should begin with "/"
.
Constructor Detail |
---|
public MenuBase()
Method Detail |
---|
public void setAction(String action)
action
- New value of property action.public String getAction()
public String getAlign()
public void setAlign(String align)
align
- New value of property align.public void setAltImage(String altImage)
altImage
- New value of property altImage.public String getAltImage()
public void setDescription(String description)
description
- New value of property description.public String getDescription()
public void setForward(String forward)
forward
- The forward to setpublic String getForward()
public void setHeight(String height)
height
- public String getHeight()
public void setImage(String image)
image
- New value of property image.public String getImage()
public void setLocation(String location)
location
- New value of property location.public String getLocation()
public void setName(String name)
setName
in interface Component
name
- New value of property name.public String getName()
getName
in interface Component
public void setOnclick(String onclick)
onclick
- New value of property onclick.public String getOnclick()
public void setOnmouseout(String onmouseout)
onmouseout
- New value of property onmouseout.public String getOnmouseout()
public void setOnmouseover(String onmouseover)
onmouseover
- New value of property onmouseover.public String getOnmouseover()
public void setPage(String page)
page
- New value of property page.public String getPage()
public void setRoles(String roles)
roles
- The roles to setpublic String getRoles()
public void setTarget(String target)
target
- New value of property target.public String getTarget()
public void setTitle(String title)
title
- New value of property title.public String getTitle()
public void setToolTip(String toolTip)
toolTip
- New value of property toolTip.public String getToolTip()
public void setUrl(String url)
url
- public String getUrl()
public void setWidth(String width)
width
- The width to setpublic String getWidth()
public String getOnContextMenu()
public void setOnContextMenu(String string)
string
- public String getOndblclick()
public void setOndblclick(String ondblclick)
ondblclick
- The ondblclick to setpublic String getModule()
public void setModule(String module)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |