public class MenuEntryData extends EntityData<MenuEntryDTO>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomOperationVO,MenuEntryData> |
CUSTOM_OPERATIONS |
static ListProperty<MenuEntryVO,MenuEntryData> |
GROUPS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
MenuEntryData() |
MenuEntryData(Property<T,? super MenuEntryData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomOperationVO> |
getCustomOperations() |
java.util.List<MenuEntryVO> |
getGroups() |
void |
setCustomOperations(java.util.List<CustomOperationVO> customOperations) |
void |
setGroups(java.util.List<MenuEntryVO> groups) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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 ListProperty<CustomOperationVO,MenuEntryData> CUSTOM_OPERATIONS
public static final ListProperty<MenuEntryVO,MenuEntryData> GROUPS
public MenuEntryData()
public MenuEntryData(Property<T,? super MenuEntryData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<MenuEntryDTO>public java.util.List<CustomOperationVO> getCustomOperations()
public void setCustomOperations(java.util.List<CustomOperationVO> customOperations)
public java.util.List<MenuEntryVO> getGroups()
public void setGroups(java.util.List<MenuEntryVO> groups)