com.sptci.echo.style.button
Class LeftIcon
java.lang.Object
nextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
com.sptci.echo.style.Style
com.sptci.echo.style.General
com.sptci.echo.style.button.LeftIcon
- All Implemented Interfaces:
- Serializable, Style
- Direct Known Subclasses:
- Add, Delete, First, Logo, No, Previous, Yes
public class LeftIcon
- extends General
The style class for buttons that display an icon on the left side
of text.
© Copyright 2007 Sans Pareil Technologies, Inc.
- Version:
- $Id: LeftIcon.java 4853 2009-08-10 21:10:14Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-10-21
- See Also:
- Serialized Form
|
Method Summary |
protected void |
init()
Initialise the style properties. |
| Methods inherited from class nextapp.echo.app.MutableStyle |
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString |
LeftIcon
public LeftIcon()
init
protected void init()
- Initialise the style properties. Over-ridden to add style properties
for image.
- Overrides:
init in class General