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, setExpandRatio
public ComponentConnectorLayoutSlot(String baseClassName, ComponentConnector child, ManagedLayout layout)
public ComponentConnector getChild()
protected int getCaptionHeight()
getCaptionHeight
in class VLayoutSlot
protected int getCaptionWidth()
getCaptionWidth
in class VLayoutSlot
public LayoutManager getLayoutManager()
public void setCaption(VCaption caption)
setCaption
in class VLayoutSlot
protected void reportActualRelativeHeight(int allocatedHeight)
reportActualRelativeHeight
in class VLayoutSlot
protected void reportActualRelativeWidth(int allocatedWidth)
reportActualRelativeWidth
in class VLayoutSlot
public int getWidgetHeight()
getWidgetHeight
in class VLayoutSlot
public int getWidgetWidth()
getWidgetWidth
in class VLayoutSlot
public boolean isUndefinedHeight()
isUndefinedHeight
in class VLayoutSlot
public boolean isUndefinedWidth()
isUndefinedWidth
in class VLayoutSlot
public boolean isRelativeHeight()
isRelativeHeight
in class VLayoutSlot
public boolean isRelativeWidth()
isRelativeWidth
in class VLayoutSlot
Copyright © 2016 Vaadin Ltd. All rights reserved.