public class MenuItemVO extends MenuEntryVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CustomOperationVO,MenuItemVO> |
CUSTOM_OPERATION |
static BasicProperty<java.lang.String,MenuItemVO> |
TITLE |
static BasicProperty<MenuItemType,MenuItemVO> |
TYPE |
static BasicProperty<java.lang.String,MenuItemVO> |
URL |
GROUP, ICON, LAST_MODIFIED_MILLIS, NATURECONFIGURATION, VISIBILITYNAMEID| Constructor and Description |
|---|
MenuItemVO() |
MenuItemVO(java.lang.Long id) |
MenuItemVO(Property<T,? super MenuItemVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomOperationVO |
getCustomOperation() |
java.lang.String |
getTitle() |
MenuItemType |
getType() |
java.lang.String |
getUrl() |
void |
setCustomOperation(CustomOperationVO customOperation) |
void |
setTitle(java.lang.String title) |
void |
setType(MenuItemType type) |
void |
setUrl(java.lang.String url) |
getGroup, getIcon, getLastModifiedMillis, getNature, setGroup, setIcon, setLastModifiedMillis, setNaturegetConfiguration, getVisibility, setConfiguration, setVisibilitycompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<CustomOperationVO,MenuItemVO> CUSTOM_OPERATION
public static final BasicProperty<java.lang.String,MenuItemVO> TITLE
public static final BasicProperty<MenuItemType,MenuItemVO> TYPE
public static final BasicProperty<java.lang.String,MenuItemVO> URL
public MenuItemVO()
public MenuItemVO(java.lang.Long id)
public MenuItemVO(Property<T,? super MenuItemVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class MenuEntryVOpublic CustomOperationVO getCustomOperation()
public void setCustomOperation(CustomOperationVO customOperation)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public MenuItemType getType()
public void setType(MenuItemType type)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.String className()
className in class MenuEntryVO