Java Doc for IUnComponent.java in  » J2EE » WiSerFramework » de » ug2t » unifiedGui » interfaces » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » WiSerFramework » de.ug2t.unifiedGui.interfaces 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.ug2t.unifiedGui.interfaces.IUnComponent

All known Subclasses:   de.ug2t.channel.ho.client.swing.HoSwingContainer,  de.ug2t.channel.markup.generic.MuGenericSlider,  de.ug2t.channel.ho.server.generic.AHoSrvGenericContainer,  de.ug2t.unifiedGui.UnComponent,
IUnComponent
public interface IUnComponent extends IKeTreeNode(Code)

author:
   Dirk
author:
   date: 26.01.2004 project: WiSer-Framework
author:
  


author:
   IUnComponent is the common interface to all widgets of JmcFrame. General
author:
   functions are collected within this interface.
author:
  



Field Summary
final public static  StringCURSOR_CROSSHAIR
    
final public static  StringCURSOR_HAND
    
final public static  StringCURSOR_MOVE
    
final public static  StringCURSOR_POINTER
    
final public static  StringCURSOR_WAIT
    
public static  intEVENT_LATENCY_MOVE
    
public static  intEVENT_LATENCY_RESIZE
    
public static  intEVENT_LATENCY_SCROLL
    
public static  intINSETS_BORDER
    
public static  intLINE_BORDER
    
public static  intNO_BORDER
    
public static  intOUTSETS_BORDER
    
final public static  intTEXT_ALIGN_CENTER
    
final public static  intTEXT_ALIGN_EAST
    
final public static  intTEXT_ALIGN_WEST
    


Method Summary
public  voidpcmf_addEventChannel(IUnEventChannel xEvC)
    

Adds an event channel to the widget.

public  voidpcmf_addIndirectListener(IUnGuiEventListener xListener)
    

Adds an indirect listener to the widget.

public  voidpcmf_addListener(IUnGuiEventListener xListener)
    

Adds a listener to the widget.

public  voidpcmf_addPostFct(IUnPostDisplayFunction xpostFct)
    

Adds a post-display function to the widget.

public  voidpcmf_addPreFct(IUnPreDisplayFunction xpreFct)
    

Adds a pre-display function to the widget.

public  voidpcmf_consumeEvent()
    

Consumes the event for this widget.

public  voidpcmf_deleteFixedSize()
    
public  voidpcmf_disableSubmit()
    
public  voidpcmf_draw()
    

Initiates a repaint of the widget.

public  voidpcmf_enableSubmit()
    

Enables the submit flag of a widget.

public  IUnApplicationpcmf_getAppl()
    
public  Stringpcmf_getBgColor()
    

Gets the background-color of a widget.

public  intpcmf_getBorder()
    
public  Stringpcmf_getBorderColor()
    
public  intpcmf_getBorderWidth()
    
public  Stringpcmf_getCssClass()
    
public  Stringpcmf_getCurser()
    
public  booleanpcmf_getEventOnChange()
    
public  Stringpcmf_getFgColor()
    

Gets the foreground-color of a widget.

public  UnFixedSizepcmf_getFixedSize()
    
public  UnFontDescriptorpcmf_getFont()
    

Gets the font which is used to display text within the widget.

public  booleanpcmf_getGlobal()
    
public  intpcmf_getIterativeEventLatency()
    
public  IMoValuepcmf_getModel()
    

Gets the model value which belongs to the widget.

public  IMoValuepcmf_getModelTpl()
    

Gets the template of the model-value which belongs to the widget.

public  PlBasicComponentAggregatpcmf_getParentPlugin()
    
public  PlBasicComponentAggregatpcmf_getPluginPeer()
    
public  booleanpcmf_getRenderIfHidden()
    
public  booleanpcmf_getTakeMaxSpace()
    
public  Stringpcmf_getToolTip()
    

Gets the tooltip which has been set to this widget.

public  UnComponentpcmf_getUnComponent()
    
public  booleanpcmf_hasCtxMenu()
    

