Interface XulPopup

  • All Superinterfaces:
    org.pentaho.ui.xul.dom.Element, org.pentaho.ui.xul.XulComponent, org.pentaho.ui.xul.XulContainer, org.pentaho.ui.xul.XulEventSource
    All Known Implementing Classes:
    SwingXulPopupMenu

    public interface XulPopup
    extends org.pentaho.ui.xul.XulContainer
    Todo: Document Me
    Author:
    Thomas Morgner
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.pentaho.ui.xul.util.Orient getOrientation()  
      • Methods inherited from interface org.pentaho.ui.xul.dom.Element

        addChild, addChildAt, getAttributes, getAttributeValue, getChildNodes, getDocument, getElementById, getElementByXPath, getElementObject, getElementsByTagName, getFirstChild, getNamespace, getParent, getText, removeChild, replaceChild, setAttribute, setAttribute, setAttributes, setNamespace
      • Methods inherited from interface org.pentaho.ui.xul.XulComponent

        addPropertyChangeListener, adoptAttributes, getAlign, getBgcolor, getContext, getDrageffect, getDropvetoer, getFlex, getHeight, getId, getInsertafter, getInsertbefore, getManagedObject, getMenu, getName, getOnblur, getOndrag, getOndrop, getPadding, getPopup, getPosition, getRemoveelement, getSpacing, getTooltiptext, getWidth, isDisabled, isVisible, onDomReady, removePropertyChangeListener, setAlign, setBgcolor, setBindingProvider, setContext, setDisabled, setDrageffect, setDropvetoer, setFlex, setHeight, setId, setInsertafter, setInsertbefore, setManagedObject, setMenu, setOnblur, setOndrag, setOndrop, setPadding, setPopup, setPosition, setRemoveelement, setSpacing, setTooltiptext, setVisible, setWidth
      • Methods inherited from interface org.pentaho.ui.xul.XulContainer

        addComponent, addComponentAt, removeComponent, suppressLayout
    • Method Detail

      • getOrientation

        org.pentaho.ui.xul.util.Orient getOrientation()
        Specified by:
        getOrientation in interface org.pentaho.ui.xul.XulContainer
        Returns:
        the orientation for this container. Valid values are found in the Orient enum.
        See Also:
        Orient