Symbian3/SDK/Source/GUID-08B878D0-C0DA-46CC-ACC2-E576E5A3D937.dita
changeset 7 51a74ef9ed63
child 8 ae94777fff8f
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-08B878D0-C0DA-46CC-ACC2-E576E5A3D937" xml:lang="en"><title>Main
       
    13 pane</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>The main pane is the main area of the screen where an application can display
       
    15 its data.</p>
       
    16 <p>There are a number of standard components for applications to use in the
       
    17 main pane as listed in the following table:</p>
       
    18 <table id="GUID-72C9D280-C5DB-4BD8-ACA5-B4D0BCAE8EDA"><title>Standard components
       
    19 for applications to use in main pane</title>
       
    20 <tgroup cols="2"><colspec colname="col1" colwidth="0.34*"/><colspec colname="col2" colwidth="1.66*"/>
       
    21 <thead>
       
    22 <row>
       
    23 <entry>Pane</entry>
       
    24 <entry>Description</entry>
       
    25 </row>
       
    26 </thead>
       
    27 <tbody>
       
    28 <row>
       
    29 <entry><p>List</p></entry>
       
    30 <entry><p>There are several standard list types to choose from (see <xref href="GUID-E6803961-14A0-44BD-A94E-5D8A38EA907F.dita">Lists and grids</xref> for
       
    31 a detailed description of the list types).</p><p>In the landscape mode, two
       
    32 row lists are most commonly stretched to be displayed in one row, which enables
       
    33 displaying more items in landscape. List stretching is ON by default, but
       
    34 application can decide to disable it.</p></entry>
       
    35 </row>
       
    36 <row>
       
    37 <entry><p>Grid</p></entry>
       
    38 <entry><p>Items can be presented on a two-directional grid.</p></entry>
       
    39 </row>
       
    40 <row>
       
    41 <entry><p>Find pane</p></entry>
       
    42 <entry><p>The Find pane is used together with a list, and it allows the user
       
    43 to search list items alphabetically (see <xref href="GUID-F1CC06C0-0D3A-4BBC-97E1-E52D2856D7A7.dita">Find
       
    44 pane</xref> for more information about the Find pane).</p></entry>
       
    45 </row>
       
    46 <row>
       
    47 <entry><p>Status indicators</p></entry>
       
    48 <entry><p>Status indicators are displayed in the Universal indicator pane.
       
    49 See <xref href="GUID-0348B62D-1AE0-45F5-B06E-9EE2D83326E8.dita">Universal indicators</xref> for
       
    50 more details on Status indicators.</p></entry>
       
    51 </row>
       
    52 <row>
       
    53 <entry><p>Soft indicators</p></entry>
       
    54 <entry><p>Soft indicators only exist in the Idle state. See <xref href="GUID-BA8806CC-BE7C-4927-ACF6-DA0CB6E96AAA.dita">Indicators</xref> for
       
    55 more information on status indicators and soft indicators.</p></entry>
       
    56 </row>
       
    57 </tbody>
       
    58 </tgroup>
       
    59 </table>
       
    60 <p>Applications can also use the main pane area to freely draw whatever is
       
    61 needed. In that case, however, the responsibility for the look and feel is
       
    62 entirely on the application's designer. </p>
       
    63 <p>For information on how to implement
       
    64 your application using the Symbian application and UI frameworks, see <xref href="GUID-29486886-CB54-4A83-AD6D-70F971A86DFC.dita">Application and UI frameworks</xref>.</p>
       
    65 </conbody></concept>