Returns wheter the component has a context menu or not, this flag is set once the context menu is added.

public  booleanpcmf_isIndirectRefreshed()
    
public  booleanpcmf_isRefreshed()
    
public  booleanpcmf_isSubmit()
    

Disables the submit flag of a widget.

public  IMoValuepcmf_newModelValue(String xName, boolean xChilds)
    

Creates a new model-value from the template.

public  IMoValuepcmf_newModelValue(String xName, boolean xChilds, boolean xFull)
    

Creates a new model-value from the template.

public  voidpcmf_remEventChannel(IUnEventChannel xEvC)
    

Removes an event channle from a widget.

public  voidpcmf_remIndirectListener(IUnGuiEventListener xListener)
    

Removes an indirect listener from a widget.

public  voidpcmf_remListener(IUnGuiEventListener xListener)
    

Removes a listener from a widget.

public  voidpcmf_remPostFct(IUnPostDisplayFunction xpostFct)
    
public  voidpcmf_remPreFct(IUnPreDisplayFunction xpreFct)
    
public  voidpcmf_repaint()
    

Initiates a complete repaint and reinitialise of the widget.

public  voidpcmf_requestFocus()
    

Requests the input-focus for the widget.

public  voidpcmf_resetColorSettings()
    
public  voidpcmf_selfRefresh()
    
public  voidpcmf_setAppl(IUnApplication xAppl)
    

Sets the application which owns this widget.

public  voidpcmf_setBgColor(String xCol)
    

Sets the background-color of the widget.


Parameters:
  xCol - background-color as string.

public  voidpcmf_setBorder(int xBorder, String xColor, int xWidth)
    

Sets a border line.

public  voidpcmf_setCssClass(String xClass)
    
public  voidpcmf_setCursor(String xCursor)
    
public  voidpcmf_setDataGetter(ACoDataGetter xDg, String xId, boolean xRefresh)
    

Associates a data-getter object with this widget.

public  voidpcmf_setEventOnChange(boolean xEvC)
    
public  voidpcmf_setFgColor(String xCol)
    

Sets the foreground-color of the widget.


Parameters:
  xCol - foreground-color as string.

public  voidpcmf_setFixedSize(int w, int h, int xType)
    
public  voidpcmf_setFont(UnFontDescriptor xFont)
    

Sets the font which is used to display text within the widget.

public  voidpcmf_setGlobal(boolean xGlobal)
    

Sets a widget as global.

public  voidpcmf_setIndirectRefresh()
    

Sets a indirect refresh flag of the widget.

public  voidpcmf_setIterativeEventLatency(int xLatency)
    

Sets the delay (latency) in millis for iterative events as there are scroll, moved, resized.

public  voidpcmf_setLocalValue(Object xValue)
    

Sets the value of the server side part of the widget.

public  IMoValuepcmf_setModel(IMoValue xModel)
    

Sets the model-value which belongs to the widget.

public  IMoValuepcmf_setModelTpl(IMoValue xModel)
    

Sets the template of the model-value which belongs to the widget.

public  voidpcmf_setPostFct(boolean xPostFct)
    

Enables or disables postFunction handling of widget.

public  voidpcmf_setPreFct(boolean xPreFct)
    

Enables or disables preFunction handling of widget.

public  voidpcmf_setRefresh()
    

Sets a direct refresh flag of the widget.

public  voidpcmf_setRenderIfHidden(boolean xRiH)
    
public  voidpcmf_setTakeMaxSpace(boolean xSpace)
    
public  voidpcmf_setToolTip(String xTip)
    

Sets the tooltip to a widget.

public  voidpcmf_setValue(Object xValue)
    

Sets the value of the widget.

public  voidpcmf_setWidgetValue(Object xValue)
    

Sets the value of the widget.

public  StringtoString()
    

Field Detail
CURSOR_CROSSHAIR
final public static String CURSOR_CROSSHAIR(Code)



CURSOR_HAND
final public static String CURSOR_HAND(Code)



