Class JmixGridLayoutSlot
java.lang.Object
com.vaadin.client.ui.layout.VLayoutSlot
com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
io.jmix.ui.widget.client.gridlayout.JmixGridLayoutSlot
- Direct Known Subclasses:
JmixFieldGroupLayoutComponentSlot
public class JmixGridLayoutSlot
extends com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
-
Field Summary
Fields inherited from class com.vaadin.client.ui.layout.VLayoutSlot
wrapper
-
Constructor Summary
ConstructorDescriptionJmixGridLayoutSlot
(String baseClassName, com.vaadin.client.ComponentConnector child, com.vaadin.client.ui.ManagedLayout layout) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.gwt.dom.client.Element
findElementByClassName
(com.google.gwt.dom.client.Element element, String className) protected com.google.gwt.dom.client.Element
findLinkButtonCaptionElement
(com.google.gwt.dom.client.Element linkButtonElement) protected int
getButtonHeight
(JmixButtonWidget widget) int
protected int
getWidgetHeight
(com.google.gwt.user.client.ui.Widget widget) Methods inherited from class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
getCaptionHeight, getCaptionWidth, getChild, getLayout, getLayoutManager, getWidgetWidth, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, reportActualRelativeHeight, reportActualRelativeWidth, setCaption
Methods inherited from class com.vaadin.client.ui.layout.VLayoutSlot
getAlignment, getCaption, getExpandRatio, getUsedHeight, getUsedSizeInDirection, getUsedWidth, getWidget, getWidgetSizeInDirection, getWrapperElement, isRelativeInDirection, isUndefinedInDirection, parsePercent, positionHorizontally, positionInDirection, positionVertically, setAlignment, setExpandRatio
-
Constructor Details
-
JmixGridLayoutSlot
public JmixGridLayoutSlot(String baseClassName, com.vaadin.client.ComponentConnector child, com.vaadin.client.ui.ManagedLayout layout)
-
-
Method Details
-
getWidgetHeight
public int getWidgetHeight()- Overrides:
getWidgetHeight
in classcom.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
-
getWidgetHeight
protected int getWidgetHeight(com.google.gwt.user.client.ui.Widget widget) -
getButtonHeight
-
findLinkButtonCaptionElement
@Nullable protected com.google.gwt.dom.client.Element findLinkButtonCaptionElement(com.google.gwt.dom.client.Element linkButtonElement) -
findElementByClassName
@Nullable protected com.google.gwt.dom.client.Element findElementByClassName(com.google.gwt.dom.client.Element element, String className)
-