public interface GroupBoxLayout extends ExpandingLayout, Component.OrderedContainer, Component.HasIcon, Component.HasCaption, Component.HasBorder, Component.Spacing, Component.OuterMargin, Component.Collapsable, Component.BelongToFrame, Component.HasSettings, Component.ShortcutNotifier
| Modifier and Type | Interface and Description |
|---|---|
static class |
GroupBoxLayout.Orientation |
ExpandingLayout.ExpandDirectionComponent.ActionOwner, Component.ActionsHolder, Component.Alignment, Component.BelongToFrame, Component.Buffered, Component.ChildEditableController, Component.Collapsable, Component.Container, Component.ContextHelpIconClickEvent, Component.Disposable, Component.Editable, Component.EditableChangeEvent, Component.EditableChangeListener, Component.EditableChangeNotifier, Component.ExpandedStateChangeEvent, Component.ExpandedStateChangeListener, Component.Focusable, Component.HasBorder, Component.HasButtonsPanel, Component.HasCaption, Component.HasContextHelp, Component.HasFormatter, Component.HasIcon, Component.HasInputPrompt, Component.HasNamedComponents, Component.HasOptionsStyleProvider, Component.HasPresentations, Component.HasRowsCount, Component.HasSettings, Component.HasValue, Component.HasXmlDescriptor, Component.LayoutClickEvent, Component.LayoutClickListener, Component.LayoutClickNotifier, Component.Margin, Component.MouseEventDetails, Component.OptionsStyleProvider, Component.OrderedContainer, Component.OuterMargin, Component.SecuredActionsHolder, Component.ShortcutAction, Component.ShortcutNotifier, Component.ShortcutTriggeredEvent, Component.Spacing, Component.UiPermissionAware, Component.Validatable, Component.ValueChangeEvent, Component.ValueChangeListener, Component.WrapperComponent.Collapsable.CollapseListener, Component.Collapsable.ExpandListener| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, UNITS_PERCENTAGE, UNITS_PIXELS| Modifier and Type | Method and Description |
|---|---|
GroupBoxLayout.Orientation |
getOrientation() |
boolean |
isCaptionAsHtml() |
boolean |
isShowAsPanel() |
void |
setCaptionAsHtml(boolean captionAsHtml)
Sets whether the caption is rendered as HTML.
|
void |
setOrientation(GroupBoxLayout.Orientation orientation) |
void |
setShowAsPanel(boolean showAsPanel)
Set layout style as Vaadin Panel
|
expand, expand, getExpandDirection, isExpanded, resetExpandedadd, getComponent, getComponentNN, indexOfadd, getComponent, getComponentNN, getComponents, getOwnComponent, getOwnComponents, remove, removeAlladdStyleName, getAlignment, getDebugId, getHeight, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthUnits, isEnabled, isEnabledItself, isResponsive, isVisible, isVisibleItself, removeStyleName, requestFocus, setAlignment, setDebugId, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapCompositiongetIcon, setIcon, setIconFromSetgetCaption, getDescription, setCaption, setDescriptionisBorderVisible, setBorderVisiblegetSpacing, setSpacinggetOuterMargin, setOuterMargin, setOuterMargin, setOuterMarginaddExpandedStateChangeListener, addListener, addListener, isCollapsable, isExpanded, removeExpandedStateChangeListener, removeListener, removeListener, setCollapsable, setExpandedgetFrame, setFrameapplySettings, isSettingsEnabled, saveSettings, setSettingsEnabledaddShortcutAction, removeShortcutActionstatic final java.lang.String NAME
GroupBoxLayout.Orientation getOrientation()
void setOrientation(GroupBoxLayout.Orientation orientation)
void setShowAsPanel(boolean showAsPanel)
showAsPanel - boolean isShowAsPanel()
boolean isCaptionAsHtml()
true if the caption is rendered as HTML,
false if rendered as plain textvoid setCaptionAsHtml(boolean captionAsHtml)
captionAsHtml - true if the caption is rendered as HTML,
false if rendered as plain textComponent.HasCaption.setCaption(String)