Maven module :un.engine : engine-ui :
Class : un.engine.ui.widget.WPopup
Extends/Implements : un.engine.ui.widget.WContainer
Subclasses : -

author  Johann Sorel


Variables : -
Functions : WPopup, showAt, showAt



public void WPopup ()


Display the popup at target widget location.
param  target
param  offsetX X offset from target upper left corner
param  offsetY Y offset from target upper left corner
public void showAt (Widget target, int offsetX, int offsetY)


Display given widget (popup/tooltip/other) at component position.
param  parent
param  candidate widget to display
param  position offset from component upper left corner.
public void showAt (Widget parent, Widget candidate, Point position)