We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.layout.
Class ComponentConnectorLayoutSlot
- java.lang.Object
-
- com.vaadin.client.ui.layout.VLayoutSlot
-
- com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
-
public class ComponentConnectorLayoutSlot extends VLayoutSlot
-
-
Constructor Summary
Constructors Constructor Description ComponentConnectorLayoutSlot(String baseClassName, ComponentConnector child, ManagedLayout layout)
-
Method Summary
All Methods Modifier and Type Method 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)
-
Methods inherited from class com.vaadin.client.ui.layout.VLayoutSlot
getAlignment, getCaption, getExpandRatio, getUsedHeight, getUsedSizeInDirection, getUsedWidth, getWidget, getWidgetSizeInDirection, getWrapperElement, isRelativeInDirection, isUndefinedInDirection, positionHorizontally, positionInDirection, positionVertically, setAlignment, setExpandRatio
-
-
-
-
Constructor Detail
-
ComponentConnectorLayoutSlot
public ComponentConnectorLayoutSlot(String baseClassName, ComponentConnector child, ManagedLayout layout)
-
-
Method Detail
-
getChild
public ComponentConnector getChild()
-
getCaptionHeight
protected int getCaptionHeight()
Specified by:
getCaptionHeight
in classVLayoutSlot
-
getCaptionWidth
protected int getCaptionWidth()
Specified by:
getCaptionWidth
in classVLayoutSlot
-
getLayoutManager
public LayoutManager getLayoutManager()
-
setCaption
public void setCaption(VCaption caption)
Overrides:
setCaption
in classVLayoutSlot
-
reportActualRelativeHeight
protected void reportActualRelativeHeight(int allocatedHeight)
Overrides:
reportActualRelativeHeight
in classVLayoutSlot
-
reportActualRelativeWidth
protected void reportActualRelativeWidth(int allocatedWidth)
Overrides:
reportActualRelativeWidth
in classVLayoutSlot
-
getWidgetHeight
public int getWidgetHeight()
Specified by:
getWidgetHeight
in classVLayoutSlot
-
getWidgetWidth
public int getWidgetWidth()
Specified by:
getWidgetWidth
in classVLayoutSlot
-
isUndefinedHeight
public boolean isUndefinedHeight()
Specified by:
isUndefinedHeight
in classVLayoutSlot
-
isUndefinedWidth
public boolean isUndefinedWidth()
Specified by:
isUndefinedWidth
in classVLayoutSlot
-
isRelativeHeight
public boolean isRelativeHeight()
Specified by:
isRelativeHeight
in classVLayoutSlot
-
isRelativeWidth
public boolean isRelativeWidth()
Specified by:
isRelativeWidth
in classVLayoutSlot
-
-