advertisement
javaboutique
Search Tips
Articles  |   Tutorials  |   Reviews  |   Tools  |   by Category  |   by Date  |   by Name  |   Submit  |   Source  |   Forums  |  
javaboutique
Browse DevX


Partners & Affiliates











advertisement


Table Applet



This java table component and applet enables you to display your data in rows and columns in your java and web applications. The data can be sorted, searched, and filtered using the powerful filter bar at runtime by the user. The look and feel of the table is highly configurable. The data can be loaded through the java API, the applet parameters, or from a specified URL. The footprint is 35KB.

How To Use:

  • Download http://objectplanet.com/Table/

    Java Source: Available for purchase

    Sample HTML Source:

    <applet code=com.objectplanet.gui.Table
    	width=350 height=250 name="Table"
    	archive=com.objectplanet.gui.Table.jar VIEWASTEXT>
    
    	<param name=columnCount value=5>
    	<param name=header value="Product, license, support, size, price">
    	<param name=row_0 value="EasyCharts, binary, no, 233, 199">
    	<param name=row_1 value="EasyCharts, binary, yes, 233, 299">
    	<param name=row_2 value="EasyCharts, source, no, 431, 549">
    	<param name=row_3 value="EasyCharts, source, yes, 431, 649">
    	<param name=row_4 value="BarChartApplet, binary, no, 84, 139">
    	<param name=row_5 value="BarChartApplet, binary, yes, 84, 199">
    	<param name=row_6 value="BarChartApplet, source, yes, 113, 399">
    	<param name=row_7 value="PieChartApplet, binary, no, 73, 139">
    	<param name=row_8 value="PieChartApplet, binary, yes, 73, 199">
    	<param name=row_9 value="PieChartApplet, source, yes, 95, 399">
    	<param name=row_10 value="LineChartApplet, binary, no, 83, 139">
    	<param name=row_11 value="LineChartApplet, binary, yes, 83, 199">
    	<param name=row_12 value="LineChartApplet, source, yes, 111, 399">
    	<param name=row_13 value="Surveyor, binary, no, 760, 499">
    	<param name=row_14 value="Surveyor, binary, yes, 760, 799">
    	<param name=row_15 value="Surveyor, source, yes, 960, 2000">
    	<param name=row_16 value="Neptune, 1 probe, yes, 3350, 1500">
    	<param name=row_17 value="TabbedPanel, binary, no, 77, 99">
    	<param name=row_18 value="TabbedPanel, source, no, 103, 299">
    	<param name=row_19 value="ProgressBar, binary, no, 46, 0">
    	<param name=row_20 value="ProgressBar, source, no, 51, 99">
    	<param name=row_21 value="Border, binary, no, 54, 0">
    	<param name=row_22 value="Border, source, no, 57, 99">
    	<param name=row_23 value="Table, binary, no, 63, 139">
    	<param name=row_24 value="Table, source, yes, 91, 399">
    	<param name=selectionMode value=single>
    	<param name=columnWidth value="100, 60, 50, 50, 60">
    	<param name=columnAlignment value="left, left, left, right, right">
    	<param name=columnType value="text, text, text, number, currency">
    	<param name=postfix_3 value="KB">
    	<param name=decimalCount_3 value=1>
    	<param name=decimalCount_4 value=2>
    	<param name=filterWildCard value="">
    	<param name=urltarget value="test">
    	<param name=url_0_0 
    		value="http://objectplanet.com/EasyCharts">
    	<param name=url_0_4 
    		value="http://objectplanet.com/purchase.html#EasyCharts">
    	<param name=url_4_0 
    		value="http://objectplanet.com/comp/BarChartApplet">
    	<param name=url_4_4 
    		value="http://objectplanet.com/purchase.html#BarChartApplet">
    	<param name=url_7_0 
    		value="http://objectplanet.com/comp/PieChartApplet">
    	<param name=url_7_4 
    		value="http://objectplanet.com/purchase.html#PieChartApplet">
    	<param name=url_10_0 
    		value="http://objectplanet.com/comp/LineChartApplet">
    	<param name=url_10_4 
    		value="http://objectplanet.com/purchase.html#LineChartApplet">
    	<param name=url_13_0 
    		value="http://objectplanet.com/Surveyor">
    	<param name=url_13_4 
    		value="http://objectplanet.com/purchase.html#Surveyor">
    	<param name=url_16_0 
    		value="http://objectplanet.com/Neptune">
    	<param name=url_16_4 
    		value="http://objectplanet.com/purchase.html#Neptune">
    	<param name=url_17_0 
    		value="http://objectplanet.com/comp/TabbedPanel">
    	<param name=url_17_4 
    		value="http://objectplanet.com/purchase.html#TabbedPanel">
    	<param name=url_19_0 
    		value="http://objectplanet.com/comp/ProgressBar">
    	<param name=url_19_4 
    		value="http://objectplanet.com/purchase.html#ProgressBar">
    	<param name=url_21_0 
    		value="http://objectplanet.com/comp/Border">
    	<param name=url_21_4 
    		value="http://objectplanet.com/purchase.html#Border">
    	<param name=url_23_0 
    		value="http://objectplanet.com/comp/Table">
    	<param name=url_23_4 
    		value="http://objectplanet.com/purchase.html#Table">
    	<param name=urlColor value="red">
    </applet>
    
    

    Status: License required. See website for details.

    Author: Bjørn Jarle Kvande

    Homepage: http://www.objectplanet.com/Table

    Upload Date: April 8, 2002

    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.

  •  Microsoft Visual Studio 2010 Showcase
     Avaya Developer Showcase
     MSDN Spotlight
     PHP for Windows Showcase
    XML error: undefined entity at line 39
    advertisement
    Receive Articles via our XML/RSS feed
    Receive Articles via our XML/RSS feed

    JavaBytes
    Internet Cyclone
    This powerful, easy-to-use, internet optimizer is for Windows 95, 98, ME, NT, 2000 and XP. It's designed to automatically optimize your Windows settings, boosting your Internet connection up to 200%.

    Windows 7: From Beta to Final Code in One Year
    Google Shows Off Chrome OS, Releases Source
    Microsoft Shows Off Silverlight 4, IE9 Plans
    Metasploit Expands Vulnerability Test Framework
    HyperCard Reborn?
    Fedora 12 Takes Aim at Linux Networking
    Top Supercomputer Nearly Doubles in Speed
    Fedora 12 Linux Tackles Virtualization
    Apple Gives iPhone Developers App Status Tracker
    Novell Sets OpenSUSE 11.2 Free

    Creating Custom Export Filters for StarOffice with XSLT
    WPF Wonders: Using DataTemplates
    Crystal Reports Family Offers Options for Developers
    Avaya Aura Session Manager video
    Avaya Aura Overview video
    Exploring HTML 5's Audio/Video Multimedia Support
    Overriding Virtual Functions? Use C++0x Attributes to Avoid Bugs.
    Understanding the Cloud Computing Security Vulnerabilities
    Cisco and IBM Target a Greener World
    Upgrade to Visual Studio 2010 with the Ultimate Offer

    Advertising Info  |   Member Services  |   Contact Us  |   Help  |   Feedback  |   Site Map  |   Network Map  |   About

    internet.commediabistro.comJusttechjobs.comGraphics.com

    Search:

    WebMediaBrands Corporate Info

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs