Class WaveLinkFactory

The public class WaveLinkFactory is supported on: Palm, CE

The WaveLinkFactory object contains the methods necessary to build all types of widget objects.

Deprecated.

Constructors

public WaveLinkFactory()

public WaveLinkFactory(WaveLinkIO ioIface)

public WaveLinkFactory(IWaveLinkSession currentSession)

Properties

DefaultCoordinateType Property

Stores and retrieves the default coordinate type of the WaveLinkFactory object.

DefaultBackColor Property

Stores and retrieves the default background color of the WaveLinkFactory object.

DefaultDisplayFlags Property

Stores and retrieves the default label formatting flags of the WaveLinkFactory object.

DefaultFontSize Property

Stores and retrieves the size of the default display font of the WaveLinkFactory object.

DefaultFontType Property

Stores and retrieves the name of the default display font of the WaveLinkFactory object.

DefaultForeColor Property

Stores and retrieves the default foreground color of the WaveLinkFactory object.

Methods

CreateBitmap Method

Creates an image based on a bitmap file.

CreateButton Method

Creates a standard button that triggers an action when the user clicks it.

CreateCheckbox Method

Creates a checkbox that stores an on/off state.

CreateField Method

Creates an input box.

CreateHotspot Method

Creates an invisible area that triggers a specific action when the user taps it.

CreateLabel Method

Creates positioned text in a proportionally-spaced font.

CreateMenubar Method

Creates a menubar containing a set of menus.

CreatePopupTrigger Method

Creates a popup trigger that displays a pop-up list when the user taps it.

CreatePushButton Method

Creates a set of buttons that store an on/off state.

CreateRepeaterButton Method

Creates a button that implies that something can be scrolled or incremented when the user clicks it.

CreateSelectorTrigger Method

Creates a button that implies that a dialog box opens when the user clicks it.

Remarks

The WaveLinkFactory object automates the process of creating widgets. Use the WaveLinkWidget object to specify widget characteristics not available in the WaveLinkFactory object.

To display widgets to the device, you must use the StoreWidgets Method.

To return input from a widget, use the RFInput Method. These two methods automatically return the widget ID.

To process input from the widget based on the widget ID, use the LastExtendedType Method.

To process input from the widget based on its general input type (scanned, keyed, widget input) use the LastInputType Method.

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal