| de.ug2t.unifiedGui.interfaces.IUnAnchoredPopUp
All known Subclasses: de.ug2t.channel.ho.server.generic.HoSrvGenericAnchoredPopup, de.ug2t.channel.markup.generic.MuGenericAnchoredPopup, de.ug2t.channel.ho.client.swing.HoSwingAnchoredPopup,
IUnAnchoredPopUp | public interface IUnAnchoredPopUp extends IUnComponent,IUnIconView(Code) | | author: Dirk author: date: 23.05.2007 project: WiSer-Framework author: author: IUnAnchoredPop is the common interface to anchored popups for all supported author: channels. An anchored popup is a popup this is anchored at a specific author: position in the layout (similar to the comboBox popup) author:
|
Inner Class :public static class Factory | |
pcmf_displayPopup | public void pcmf_displayPopup()(Code) | |
This function activates the popup, that means the next render positions the
dialogue of the active page.
|
pcmf_getPopUpHorizontalOffset | public int pcmf_getPopUpHorizontalOffset()(Code) | |
Returns the horizontal offset of the popup component
|
pcmf_getPopUpVerticalOffset | public int pcmf_getPopUpVerticalOffset()(Code) | |
Returns the vertical offset of the popup component
|
pcmf_hidePopup | public void pcmf_hidePopup()(Code) | |
Deactivates an activated popup.
|
pcmf_isDisplay | public boolean pcmf_isDisplay()(Code) | |
Informs the caller whether the dialog is currently displayed or not.
|
pcmf_setComponent | public void pcmf_setComponent(IUnComponent xComp)(Code) | |
Sets the component which is displayed as popup
Parameters: xBorder - popup component |
pcmf_setComponent | public void pcmf_setComponent(UnComponent xComp)(Code) | |
Sets the component which is displayed as popup
Parameters: xBorder - popup component |
pcmf_setPopUpHorizontalOffset | public void pcmf_setPopUpHorizontalOffset(int xOffs)(Code) | |
Sets the horizontal offset of the of the popup component
Parameters: xOffs - offset in pixel |
pcmf_setPopUpVerticalOffset | public void pcmf_setPopUpVerticalOffset(int xOffs)(Code) | |
Sets the vertical offset of the of the popup component
Parameters: xOffs - offset in pixel |
|
|