Class JmixVerticalSplitPanelWidget

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
com.vaadin.client.ui.VAbstractSplitPanel
com.vaadin.client.ui.VSplitPanelVertical
io.jmix.ui.widget.client.split.JmixVerticalSplitPanelWidget
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>

public class JmixVerticalSplitPanelWidget extends com.vaadin.client.ui.VSplitPanelVertical
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected static enum 
     

    Nested classes/interfaces inherited from class com.vaadin.client.ui.VAbstractSplitPanel

    com.vaadin.client.ui.VAbstractSplitPanel.SplitterMoveHandler

    Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

    com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled

    Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets

    com.google.gwt.user.client.ui.HasWidgets.ForIsWidget

    Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.IndexedPanel

    com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected Consumer<String>
     
    protected static final int
     
    protected String
     
     
    protected boolean
     
     
    protected boolean
     
    protected static final String
    Styles for widget
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected static final String
     
    protected int
     

    Fields inherited from class com.vaadin.client.ui.VAbstractSplitPanel

    CLASSNAME, client, componentStyleNames, maximumPosition, minimumPosition, origScrollTop, position, scrolledContainer, splitter

    Fields inherited from class com.google.gwt.user.client.ui.UIObject

    DEBUG_ID_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
     
    protected com.google.gwt.dom.client.Element
     
    int
     
    boolean
     
    protected boolean
     
    protected boolean
     
    protected boolean
     
    protected boolean
     
    protected boolean
     
    protected boolean
     
    protected void
     
    void
    onMouseDown(com.google.gwt.user.client.Event event)
     
    void
    onMouseUp(com.google.gwt.user.client.Event event)
     
    void
    setDockable(boolean dockable)
     
    protected void
    setDocked(boolean docked)
     
    void
     
    void
    setPositionReversed(boolean reversed)
     
    void
     
    protected void
     
    void
     

    Methods inherited from class com.vaadin.client.ui.VSplitPanelVertical

    startResize, stopResize

    Methods inherited from class com.vaadin.client.ui.VAbstractSplitPanel

    constructDom, getFirstContainer, getFirstWidget, getSecondContainer, getSecondWidget, getSplitterPosition, getSplitterSize, isEnabled, makeScrollable, onBrowserEvent, onMouseMove, remove, setEnabled, setFirstWidget, setLocked, setSecondWidget, setStylenames

    Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel

    add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove

    Methods inherited from class com.google.gwt.user.client.ui.Panel

    add, add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove

    Methods inherited from class com.google.gwt.user.client.ui.Widget

    addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents

    Methods inherited from class com.google.gwt.user.client.ui.UIObject

    addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Field Details

  • Constructor Details

    • JmixVerticalSplitPanelWidget

      public JmixVerticalSplitPanelWidget()
  • Method Details

    • isDockable

      public boolean isDockable()
    • setDockable

      public void setDockable(boolean dockable)
    • createDockButton

      protected JmixPlaceHolderWidget createDockButton()
    • createDockButtonContainer

      protected com.google.gwt.dom.client.Element createDockButtonContainer()
    • setDockMode

      public void setDockMode(SplitPanelDockMode dockMode)
    • updateDockButtonPosition

      protected void updateDockButtonPosition()
    • isSplitterInBottomChangeArea

      protected boolean isSplitterInBottomChangeArea()
    • isSplitterInTopChangeArea

      protected boolean isSplitterInTopChangeArea()
    • getAbsoluteBottom

      public int getAbsoluteBottom()
    • updateSizes

      public void updateSizes()
      Overrides:
      updateSizes in class com.vaadin.client.ui.VAbstractSplitPanel
    • onMouseDown

      public void onMouseDown(com.google.gwt.user.client.Event event)
      Overrides:
      onMouseDown in class com.vaadin.client.ui.VAbstractSplitPanel
    • setSplitPosition

      public void setSplitPosition(String pos)
      Overrides:
      setSplitPosition in class com.vaadin.client.ui.VAbstractSplitPanel
    • isMinPositionSet

      protected boolean isMinPositionSet()
    • isMaxPositionSet

      protected boolean isMaxPositionSet()
    • isExtremePosition

      protected boolean isExtremePosition(String pos)
    • onMouseUp

      public void onMouseUp(com.google.gwt.user.client.Event event)
      Overrides:
      onMouseUp in class com.vaadin.client.ui.VAbstractSplitPanel
    • onDetach

      protected void onDetach()
      Overrides:
      onDetach in class com.google.gwt.user.client.ui.Widget
    • checkSplitPositionLimits

      protected String checkSplitPositionLimits(String pos)
      Overrides:
      checkSplitPositionLimits in class com.vaadin.client.ui.VAbstractSplitPanel
    • setPositionReversed

      public void setPositionReversed(boolean reversed)
      Overrides:
      setPositionReversed in class com.vaadin.client.ui.VAbstractSplitPanel
    • setDocked

      protected void setDocked(boolean docked)
    • isDocked

      protected boolean isDocked()