org.nakedobjects.plugins.html.component.html
Class MenuItem

java.lang.Object
  extended by org.nakedobjects.plugins.html.component.html.MenuItem
All Implemented Interfaces:
Component

public class MenuItem
extends java.lang.Object
implements Component


Constructor Summary
MenuItem(java.lang.String actionId, java.lang.String actionName, java.lang.String actionDescription, java.lang.String reasonDisabled, NakedObjectActionType type, boolean takesParameters, java.lang.String objectId)
           
 
Method Summary
 void write(java.io.PrintWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuItem

public MenuItem(java.lang.String actionId,
                java.lang.String actionName,
                java.lang.String actionDescription,
                java.lang.String reasonDisabled,
                NakedObjectActionType type,
                boolean takesParameters,
                java.lang.String objectId)
Method Detail

write

public void write(java.io.PrintWriter writer)
Specified by:
write in interface Component


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.