public class ComponentConnectorLayoutSlot extends VLayoutSlot
| Constructor and Description |
|---|
ComponentConnectorLayoutSlot(String baseClassName,
ComponentConnector child,
ManagedLayout layout) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getCaptionHeight() |
protected int |
getCaptionWidth() |
ComponentConnector |
getChild() |
LayoutManager |
getLayoutManager() |
int |
getWidgetHeight() |
int |
getWidgetWidth() |
boolean |
isRelativeHeight() |
boolean |
isRelativeWidth() |
boolean |
isUndefinedHeight() |
boolean |
isUndefinedWidth() |
protected void |
reportActualRelativeHeight(int allocatedHeight) |
protected void |
reportActualRelativeWidth(int allocatedWidth) |
void |
setCaption(VCaption caption) |
getAlignment, getCaption, getExpandRatio, getUsedHeight, getUsedSizeInDirection, getUsedWidth, getWidget, getWidgetSizeInDirection, getWrapperElement, isRelativeInDirection, isUndefinedInDirection, positionHorizontally, positionInDirection, positionVertically, setAlignment, setExpandRatiopublic ComponentConnectorLayoutSlot(String baseClassName, ComponentConnector child, ManagedLayout layout)
public ComponentConnector getChild()
protected int getCaptionHeight()
getCaptionHeight in class VLayoutSlotprotected int getCaptionWidth()
getCaptionWidth in class VLayoutSlotpublic LayoutManager getLayoutManager()
public void setCaption(VCaption caption)
setCaption in class VLayoutSlotprotected void reportActualRelativeHeight(int allocatedHeight)
reportActualRelativeHeight in class VLayoutSlotprotected void reportActualRelativeWidth(int allocatedWidth)
reportActualRelativeWidth in class VLayoutSlotpublic int getWidgetHeight()
getWidgetHeight in class VLayoutSlotpublic int getWidgetWidth()
getWidgetWidth in class VLayoutSlotpublic boolean isUndefinedHeight()
isUndefinedHeight in class VLayoutSlotpublic boolean isUndefinedWidth()
isUndefinedWidth in class VLayoutSlotpublic boolean isRelativeHeight()
isRelativeHeight in class VLayoutSlotpublic boolean isRelativeWidth()
isRelativeWidth in class VLayoutSlotCopyright © 2018 Vaadin Ltd. All rights reserved.