CURSOR_MOVE
final public static String CURSOR_MOVE(Code)



CURSOR_POINTER
final public static String CURSOR_POINTER(Code)



CURSOR_WAIT
final public static String CURSOR_WAIT(Code)



EVENT_LATENCY_MOVE
public static int EVENT_LATENCY_MOVE(Code)
Latency for move events



EVENT_LATENCY_RESIZE
public static int EVENT_LATENCY_RESIZE(Code)
Latency for resize events



EVENT_LATENCY_SCROLL
public static int EVENT_LATENCY_SCROLL(Code)
Latency for scroll events



INSETS_BORDER
public static int INSETS_BORDER(Code)



LINE_BORDER
public static int LINE_BORDER(Code)



NO_BORDER
public static int NO_BORDER(Code)



OUTSETS_BORDER
public static int OUTSETS_BORDER(Code)



TEXT_ALIGN_CENTER
final public static int TEXT_ALIGN_CENTER(Code)



TEXT_ALIGN_EAST
final public static int TEXT_ALIGN_EAST(Code)



TEXT_ALIGN_WEST
final public static int TEXT_ALIGN_WEST(Code)





Method Detail
pcmf_addEventChannel
public void pcmf_addEventChannel(IUnEventChannel xEvC)(Code)

Adds an event channel to the widget.


Parameters:
  xEvC - channel to add




pcmf_addIndirectListener
public void pcmf_addIndirectListener(IUnGuiEventListener xListener)(Code)

Adds an indirect listener to the widget. The indirect listener is called every time a value of a child of the widget is changed by the gui.


Parameters:
  xListener - listener to add




pcmf_addListener
public void pcmf_addListener(IUnGuiEventListener xListener)(Code)

Adds a listener to the widget. The listener is called every time the value of the widget is changed by the gui.


Parameters:
  xListener - listener to add




pcmf_addPostFct
public void pcmf_addPostFct(IUnPostDisplayFunction xpostFct)(Code)

Adds a post-display function to the widget. This function is called after the widget has been removed from screen by activating an other page than the one which contains the widget.


Parameters:
  xpostFct - post-display function to add




pcmf_addPreFct
public void pcmf_addPreFct(IUnPreDisplayFunction xpreFct)(Code)

Adds a pre-display function to the widget. This function is called before the widget is displayed on screen by activating the page which contains the widget.


Parameters:
  xpreFct - pre-display function to add




pcmf_consumeEvent
public void pcmf_consumeEvent()(Code)

Consumes the event for this widget. It does not prevent event bubbling!




pcmf_deleteFixedSize
public void pcmf_deleteFixedSize()(Code)

Deletes a fixed size setting from a widget




pcmf_disableSubmit
public void pcmf_disableSubmit()(Code)

Disables the submit Flag of a component




pcmf_draw
public void pcmf_draw()(Code)

Initiates a repaint of the widget.




pcmf_enableSubmit
public void pcmf_enableSubmit()(Code)

Enables the submit flag of a widget. If this flag is enabled a change of the widget value within the gui, or lost of focus leads to a server-side event-dispatch.




pcmf_getAppl
public IUnApplication pcmf_getAppl()(Code)

Gets the application which is the owner of this widget

interface to application object




pcmf_getBgColor
public String pcmf_getBgColor()(Code)

Gets the background-color of a widget.

background-color as string




pcmf_getBorder
public int pcmf_getBorder()(Code)

Gets the the border-style [NO_BORDER || INSETS_BORDER || OTSETS_BORDER || LINE_BORDER]




pcmf_getBorderColor
public String pcmf_getBorderColor()(Code)

Gets the the border color




pcmf_getBorderWidth
public int pcmf_getBorderWidth()(Code)

Gets the border width in pixel




pcmf_getCssClass
public String pcmf_getCssClass()(Code)

Gets the style-sheet class (MARKUP only)




pcmf_getCurser
public String pcmf_getCurser()(Code)

Gets the cursor of the component

