@DTO public class UESPersonalRoleArtifactPresentationAttributes extends java.lang.Object
cz.ues.core.personalrole.UESPersonalRole#getArtifactPresentationAttributes(cz.ues.core.commons.uri.UESURI, cz.ues.core.personalrole.dto.UESPersonalRoleArtifactPresentationAttributes).| Modifier and Type | Field and Description |
|---|---|
(package private) UESArtifactWidthType |
artifactWidth
Width of the layout
|
(package private) UESArtifactContextMenuDisplayMode |
contextMenuDisplayMode
Show simple or advanced context menu.
|
(package private) UESArtifactControlBarDisplayMode |
controlBarDisplayMode
Show/hide control bar.
|
(package private) UESArtifactHeaderDisplayMode |
headerDisplayMode
Header type.
|
(package private) UESURI |
personalRoleUri
UESURI referencing a personal role
|
(package private) java.lang.Boolean |
pinArtifactHeader
Setting of the artifact header sticking to screen edge when scrolling.
|
| Constructor and Description |
|---|
UESPersonalRoleArtifactPresentationAttributes() |
UESPersonalRoleArtifactPresentationAttributes(UESURI personalRoleUri,
Instantiates a new UES personal role artifact presentation attributes.
|
personalRoleUri - the personal role uriartifactWidth - the artifact widthheaderDisplayMode - the header display modecontrolBarDisplayMode - the control bar display modepinArtifactHeader - the pin artifact headercontextMenuDisplayMode - the context menu display mode