Configuration Guide for Siebel Offline Client for Life Sciences > Configuration Files, Filter Definitions, and Calculated Expressions > Application, Page, and Applet Definitions >

Application Definition


The following code provides an example of the application definition.

Example of Code for Application Schema Definition

The following code is an example of an application schema definition:

applicationdefn.xml: <APPLICATION>
<TEMPLATE_ITEM>+
</APPLICATION>
<TEMPLATE_ITEM>: <TEMPLATE_ITEM>
<PAGE>*
</TEMPLATE_ITEM>

The following topics describe the attributes for the application schema:

<Application> Attributes

Table 24 describes the <Application> attributes for the application schema definition.

Table 24. <Application> Attributes
Attribute Name
Required or Optional
Default Value
Value
Function

HELP_APPLET

Optional

None

Text

Name of the applet that displays online help text.

LOCK_APPLET

Optional

None

Text

Name of the applet that locks the screen.

NAME

Required

None

Text

Application name.

TEMPLATE

Required

None

Text

Template for the application.

<TEMPLATE_ITEM> Attributes

Table 25 describes the <TEMPLATE_ITEM> attributes for the application schema definition.

Table 25. <TEMPLATE_ITEM> Attributes
Attribute Name
Required or Optional
Default Value
Value
Function Description

ITEM_IDENTIFIER

Required

None

Text

Placeholder name in the template where this item is displayed.

NAME

Required

None

Text

Name of the item.

NAME_TEXT

Optional

None

Text

Displayed text for this item.

Type

Optional

None

Signature
Slider
SortControl
Text
Text10
Text11
Text12
Text13
Text14
Text8
Text9
TextArea

Each value specifies a UI component in the Offline Client for Life Sciences.

Type (contd)

Optional

None

TextBold
TextBold10
TextBold11
TextBold12
TextBold13
TextBold14
TextBold8
TextBold9
TextInput
ThreadBar
ToggleButtonBar
Toolbar
TrashControl
UnboundedTextArea
UnboundedTextInput
VerticalButtonBar
VerticalButtonBarLeft
Vtoolbar

Each value specifies a UI component in the Offline Client for Life Sciences.

TYPE

Optional

None

AdvancedCheckBox
AdvancedColorPicker
AdvancedCombobox
AdvancedTextArea
AppletToggle
CheckBox
ColorPicker
ComboBox
CustomCtrl
DateField
DatePickerField
DateTimeField
Detailer
DrillDownThreadBar
HorizontalButtonBar
HorizontalNumericStepper
HToolbar
IconMap
Image
Label
Label10
Label11
Label12
Label13
Label14
Label8
Label9
LabelBold
LabelBold10
LabelBold11
LabelBold12
LabelBold13
LabelBold14
LabelBold8
LabelBold9
MultilineText
MultilineText2
MultiSelectCheckBox
MultiSelectComboBox
Number
NumericStepper
Page
PDQControl
PDQControlPanelPick
PopUpButton
PwdControl

Each value specifies a UI component in the Offline Client for Life Sciences.

TYPE (contd)

Optional

None

RadioButton
Ratings

Each value specifies a UI component in the Offline Client for Life Sciences.

<PAGE> Attributes

Table 26 describes the <PAGE> attributes for the application schema definition.

Table 26. <PAGE> Attributes
Attribute Name
Required or Optional
Default Value
Value
Function Description

CAPTION

Optional

None

Text

Caption for the applet in a page.

GROUP

Optional

None

Text

Name of the toggle applet group. Applets with the same group are under the same AppletToggle control.

NAME

Required

None

Text

Name of the page.

SEQUENCE

Optional

None

Number

Specifies the order of the applet in the ToggleApplet control.

THREADVISIBLE

Optional

None

True

Indicates this thread is visible. In this context, thread refers to a list of previously visited pages.

THREADVISIBLE

Optional

None

False

Indicates this thread is not visible.

THREAD_CAPTION

Optional

None

Text

Not used.

THREAD_CAPTION_TEXT

Optional

None

Text

Not used.

Configuration Guide for Siebel Offline Client for Life Sciences Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.