@StudioComponent(caption="ButtonsPanel", category="Containers", xmlElement="buttonsPanel", icon="io/jmix/ui/icon/container/buttonsPanel.svg", canvasBehaviour=CONTAINER, containerType=FLOW, documentationURL="https://docs.jmix.io/jmix/%VERSION%/backoffice-ui/vcl/containers/buttons-panel.html") public interface ButtonsPanel extends FlowBoxLayout
HasButtonsPanel interface.Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.WrapperHasContextHelp.ContextHelpIconClickEventLayoutClickNotifier.LayoutClickEvent| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlwaysVisible()
Returns whether buttons panel is always displayed on the lookup screen.
|
void |
setAlwaysVisible(boolean alwaysVisible)
Sets whether or not buttons panel is always displayed on the lookup screen.
|
add, getComponent, getComponentNN, indexOfadd, add, remove, remove, removeAlladdStyleName, 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, withUnwrappedCompositionfocusFirstComponent, getComponent, getComponentNN, getComponents, getOwnComponent, getOwnComponents, getOwnComponentsStreamgetFrame, setFramegetMargin, setMargin, setMargin, setMargingetSpacing, setSpacinggetIcon, setIcon, setIconFromSetgetContextHelpIconClickHandler, getContextHelpText, isContextHelpTextHtmlEnabled, setContextHelpIconClickHandler, setContextHelpText, setContextHelpTextHtmlEnabledisHtmlSanitizerEnabled, setHtmlSanitizerEnabledaddLayoutClickListeneraddShortcutAction, removeShortcutActionisCaptionAsHtml, setCaptionAsHtmlgetCaption, setCaptiongetDescription, setDescriptionisDescriptionAsHtml, setDescriptionAsHtmlisRequiredIndicatorVisible, setRequiredIndicatorVisiblestatic final java.lang.String NAME
@StudioProperty(defaultValue="false") void setAlwaysVisible(boolean alwaysVisible)
false.alwaysVisible - specifies whether buttons panel is always displayed on the lookup screenboolean isAlwaysVisible()
false.