com.sptci.echo.style.button
Class Button
java.lang.Object
nextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
echopoint.style.echo.AbstractButtonStyle
com.sptci.echo.style.button.Button
- All Implemented Interfaces:
- Serializable, Style
- Direct Known Subclasses:
- ControlButton, DefaultButton
public class Button
- extends AbstractButtonStyle
A general style class for buttons. This simulates normal HTML buttons.
This style does not include any LayoutData and may be used
to embed button in any container.
Copyright 2008 Sans Pareil Technologies, Inc.
- Version:
- $Id: Button.java 4853 2009-08-10 21:10:14Z rakesh $
- Author:
- Rakesh Vidyadharan 2008-11-06
- 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 |
Button
public Button()
init
protected void init()
- Initialise the style properties. Over-ridden to add style properties
for border, insets, line wrap etc.
- Overrides:
init in class AbstractButtonStyle