public interface ExpandingLayout extends ComponentContainer
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExpandingLayout.ExpandDirection |
Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.WrapperAUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS| Modifier and Type | Method and Description |
|---|---|
void |
expand(Component component) |
void |
expand(Component component,
java.lang.String height,
java.lang.String width)
Deprecated.
Use
SupportsExpandRatio.setExpandRatio(Component, float) instead. |
ExpandingLayout.ExpandDirection |
getExpandDirection() |
boolean |
isExpanded(Component component) |
void |
resetExpanded() |
add, 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, unwrapCompositionvoid expand(Component component)
@Deprecated void expand(Component component, java.lang.String height, java.lang.String width)
SupportsExpandRatio.setExpandRatio(Component, float) instead.void resetExpanded()
boolean isExpanded(Component component)
ExpandingLayout.ExpandDirection getExpandDirection()