com.sptci.echo2.style
Class Add

java.lang.Object
  extended by nextapp.echo2.app.MutableStyle
      extended by com.sptci.echo2.style.Style
          extended by com.sptci.echo2.style.General
              extended by com.sptci.echo2.style.Add
All Implemented Interfaces:
Serializable, Style

public class Add
extends General

The style class for the button that displays a "add" image.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: Add.java 3334 2007-06-08 16:25:49Z rakesh $
Author:
Rakesh Vidyadharan 2007-05-05
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo2.app.MutableStyle
MutableStyle.IndexedPropertyValue
 
Field Summary
private static Extent HEIGHT
          The height of the logo image.
static ImageReference LOGO
          The logo image that is to be displayed.
private static String TOOL_TIP
          The tooltip text to display for the logo.
static String URL
          The URL at which the logo image resides.
private static Extent WIDTH
          The width of the logo image.
 
Constructor Summary
Add()
           
 
Method Summary
protected  void init()
          Initialise the style properties.
 
Methods inherited from class com.sptci.echo2.style.Style
getColumnLayoutData, getGridLayoutData, getProperty
 
Methods inherited from class nextapp.echo2.app.MutableStyle
addStyleContent, getIndexedProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, setIndexedProperty, setProperty, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOOL_TIP

private static final String TOOL_TIP
The tooltip text to display for the logo. "Add"

See Also:
Constant Field Values

WIDTH

private static final Extent WIDTH
The width of the logo image.


HEIGHT

private static final Extent HEIGHT
The height of the logo image.


URL

public static final String URL
The URL at which the logo image resides. "http://www.sptci.com/images/icons/add.png"

See Also:
Constant Field Values

LOGO

public static final ImageReference LOGO
The logo image that is to be displayed.

Constructor Detail

Add

public Add()
Method Detail

init

protected void init()
Initialise the style properties. Over-ridden to add style properties for image.

Overrides:
init in class General