null if no special cursor has been set or either IUnComonent.CURSOR_CROSSHAIR, ...




pcmf_getEventOnChange
public boolean pcmf_getEventOnChange()(Code)

Returns whether only value-change leads to an event or not

true indicates that the event is generated every time, falseindicates that the event is only generated in case if value-change




pcmf_getFgColor
public String pcmf_getFgColor()(Code)

Gets the foreground-color of a widget.

foreground-color as string




pcmf_getFixedSize
public UnFixedSize pcmf_getFixedSize()(Code)

Gets the fixed size of a widget

a copy of the fixed size object of the widget




pcmf_getFont
public UnFontDescriptor pcmf_getFont()(Code)

Gets the font which is used to display text within the widget.

font-descriptor




pcmf_getGlobal
public boolean pcmf_getGlobal()(Code)

Gets the information whether the page is global accessible from client-side or not

true indicates global, false indicates page-local




pcmf_getIterativeEventLatency
public int pcmf_getIterativeEventLatency()(Code)

Gets the latency time




pcmf_getModel
public IMoValue pcmf_getModel()(Code)

Gets the model value which belongs to the widget.

model-value




pcmf_getModelTpl
public IMoValue pcmf_getModelTpl()(Code)

Gets the template of the model-value which belongs to the widget.

template




pcmf_getParentPlugin
public PlBasicComponentAggregat pcmf_getParentPlugin()(Code)

Returns a related plugin parent object if available




pcmf_getPluginPeer
public PlBasicComponentAggregat pcmf_getPluginPeer()(Code)

Returns a related plugin object if available




pcmf_getRenderIfHidden
public boolean pcmf_getRenderIfHidden()(Code)

The renderIfHidden flag indicates that a widget is rendered always

true indicates that widget renders if hidden flag is true falseindicates that widget renders not if hidden flag is truevalue-change




pcmf_getTakeMaxSpace
public boolean pcmf_getTakeMaxSpace()(Code)

Gets the maxSpace property (MARKUP only)




pcmf_getToolTip
public String pcmf_getToolTip()(Code)

Gets the tooltip which has been set to this widget.

tooltip text




pcmf_getUnComponent
public UnComponent pcmf_getUnComponent()(Code)

Gets the associated gui-object which implements all common methods

gui-object




pcmf_hasCtxMenu
public boolean pcmf_hasCtxMenu()(Code)

Returns wheter the component has a context menu or not, this flag is set once the context menu is added.




pcmf_isIndirectRefreshed
public boolean pcmf_isIndirectRefreshed()(Code)

Gets the status of the widgets indirect refresh flag

true if the widgets children value has been refreshed since thelast event-dipatch, otherwise false




pcmf_isRefreshed
public boolean pcmf_isRefreshed()(Code)

Gets the status of the widgets refresh flag

true if the widgets value has been refreshed since the lastevent-dispatch, otherwise false




pcmf_isSubmit
public boolean pcmf_isSubmit()(Code)

Disables the submit flag of a widget. If this flag is disabled the widgets value will be stored at client-side until an other widget initiates a server-side event-dispatch




pcmf_newModelValue
public IMoValue pcmf_newModelValue(String xName, boolean xChilds)(Code)

Creates a new model-value from the template.

new model-value


Parameters:
  xName - identifier of the model-value
Parameters:
  xChilds - true if all sub-values are created immediately, otherwise false




pcmf_newModelValue
public IMoValue pcmf_newModelValue(String xName, boolean xChilds, boolean xFull)(Code)

Creates a new model-value from the template.

new model-value


Parameters:
  xName - identifier of the model-value
Parameters:
  xChilds - true if all sub-values are created immediately, otherwise false
Parameters:
  xFull - true if all sub-values (including the non mandatory ones) arecreated immediately, otherwise false




pcmf_remEventChannel
public void pcmf_remEventChannel(IUnEventChannel xEvC)(Code)

Removes an event channle from a widget.


Parameters:
  xEvC - channel to remove




