Method Summary |
|
public void | pcmf_addEventChannel(IUnEventChannel xEvC)
Adds an event channel to the widget. |
public void | pcmf_addIndirectListener(IUnGuiEventListener xListener)
Adds an indirect listener to the widget. |
public void | pcmf_addListener(IUnGuiEventListener xListener)
Adds a listener to the widget. |
public void | pcmf_addPostFct(IUnPostDisplayFunction xpostFct)
Adds a post-display function to the widget. |
public void | pcmf_addPreFct(IUnPreDisplayFunction xpreFct)
Adds a pre-display function to the widget. |
public void | pcmf_consumeEvent()
Consumes the event for this widget. |
public void | pcmf_deleteFixedSize() |
public void | pcmf_disableSubmit() |
public void | pcmf_draw()
Initiates a repaint of the widget. |
public void | pcmf_enableSubmit()
Enables the submit flag of a widget. |
public IUnApplication | pcmf_getAppl() |
public String | pcmf_getBgColor()
Gets the background-color of a widget. |
public int | pcmf_getBorder() |
public String | pcmf_getBorderColor() |
public int | pcmf_getBorderWidth() |
public String | pcmf_getCssClass() |
public String | pcmf_getCurser() |
public boolean | pcmf_getEventOnChange() |
public String | pcmf_getFgColor()
Gets the foreground-color of a widget. |
public UnFixedSize | pcmf_getFixedSize() |
public UnFontDescriptor | pcmf_getFont()
Gets the font which is used to display text within the widget. |
public boolean | pcmf_getGlobal() |
public int | pcmf_getIterativeEventLatency() |
public IMoValue | pcmf_getModel()
Gets the model value which belongs to the widget. |
public IMoValue | pcmf_getModelTpl()
Gets the template of the model-value which belongs to the widget. |
public PlBasicComponentAggregat | pcmf_getParentPlugin() |
public PlBasicComponentAggregat | pcmf_getPluginPeer() |
public boolean | pcmf_getRenderIfHidden() |
public boolean | pcmf_getTakeMaxSpace() |
public String | pcmf_getToolTip()
Gets the tooltip which has been set to this widget. |
public UnComponent | pcmf_getUnComponent() |
public boolean | pcmf_hasCtxMenu()
Returns wheter the component has a context menu or not, this flag is set
once the context menu is added. |
public boolean | pcmf_isIndirectRefreshed() |
public boolean | pcmf_isRefreshed() |
public boolean | pcmf_isSubmit()
Disables the submit flag of a widget. |
public IMoValue | pcmf_newModelValue(String xName, boolean xChilds)
Creates a new model-value from the template. |
public IMoValue | pcmf_newModelValue(String xName, boolean xChilds, boolean xFull)
Creates a new model-value from the template. |
public void | pcmf_remEventChannel(IUnEventChannel xEvC)
Removes an event channle from a widget. |
public void | pcmf_remIndirectListener(IUnGuiEventListener xListener)
Removes an indirect listener from a widget. |
public void | pcmf_remListener(IUnGuiEventListener xListener)
Removes a listener from a widget. |
public void | pcmf_remPostFct(IUnPostDisplayFunction xpostFct) |
public void | pcmf_remPreFct(IUnPreDisplayFunction xpreFct) |
public void | pcmf_repaint()
Initiates a complete repaint and reinitialise of the widget. |
public void | pcmf_requestFocus()
Requests the input-focus for the widget. |
public void | pcmf_resetColorSettings() |
public void | pcmf_selfRefresh() |
public void | pcmf_setAppl(IUnApplication xAppl)
Sets the application which owns this widget. |
public void | pcmf_setBgColor(String xCol)
Sets the background-color of the widget.
Parameters: xCol - background-color as string. |
public void | pcmf_setBorder(int xBorder, String xColor, int xWidth)
Sets a border line. |
public void | pcmf_setCssClass(String xClass) |
public void | pcmf_setCursor(String xCursor) |
public void | pcmf_setDataGetter(ACoDataGetter xDg, String xId, boolean xRefresh)
Associates a data-getter object with this widget. |
public void | pcmf_setEventOnChange(boolean xEvC) |
public void | pcmf_setFgColor(String xCol)
Sets the foreground-color of the widget.
Parameters: xCol - foreground-color as string. |
public void | pcmf_setFixedSize(int w, int h, int xType) |
public void | pcmf_setFont(UnFontDescriptor xFont)
Sets the font which is used to display text within the widget. |
public void | pcmf_setGlobal(boolean xGlobal)
Sets a widget as global. |
public void | pcmf_setIndirectRefresh()
Sets a indirect refresh flag of the widget. |
public void | pcmf_setIterativeEventLatency(int xLatency)
Sets the delay (latency) in millis for iterative events as there are
scroll, moved, resized. |
public void | pcmf_setLocalValue(Object xValue)
Sets the value of the server side part of the widget. |
public IMoValue | pcmf_setModel(IMoValue xModel)
Sets the model-value which belongs to the widget. |
public IMoValue | pcmf_setModelTpl(IMoValue xModel)
Sets the template of the model-value which belongs to the widget. |
public void | pcmf_setPostFct(boolean xPostFct)
Enables or disables postFunction handling of widget. |
public void | pcmf_setPreFct(boolean xPreFct)
Enables or disables preFunction handling of widget. |
public void | pcmf_setRefresh()
Sets a direct refresh flag of the widget. |
public void | pcmf_setRenderIfHidden(boolean xRiH) |
public void | pcmf_setTakeMaxSpace(boolean xSpace) |
public void | pcmf_setToolTip(String xTip)
Sets the tooltip to a widget. |
public void | pcmf_setValue(Object xValue)
Sets the value of the widget. |
public void | pcmf_setWidgetValue(Object xValue)
Sets the value of the widget. |
public String | toString() |