Class MenuItem
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.Component
-
- net.n2oapp.framework.api.metadata.meta.widget.toolbar.MenuItem
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,JsonPropertiesAware,PropertiesAware,Compiled
- Direct Known Subclasses:
AbstractButton
public class MenuItem extends Component implements IdAware, java.io.Serializable
Клиентская модель пункта меню- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MenuItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getJsonProperties()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-
-
-
Method Detail
-
getJsonProperties
public java.util.Map<java.lang.String,java.lang.Object> getJsonProperties()
- Specified by:
getJsonPropertiesin interfaceJsonPropertiesAware
-
-