public interface ScrollBoxLayout extends OrderedContainer, Component.BelongToFrame, HasMargin, HasSpacing, HasOrientation, Component.HasIcon, Component.HasCaption, ShortcutNotifier, HasContextHelp, HasHtmlCaption, HasHtmlDescription, HasRequiredIndicator
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScrollBoxLayout.ScrollBarPolicy |
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.WrapperHasOrientation.OrientationHasContextHelp.ContextHelpIconClickEvent| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS| Modifier and Type | Method and Description |
|---|---|
float |
getContentHeight() |
SizeUnit |
getContentHeightSizeUnit() |
java.lang.String |
getContentMaxHeight() |
java.lang.String |
getContentMaxWidth() |
java.lang.String |
getContentMinHeight() |
java.lang.String |
getContentMinWidth() |
float |
getContentWidth() |
SizeUnit |
getContentWidthSizeUnit() |
ScrollBoxLayout.ScrollBarPolicy |
getScrollBarPolicy() |
void |
setContentHeight(java.lang.String height)
Sets content height.
|
void |
setContentMaxHeight(java.lang.String maxHeight)
Sets maximum CSS height for content.
|
void |
setContentMaxWidth(java.lang.String maxWidth)
Sets maximum CSS width for content.
|
void |
setContentMinHeight(java.lang.String minHeight)
Sets minimum CSS height for content.
|
void |
setContentMinWidth(java.lang.String minWidth)
Sets minimum CSS width for content.
|
void |
setContentWidth(java.lang.String width)
Sets content width.
|
void |
setScrollBarPolicy(ScrollBoxLayout.ScrollBarPolicy scrollBarPolicy) |
add, getComponent, getComponentNN, indexOfadd, add, focusFirstComponent, getComponent, getComponentNN, getComponents, getOwnComponent, getOwnComponents, getOwnComponentsStream, remove, remove, removeAlladdStyleName, getAlignment, getHeight, getHeightSizeUnit, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapCompositiongetFrame, setFramegetMargin, setMargin, setMargin, setMargingetSpacing, setSpacinggetOrientation, setOrientationgetIcon, setIcon, setIconFromSetaddShortcutAction, removeShortcutActiongetContextHelpIconClickHandler, getContextHelpText, isContextHelpTextHtmlEnabled, setContextHelpIconClickHandler, setContextHelpText, setContextHelpTextHtmlEnabledisCaptionAsHtml, setCaptionAsHtmlgetCaption, setCaptiongetDescription, setDescriptionisDescriptionAsHtml, setDescriptionAsHtmlisRequiredIndicatorVisible, setRequiredIndicatorVisiblestatic final java.lang.String NAME
ScrollBoxLayout.ScrollBarPolicy getScrollBarPolicy()
void setScrollBarPolicy(ScrollBoxLayout.ScrollBarPolicy scrollBarPolicy)
void setContentWidth(java.lang.String width)
width - widthfloat getContentWidth()
SizeUnit getContentWidthSizeUnit()
void setContentHeight(java.lang.String height)
height - heightfloat getContentHeight()
SizeUnit getContentHeightSizeUnit()
void setContentMinWidth(java.lang.String minWidth)
minWidth - minimum widthjava.lang.String getContentMinWidth()
void setContentMaxWidth(java.lang.String maxWidth)
maxWidth - maximum widthjava.lang.String getContentMaxWidth()
void setContentMinHeight(java.lang.String minHeight)
minHeight - minimum heightjava.lang.String getContentMinHeight()
void setContentMaxHeight(java.lang.String maxHeight)
maxHeight - maximum heightjava.lang.String getContentMaxHeight()