Package de.xima.fc.gui.common.model
Class MenuItem
- java.lang.Object
-
- de.xima.fc.gui.common.model.MenuItem
-
- All Implemented Interfaces:
Serializable
public class MenuItem extends Object implements Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetLabel()StringgetParameter(String paramKey)Map<String,String>getParameters()StringgetStyleClass()StringgetValue()inthashCode()voidputParameter(String paramKey, String paramValue)voidsetLabel(String label)voidsetStyleClass(String styleClass)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getValue
public String getValue()
- Returns:
- the value
-
setValue
public void setValue(String value)
- Parameters:
value- the value to set
-
getLabel
public String getLabel()
- Returns:
- the label
-
setLabel
public void setLabel(String label)
- Parameters:
label- the label to set
-
getStyleClass
public String getStyleClass()
- Returns:
- the styleClass
-
setStyleClass
public void setStyleClass(String styleClass)
- Parameters:
styleClass- the styleClass to set
-
-