Package de.xima.fc.gui.common.model
Class MenuItem
java.lang.Object
de.xima.fc.gui.common.model.MenuItem
- All Implemented Interfaces:
Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getLabel()
getParameter
(String paramKey) getValue()
int
hashCode()
void
putParameter
(String paramKey, String paramValue) void
void
setStyleClass
(String styleClass) void
toString()
-
Constructor Details
-
MenuItem
-
MenuItem
-
MenuItem
- Parameters:
value
- the value of the menu itemlabel
- the label of the menu itemstyleClass
- the style class of the menu item
-
MenuItem
- Parameters:
value
- the value of the menu itemlabel
- the label of the menu itemstyleClass
- the style class of the menu itemparametersMap
- The map of parameters of the menu item.
-
-
Method Details
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value
- the value to set
-
getLabel
- Returns:
- the label
-
setLabel
- Parameters:
label
- the label to set
-
getStyleClass
- Returns:
- the styleClass
-
setStyleClass
- Parameters:
styleClass
- the styleClass to set
-
putParameter
-
getParameter
-
getParameters
-
equals
-
hashCode
public int hashCode() -
toString
-