public interface EmailableWidget
EmailableWidget Interface that facilitates emailing of the widget
| Modifier and Type | Method and Description |
|---|---|
void | email(BBjNumber p_parentX, BBjNumber p_parentY, BBjNumber p_parentWidth, BBjNumber p_parentHeight)Called to display a email dialog in order to email the widget |
public void email(BBjNumber p_parentX, BBjNumber p_parentY, BBjNumber p_parentWidth, BBjNumber p_parentHeight)
Called to display a email dialog in order to email the widget
p_parentX X location of the parent windowp_parentY Y location of the parent windowp_parentWidth Width of the parent windowp_parentHeight Height of the parent window