Products
About Guided Tour Online Demo Download Trial Version Requirements
Resources
Dokumente Konfigurationsbeispiele TagLib-Referenz Useful Links
Customer Support
Updates Foren Contact Services
Sales
Licensing Sales FAQ Buy Online
 
 
 
buy online   |   about us   |   english version  

» Konfigurationsbeispiele ListControl

Beispiele: 1 | 2 | 3 | 4

Konfigurationsbeispiel 3

Konfiguration:

  • Liste ohne Refresh- und Add-Button
  • Anzeige von maximal 5 Zeilen pro Seite
  • CeckBox-Spalte zur Auswahl von Zeilen. Durch die Angabe des Select-Modus (hier multiple) können mehrere Zeilen gleichzeitig markiert werden. Die Angabe von "single" erlaubt nur die auswahl einer Zeile.
  • Drilldown-Spalte (zum Verzweige in die Detailansicht des Datensatzes)
  • Zwei Text-Spalten

<ctrl:list
        id="carlist1"
        action="sample102/carBrowse"
        name="cars"
        title="Car List"
        width="465"
        rows="5"
        select="multiple">

        <ctrl:columncheck
                title="Check"
                property="checkState"/>

        <ctrl:columndrilldown
                title="Id"
                property="id"
                width="65"/>

        <ctrl:columntext
                title="Name"
                property="name"
                width="350"/>

        <ctrl:columntext
                title="Manufacturer"
                property="manufacturerName"
                width="150"/>
</ctrl:list>

Impressum | This product includes software developed by the Java Apache Project
Konfigurationsbeispiele ListControl TreeControl TreeListControl TabSetControl Formulare