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

    Constructors
    Constructor
    Description
    JmixGridLayoutSlot(String baseClassName, com.vaadin.client.ComponentConnector child, com.vaadin.client.ui.ManagedLayout layout)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class com.vaadin.client.ui.layout.ComponentConnectorLayoutSlot
    • getWidgetHeight

      protected int getWidgetHeight(com.google.gwt.user.client.ui.Widget widget)
    • getButtonHeight

      protected int getButtonHeight(JmixButtonWidget widget)
    • 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)