| de.ug2t.unifiedGui.interfaces.IUnDialog
All known Subclasses: de.ug2t.channel.markup.generic.MuGenericDialog, de.ug2t.channel.ho.server.generic.HoSrvGenericDialog, de.ug2t.channel.ho.client.swing.HoSwingDialog,
Inner Class :public static class Factory | |
DIALOG_ACTIVATED | final public static String DIALOG_ACTIVATED(Code) | | |
DIALOG_CLOSING | final public static String DIALOG_CLOSING(Code) | | |
DIALOG_DEACTIVATED | final public static String DIALOG_DEACTIVATED(Code) | | |
DIALOG_DEICONIFIED | final public static String DIALOG_DEICONIFIED(Code) | | |
DIALOG_GETFOCUS | final public static String DIALOG_GETFOCUS(Code) | | |
DIALOG_ICONIFIED | final public static String DIALOG_ICONIFIED(Code) | | |
DIALOG_LOSTFOCUS | final public static String DIALOG_LOSTFOCUS(Code) | | |
DIALOG_RESIZED | final public static String DIALOG_RESIZED(Code) | | |
pcmf_displayDialog | public void pcmf_displayDialog()(Code) | |
This function activates the dialog, that means the next render positions
the dialogue of the active page.
|
pcmf_getGenerateReshapeEvents | public boolean pcmf_getGenerateReshapeEvents()(Code) | |
Returns whether reshape events are generated or not
true or false |
pcmf_getTitle | public String pcmf_getTitle()(Code) | |
Gets the title of the dialog.
xTitle |
pcmf_hideDialog | public void pcmf_hideDialog()(Code) | |
Deactivates an activated dialog.
|
pcmf_isDisplay | public boolean pcmf_isDisplay()(Code) | |
Informs the caller whether the dialog is currently displayed or not.
|
pcmf_isModal | public boolean pcmf_isModal()(Code) | |
Returns whether the dialog is modal or not
|
pcmf_isResizable | public boolean pcmf_isResizable()(Code) | |
Informs about the resizability of the dialog
|
pcmf_setDecoration | public void pcmf_setDecoration(boolean xDeco)(Code) | |
Sets the dialog to have no decoration
Parameters: xDeco - true indicates that the dialog has a decoration, false does theopposite |
pcmf_setGenerateReshapeEvents | public void pcmf_setGenerateReshapeEvents(boolean xReshapes)(Code) | |
If a dialog is used within a mdi environment it may be reshaped. Because
the corresponding events lead to massive network traffic, they can be
enabled and disabled separately.
Parameters: xReshapes - true or false |
pcmf_setModal | public void pcmf_setModal(boolean xModal)(Code) | |
Sets the dialog to modal
Parameters: xModal - true indicates modal otherwise non modal |
pcmf_setPosition | public void pcmf_setPosition(int xPos, int yPos, int xWi, int xHi)(Code) | |
Sets the position of the dialog
Parameters: xPos - position in x-direction Parameters: yPos - position in y-direction Parameters: xWi - width of the object Parameters: xHi - height of the object |
pcmf_setResizable | public void pcmf_setResizable(boolean xSizable)(Code) | |
Sets the dialog to be resizable
Parameters: xSizable - true indicates that the dialogue is resizable, false does theopposite |
pcmf_setTitle | public void pcmf_setTitle(String xTitle)(Code) | |
Sets the title of the dialog. This can only be done while the dialog is not
connected to a component tree
Parameters: xTitle - title of the dialog |
pcmf_toFront | public void pcmf_toFront()(Code) | |
Brings the dialog to front.
|
|
|