@Deprecated public class WebGroupBox extends io.jmix.ui.component.impl.GroupBoxImpl implements GroupBoxLayout
io.jmix.ui.component.HasOrientation.Orientation
io.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, setStyleName
addAttachListener, 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, withUnwrappedComposition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, getComponent, getComponentNN, indexOf
getIcon, setIcon, setIconFromSet
getOuterMargin, setOuterMargin, setOuterMargin, setOuterMargin
addShortcutAction, removeShortcutAction
getContextHelpIconClickHandler, getContextHelpText, isContextHelpTextHtmlEnabled, setContextHelpIconClickHandler, setContextHelpText, setContextHelpTextHtmlEnabled
isCaptionAsHtml, setCaptionAsHtml
getDescription, setDescription
isDescriptionAsHtml, setDescriptionAsHtml
getExpandRatio, setExpandRatio
isRequiredIndicatorVisible, setRequiredIndicatorVisible
isHtmlSanitizerEnabled, setHtmlSanitizerEnabled
expand, getExpandDirection, isExpanded, resetExpanded
add, add, remove, remove, removeAll
protected 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.InitializingBean
afterPropertiesSet
in class io.jmix.ui.component.impl.GroupBoxImpl
java.lang.Exception
public void applySettings(org.dom4j.Element element)
HasSettings
applySettings
in interface HasSettings
element
- settings elementpublic boolean saveSettings(org.dom4j.Element element)
HasSettings
saveSettings
in interface HasSettings
element
- settings elementpublic boolean isSettingsEnabled()
isSettingsEnabled
in interface HasSettings
public void setSettingsEnabled(boolean settingsEnabled)
HasSettings
setSettingsEnabled
in interface HasSettings
settingsEnabled
- 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