Class MoveEvent

    • Constructor Detail

      • MoveEvent

        public MoveEvent​(javax.faces.component.UIComponent component,
                         javax.faces.component.behavior.Behavior behavior,
                         int top,
                         int left)
    • Method Detail

      • getTop

        public int getTop()
      • setTop

        public void setTop​(int top)
      • getLeft

        public int getLeft()
      • setLeft

        public void setLeft​(int left)