PATH  WebObjects 4.5 Documentation > Applet Controls


Previous Section


ButtonApplet



Synopsis

WOApplet { code = "next.wo.client.controls.ButtonApplet.class";
title=aTitle; action=method;...};

Description

A ButtonApplet is a control that invokes an action method in the component containing the WOApplet. The ButtonApplet class "wraps" the java.awt.Button class.

title
The title of the button. If no title is specified, the title used is "Button".

action
The method to invoke when this control is clicked.

Next Section