pcmf_remIndirectListener
public void pcmf_remIndirectListener(IUnGuiEventListener xListener)(Code)

Removes an indirect listener from a widget.


Parameters:
  xListener - indirect listener to remove




pcmf_remListener
public void pcmf_remListener(IUnGuiEventListener xListener)(Code)

Removes a listener from a widget.


Parameters:
  xListener - listener to remove




pcmf_remPostFct
public void pcmf_remPostFct(IUnPostDisplayFunction xpostFct)(Code)

Removes a post-display function from a widget


Parameters:
  xpostFct - post-display function to remove




pcmf_remPreFct
public void pcmf_remPreFct(IUnPreDisplayFunction xpreFct)(Code)

Removes a pre-display function from a widget


Parameters:
  xpreFct - pre-display function to remove




pcmf_repaint
public void pcmf_repaint()(Code)

Initiates a complete repaint and reinitialise of the widget. This may lead to produce events. If you only want to be rendered call pcmf_draw.




pcmf_requestFocus
public void pcmf_requestFocus()(Code)

Requests the input-focus for the widget.




pcmf_resetColorSettings
public void pcmf_resetColorSettings()(Code)

Deletes all (foreground/background) color settings of a widget




pcmf_selfRefresh
public void pcmf_selfRefresh() throws Exception(Code)

A call to this function make the widget load a new value from an associated data-getter




pcmf_setAppl
public void pcmf_setAppl(IUnApplication xAppl)(Code)

Sets the application which owns this widget. In most cases there is no need to use this function.


Parameters:
  xAppl - interface to application object




pcmf_setBgColor
public void pcmf_setBgColor(String xCol)(Code)

Sets the background-color of the widget.


Parameters:
  xCol - background-color as string. For swing channel all constant-namesfor colors are supported. For MARKUP channel all supportedstring-values are supported.




pcmf_setBorder
public void pcmf_setBorder(int xBorder, String xColor, int xWidth)(Code)

Sets a border line. To remove a border all the method with (NO_BORDER, "", 0)


Parameters:
  xBorder - border-style [NO_BORDER || INSETS_BORDER || OTSETS_BORDER ||LINE_BORDER]
Parameters:
  xColor - border-color
Parameters:
  xWidth - border-width in pixel




pcmf_setCssClass
public void pcmf_setCssClass(String xClass)(Code)

Sets the style-sheet class of the widget (MARKUP only)


Parameters:
  xClass - style-class




pcmf_setCursor
public void pcmf_setCursor(String xCursor)(Code)

Sets the cursor of the component


Parameters:
  Either - IUnComonent.CURSOR_CROSSHAIR, ...




pcmf_setDataGetter
public void pcmf_setDataGetter(ACoDataGetter xDg, String xId, boolean xRefresh)(Code)

Associates a data-getter object with this widget. The data-getter sets the value of the widget from an external data-source when 'pcmf_selfRefresh' is called.


Parameters:
  xDg - data-getter
Parameters:
  xId - id of the data (-record) to get
Parameters:
  xRefresh - true if the widgets refresh flag has to be enabled after refresh,otherwise false




pcmf_setEventOnChange
public void pcmf_setEventOnChange(boolean xEvC)(Code)

Sets whether only value-change leads to an event or not


Parameters:
  xEvC - true indicates that the event is generated every time, falseindicates that the event is only generated in case if value-change




pcmf_setFgColor
public void pcmf_setFgColor(String xCol)(Code)

Sets the foreground-color of the widget.


Parameters:
  xCol - foreground-color as string. For swing channel all constant-namesfor colors are supported. For MARKUP channel all supportedstring-values are supported.




pcmf_setFixedSize
public void pcmf_setFixedSize(int w, int h, int xType)(Code)

Applies a fixed size to a widget


Parameters:
  w - new size width
Parameters:
  h - new size height
Parameters:
  type - of the size setting (UnFixedSize.FIX_SIZE, UnFixedSize.MIN_SIZE,UnFixedSize.MAX_SIZE)




