com.sptci.echo.style.button
Class DefaultButton
java.lang.Object
nextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
echopoint.style.echo.AbstractButtonStyle
com.sptci.echo.style.button.Button
com.sptci.echo.style.button.DefaultButton
- All Implemented Interfaces:
- Serializable, Style
public class DefaultButton
- extends Button
A default style class for buttons. This style extends General and is configured to fit in
a Grid layout.
Copyright 2006 Sans Pareil Technologies, Inc.
- Version:
- $Id: DefaultButton.java 4853 2009-08-10 21:10:14Z rakesh $
- Author:
- Rakesh Vidyadharan 2006-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 |
DefaultButton
public DefaultButton()
init
protected void init()
- Initialise the style properties. Over-ridden to set the layout
data for the buton.
- Overrides:
init in class Button