@Deprecated public class WebGroupBox extends io.jmix.ui.component.impl.GroupBoxImpl implements GroupBoxLayout
io.jmix.ui.component.HasOrientation.Orientationio.jmix.ui.component.HasContextHelp.ContextHelpIconClickEvent| Modifier and Type | Field and Description |
|---|---|
protected LegacySettingsDelegate |
settingsDelegate
Deprecated.
|
protected io.jmix.ui.settings.ComponentSettingsRegistry |
settingsRegistry
Deprecated.
|
orientation, ownComponents, shortcuts| Constructor and Description |
|---|
WebGroupBox()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
void |
applySettings(org.dom4j.Element element)
Deprecated.
Applies user settings for object.
|
protected LegacySettingsDelegate |
createSettingsDelegate()
Deprecated.
|
void |
expand(io.jmix.ui.component.Component component,
java.lang.String height,
java.lang.String width)
Deprecated.
|
protected io.jmix.ui.settings.component.binder.ComponentSettingsBinder |
getSettingsBinder()
Deprecated.
|
boolean |
isSettingsEnabled()
Deprecated.
|
void |
removeExpandedStateChangeListener(java.util.function.Consumer<io.jmix.ui.component.Collapsable.ExpandedStateChangeEvent> listener)
Deprecated.
|
boolean |
saveSettings(org.dom4j.Element element)
Deprecated.
Saves object settings to the element.
|
void |
setSettingsEnabled(boolean settingsEnabled)
Deprecated.
Set to true if object should allow to save and apply settings
|
void |
setSettingsRegistry(io.jmix.ui.settings.ComponentSettingsRegistry settingsRegistry)
Deprecated.
|
add, add, addExpandedStateChangeListener, addShortcutAction, attached, createComponent, detached, expand, fireExpandStateChange, getComponent, getComponent, getComponentContent, getComponents, getExpandDirection, getExpandRatio, getOrientation, getOuterMargin, getOwnComponent, getOwnComponents, getOwnComponentsStream, getSpacing, getStyleName, indexOf, initComponent, isBorderVisible, isCollapsable, isExpanded, isExpanded, isRequiredIndicatorVisible, isShowAsPanel, remove, removeAll, removeShortcutAction, resetExpanded, setBorderVisible, setCollapsable, setExpanded, setExpandRatio, setFrame, setOrientation, setOuterMargin, setRequiredIndicatorVisible, setShowAsPanel, setSpacing, setStyleNameaddAttachListener, addDetachListener, addStyleName, assignDebugId, getAlignment, getCaption, getComponent, getComposition, getContextHelpIconClickHandler, getContextHelpText, getDebugId, getDescription, getEventHub, getFrame, getHeight, getHeightSizeUnit, getHtmlSanitizer, getIcon, getIconName, getIconResource, getId, getParent, getUiComponentProperties, getUiProperties, getWidth, getWidthSizeUnit, getXmlDescriptor, hasSubscriptions, hasValidationError, isAttached, isCaptionAsHtml, isContextHelpTextHtmlEnabled, isDescriptionAsHtml, isEnabled, isEnabledRecursive, isHtmlSanitizerEnabled, isResponsive, isVisible, isVisibleRecursive, onContextHelpIconClick, publish, removeStyleName, sanitize, setAlignment, setApplicationContext, setCaption, setCaptionAsHtml, setContextHelpIconClickHandler, setContextHelpText, setContextHelpTextHtmlEnabled, setDebugId, setDescription, setDescriptionAsHtml, setEnabled, setHeight, setHtmlSanitizerEnabled, setIcon, setIconFromSet, setId, setParent, setResponsive, setValidationError, setVisible, setWidth, setXmlDescriptor, unsubscribe, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedCompositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, getComponent, getComponentNN, indexOfgetIcon, setIcon, setIconFromSetgetOuterMargin, setOuterMargin, setOuterMargin, setOuterMarginaddShortcutAction, removeShortcutActiongetContextHelpIconClickHandler, getContextHelpText, isContextHelpTextHtmlEnabled, setContextHelpIconClickHandler, setContextHelpText, setContextHelpTextHtmlEnabledisCaptionAsHtml, setCaptionAsHtmlgetDescription, setDescriptionisDescriptionAsHtml, setDescriptionAsHtmlgetExpandRatio, setExpandRatioisRequiredIndicatorVisible, setRequiredIndicatorVisibleisHtmlSanitizerEnabled, setHtmlSanitizerEnabledexpand, getExpandDirection, isExpanded, resetExpandedadd, add, remove, remove, removeAllprotected io.jmix.ui.settings.ComponentSettingsRegistry settingsRegistry
protected LegacySettingsDelegate settingsDelegate
@Autowired public void setSettingsRegistry(io.jmix.ui.settings.ComponentSettingsRegistry settingsRegistry)
public void expand(io.jmix.ui.component.Component component,
java.lang.String height,
java.lang.String width)
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class io.jmix.ui.component.impl.GroupBoxImpljava.lang.Exceptionpublic void applySettings(org.dom4j.Element element)
HasSettingsapplySettings in interface HasSettingselement - settings elementpublic boolean saveSettings(org.dom4j.Element element)
HasSettingssaveSettings in interface HasSettingselement - settings elementpublic boolean isSettingsEnabled()
isSettingsEnabled in interface HasSettingspublic void setSettingsEnabled(boolean settingsEnabled)
HasSettingssetSettingsEnabled in interface HasSettingssettingsEnabled - whether settings should be enabled for the objectprotected LegacySettingsDelegate createSettingsDelegate()
protected io.jmix.ui.settings.component.binder.ComponentSettingsBinder getSettingsBinder()
public void removeExpandedStateChangeListener(java.util.function.Consumer<io.jmix.ui.component.Collapsable.ExpandedStateChangeEvent> listener)
listener - a listener to remove