pcmf_setFont
public void pcmf_setFont(UnFontDescriptor xFont)(Code)

Sets the font which is used to display text within the widget.


Parameters:
  xFont - font-descriptor




pcmf_setGlobal
public void pcmf_setGlobal(boolean xGlobal)(Code)

Sets a widget as global. This means that the widget can be accessed from client-side whether the containing page is active or not


Parameters:
  xGlobal - true indicates global, false indicates page-local




pcmf_setIndirectRefresh
public void pcmf_setIndirectRefresh()(Code)

Sets a indirect refresh flag of the widget. Due to this the connected indirect event-listeners will be called during the next event-dispatch. After the event-dispatch this flag is set to false. The meaning of the indirect refresh flag is that not the widgets value has been changed but one of the widgets children value has been changed since the last event-dispatch.




pcmf_setIterativeEventLatency
public void pcmf_setIterativeEventLatency(int xLatency)(Code)

Sets the delay (latency) in millis for iterative events as there are scroll, moved, resized. For Example: A delay of 200 ms means that a scroll event is passed to the server after 200ms, presumed that there is no further scroll event generated during this time. This feature is able to reduce network trafic significant.


Parameters:
  xLatency - time in millis




pcmf_setLocalValue
public void pcmf_setLocalValue(Object xValue)(Code)

Sets the value of the server side part of the widget. No Listeners are called as as side-effect.


Parameters:
  xValue - new widget-value




pcmf_setModel
public IMoValue pcmf_setModel(IMoValue xModel)(Code)

Sets the model-value which belongs to the widget.

previous model-value


Parameters:
  xModel - new model-value




pcmf_setModelTpl
public IMoValue pcmf_setModelTpl(IMoValue xModel)(Code)

Sets the template of the model-value which belongs to the widget.

previous template


Parameters:
  xModel - new template




pcmf_setPostFct
public void pcmf_setPostFct(boolean xPostFct)(Code)

Enables or disables postFunction handling of widget. Postfunction are executed by default. For performance-reasons disabling this feature may be reasonable


Parameters:
  xPostFct - true enables handling, false disables




pcmf_setPreFct
public void pcmf_setPreFct(boolean xPreFct)(Code)

Enables or disables preFunction handling of widget. Prefunction are executed by default. For performance-reasons disabling this feature may be reasonable


Parameters:
  xPreFct - true enables handling, false disables




pcmf_setRefresh
public void pcmf_setRefresh()(Code)

Sets a direct refresh flag of the widget. Due to this the connected event-listeners will be called during the next event-dispatch. After the event-dispatch this flag is set to false




pcmf_setRenderIfHidden
public void pcmf_setRenderIfHidden(boolean xRiH)(Code)

The renderIfHidden flag indicates that a widget is rendered always


Parameters:
  xRiH - true render widget if hidden flag is true false do not renderwidget if hidden flag is true




pcmf_setTakeMaxSpace
public void pcmf_setTakeMaxSpace(boolean xSpace)(Code)

Set a property that indicates that a widget takes all space available in a layout (MARKUP only)


Parameters:
  xSpace -




pcmf_setToolTip
public void pcmf_setToolTip(String xTip)(Code)

Sets the tooltip to a widget. A tooltip is a small window which contains a short explanation. This window pops up if the mouse-cursor stay above the widget for some seconds.


Parameters:
  xTip - tooltip text




pcmf_setValue
public void pcmf_setValue(Object xValue)(Code)

Sets the value of the widget. Listeners of Swing widgets might be called as as side-effect. The behaviour of events might be different in Swing and Web/MARKUP


Parameters:
  xValue - new widget-value




pcmf_setWidgetValue
public void pcmf_setWidgetValue(Object xValue)(Code)

Sets the value of the widget. Listeners are called as as side-effect. The behaviour of events is similar in Swing and Web/MARKUP


Parameters:
  xValue - new widget-value




toString
public String toString()(Code)

Returns the String representation of the widgets value

String representation




www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.