public class MenuItemDTO extends MenuEntryDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,MenuItemDTO> |
CONTENT |
static Property<CustomOperationVO,MenuItemDTO> |
CUSTOM_OPERATION |
static Property<java.lang.String,MenuItemDTO> |
TITLE |
static Property<MenuItemType,MenuItemDTO> |
TYPE |
static Property<java.lang.String,MenuItemDTO> |
URL |
GROUP, ICONCONFIGURATION, VISIBILITYNAMEID| Constructor and Description |
|---|
MenuItemDTO() |
MenuItemDTO(java.lang.Long id) |
MenuItemDTO(Property<T,? super MenuItemDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getContent() |
CustomOperationVO |
getCustomOperation() |
java.lang.String |
getTitle() |
MenuItemType |
getType() |
java.lang.String |
getUrl() |
void |
setContent(java.lang.String content) |
void |
setCustomOperation(CustomOperationVO customOperation) |
void |
setTitle(java.lang.String title) |
void |
setType(MenuItemType type) |
void |
setUrl(java.lang.String url) |
getGroup, getIcon, setGroup, setIcongetConfiguration, getVisibility, setConfiguration, setVisibilitycompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,MenuItemDTO> CONTENT
public static final Property<CustomOperationVO,MenuItemDTO> CUSTOM_OPERATION
public static final Property<java.lang.String,MenuItemDTO> TITLE
public static final Property<MenuItemType,MenuItemDTO> TYPE
public static final Property<java.lang.String,MenuItemDTO> URL
public MenuItemDTO()
public MenuItemDTO(java.lang.Long id)
public MenuItemDTO(Property<T,? super MenuItemDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class MenuEntryDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class MenuEntryDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class MenuEntryDTOpublic java.lang.String getContent()
public CustomOperationVO getCustomOperation()
public java.lang.String getTitle()
public MenuItemType getType()
public java.lang.String getUrl()
public void setContent(java.lang.String content)
public void setCustomOperation(CustomOperationVO customOperation)
public void setTitle(java.lang.String title)
public void setType(MenuItemType type)
public void setUrl(java.lang.String url)