Class StiRequestFromUserDropDownButton

All Implemented Interfaces:
IStiPopupParentControl, ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, ListDataListener

public class StiRequestFromUserDropDownButton extends StiToolButton implements IStiPopupParentControl
Copyright Stimulsoft
See Also:
  • Constructor Details

    • StiRequestFromUserDropDownButton

      public StiRequestFromUserDropDownButton()
  • Method Details

    • getSize

      public Dimension getSize()
      Overrides:
      getSize in class Component
    • getLocationOnScreen

      public Point getLocationOnScreen()
      Overrides:
      getLocationOnScreen in class Component
    • doLayout

      public void doLayout()
      Overrides:
      doLayout in class Container
    • setListValues

      public void setListValues(List<StiDialogInfoValue> listValues)
    • isLockPopupInvoke

      public boolean isLockPopupInvoke()
      Specified by:
      isLockPopupInvoke in interface IStiPopupParentControl
      Returns:
      the lockPopupInvoke
    • setLockPopupInvoke

      public void setLockPopupInvoke(boolean lockPopupInvoke)
      Specified by:
      setLockPopupInvoke in interface IStiPopupParentControl
      Parameters:
      lockPopupInvoke - the lockPopupInvoke to set
    • getHorizontalOffset

      public int getHorizontalOffset()
      Returns:
      the horizontalOffset
    • setHorizontalOffset

      public void setHorizontalOffset(int horizontalOffset)
      Parameters:
      horizontalOffset - the horizontalOffset to set
    • getPopupWidth

      public int getPopupWidth()
      Returns:
      the popupWidth
    • setPopupWidth

      public void setPopupWidth(int popupWidth)
      Parameters:
      popupWidth - the popupWidth to set
    • getPopupHeight

      public int getPopupHeight()
      Returns:
      the popupHeight
    • setPopupHeight

      public void setPopupHeight(int popupHeight)
      Parameters:
      popupHeight - the popupHeight to set
    • isImageValue

      public boolean isImageValue()
      Returns:
      the isImageValue
    • setImageValue

      public void setImageValue(boolean isImageValue)
      Parameters:
      isImageValue - the isImageValue to set
    • setListRanges

      public void setListRanges(List<StiDialogInfoRange> listRanges)
    • setLeft

      public void setLeft(int left)
    • getRight

      public int getRight()