ASP.NET Pack Programmer's Guide
ShapeListBoxApplet Members
Constructors Fields Methods
 


An Applet that contains a ShapeListBox. This is an example html snippet for embedding the applet in a browser, showing the names and format of supported parameters.

HTML  Copy Code

<applet id="ShapeListBoxId" name="ShapeListBoxId" code="com/mindfusion/jdiagram/ShapeListBoxApplet.class" archive="JDiagram.jar" width="300px" height="300px" mayscript="">
  <param name="AllowRename" value="false">
  <param name="AllowRemove" value="false">
  <param name="DefaultShapeSize" value="20 20">
  <param name="IconMargin" value="5 5">
  <param name="IconSize" value="32 32">
  <param name="ShapeFillColor" value="#ff00ffff">
  <param name="ShapeLibraryLocation" value="shapelibrary.shl">
</applet>

These parameters map directly to the corresponding ShapeListBox attributes.

The following tables list the members exposed by the ShapeListBoxApplet type.

 Public Constructors

  Name Description

ShapeListBoxApplet

 

 Public Fields

  Name Description

disabled

 

hasStarted

Returns whether start() method has completed successfully. (Inherited from AppletEx.)

 Public Methods

  Name Description

appletLoadedCheck

  (Inherited from AppletEx.)

getHasStarted

Returns whether start() method has completed successfully. (Inherited from AppletEx.)

getScriptHelper

Returns an object providing helper methods useful when accessing the JDiagram API from JavaScript.

getShapeListBox

Returns the contained ShapeListBox

init

 

runInAppletThread

  (Inherited from AppletEx.)

shapeRemoved

Calls a JavaScript function to handle the respective ShapeListBoxListener event.

shapeRenamed

Calls a JavaScript function to handle the respective ShapeListBoxListener event.

shapeSelected

Calls a JavaScript function to handle the respective ShapeListBoxListener event.

start

 

 See Also

ShapeListBoxApplet Class
com.mindfusion.diagramming Namespace