Class JavaScriptMenuItem
Object
com.liferay.portal.kernel.servlet.taglib.ui.BaseUIItem
com.liferay.portal.kernel.servlet.taglib.ui.MenuItem
com.liferay.portal.kernel.servlet.taglib.ui.JavaScriptMenuItem
- All Implemented Interfaces:
JavaScriptUIItem,UIActionItem,UIItem
- Author:
- Iván Zaera
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()voidvoidsetJavaScript(String javaScript) voidsetOnClick(String onClick) Methods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.MenuItem
getIcon, getLabel, hasSeparator, setIcon, setLabel, setSeparatorMethods inherited from class com.liferay.portal.kernel.servlet.taglib.ui.BaseUIItem
getKey, setKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.servlet.taglib.ui.UIActionItem
getIcon, getLabel, setIcon, setLabel
-
Constructor Details
-
JavaScriptMenuItem
public JavaScriptMenuItem()
-
-
Method Details
-
getData
-
getJavaScript
-
getOnClick
- Specified by:
getOnClickin interfaceJavaScriptUIItem
-
setData
-
setJavaScript
-
setOnClick
- Specified by:
setOnClickin interfaceJavaScriptUIItem
-