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 boolean
equals(Object other)
String
getLabel()
String
getParameter(String paramKey)
Map<String,String>
getParameters()
String
getStyleClass()
String
getValue()
int
hashCode()
void
putParameter(String paramKey, String paramValue)
void
setLabel(String label)
void
setStyleClass(String styleClass)
void
setValue(String value)
String
toString()
-
-
-
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
-
-