Package io.jmix.ui.component
Interface SecuredActionsHolder
- All Superinterfaces:
ActionsHolder
,Component
,HasSubParts
- All Known Implementing Classes:
AbstractActionsHolderComponent
,AbstractDataGrid
,AbstractTable
,DataGridImpl
,DialogWindowImpl
,EntityComboBoxImpl
,EntityPickerImpl
,EntitySuggestionFieldImpl
,GroupTableImpl
,PopupButtonImpl
,RelatedEntitiesImpl
,RootWindowImpl
,SearchFieldImpl
,TableImpl
,TabWindowImpl
,TagPickerImpl
,TreeDataGridImpl
,TreeImpl
,TreeTableImpl
,ValuePickerImpl
,ValuesPickerImpl
,WindowImpl
An
ActionsHolder
component that loads and controls permissions on owned actions.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.component.Component
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper
-
Field Summary
Fields inherited from interface io.jmix.ui.component.Component
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE
-
Method Summary
Methods inherited from interface io.jmix.ui.component.ActionsHolder
addAction, addAction, getAction, getActionNN, getActions, getSubPart, removeAction, removeAction, removeAllActions
Methods inherited from interface io.jmix.ui.component.Component
addStyleName, getAlignment, getHeight, getHeightSizeUnit, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, isEnabled, isEnabledRecursive, isResponsive, isVisible, isVisibleRecursive, removeStyleName, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedComposition
-
Method Details
-
getActionsPermissions
ActionsPermissions getActionsPermissions()- Returns:
- permissions container
-