net.sf.jzeno.echo.databinding
Class DynaButton.ExternalState

java.lang.Object
  extended by net.sf.jzeno.echo.state.AbstractState
      extended by net.sf.jzeno.echo.databinding.DynaButton.ExternalState
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
DynaButton

public static class DynaButton.ExternalState
extends AbstractState


Field Summary
 boolean async
           
 Color background
           
 Color borderColor
           
 byte borderSize
           
 byte borderStyle
           
 Color bottomBorderColor
           
 byte bottomBorderSize
           
 byte bottomBorderStyle
           
 boolean componentPeerIsPropertyChangeListener
           
 java.lang.String cssClass
           
 java.lang.String cssClassDisabled
           
 boolean enabled
           
 Font font
           
 Color foreground
           
 boolean hasIcon
           
 boolean hasToolTip
           
 int height
           
 int horizontalTextPosition
           
 java.lang.String iconName
           
 java.lang.String identifier
           
 Insets insets
           
 boolean instancePeerIsPropertyChangeListener
           
 Color leftBorderColor
           
 byte leftBorderSize
           
 byte leftBorderStyle
           
 java.util.Locale locale
           
 int mouseCursor
           
 java.lang.String mouseCursorURI
           
 boolean registered
           
 Color rightBorderColor
           
 byte rightBorderSize
           
 byte rightBorderStyle
           
 boolean selectable
           
 Color topBorderColor
           
 byte topBorderSize
           
 byte topBorderStyle
           
 int verticalTextPosition
           
 boolean visible
           
 int width
           
 
Fields inherited from class net.sf.jzeno.echo.state.AbstractState
template
 
Constructor Summary
DynaButton.ExternalState()
           
 
Method Summary
static DynaButton.ExternalState getInitialState()
           
 
Methods inherited from class net.sf.jzeno.echo.state.AbstractState
clone, equals, equals, get, get, getCreationCount, getEfficiency, getNetworkSize, getTransitionCount, hashCode, resetCounters, set, set, set, set
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iconName

public java.lang.String iconName

background

public Color background

foreground

public Color foreground

width

public int width

height

public int height

borderColor

public Color borderColor

borderSize

public byte borderSize

borderStyle

public byte borderStyle

bottomBorderColor

public Color bottomBorderColor

bottomBorderSize

public byte bottomBorderSize

bottomBorderStyle

public byte bottomBorderStyle

leftBorderColor

public Color leftBorderColor

leftBorderSize

public byte leftBorderSize

leftBorderStyle

public byte leftBorderStyle

rightBorderColor

public Color rightBorderColor

rightBorderSize

public byte rightBorderSize

rightBorderStyle

public byte rightBorderStyle

topBorderColor

public Color topBorderColor

topBorderSize

public byte topBorderSize

topBorderStyle

public byte topBorderStyle

mouseCursor

public int mouseCursor

mouseCursorURI

public java.lang.String mouseCursorURI

font

public Font font

identifier

public java.lang.String identifier

locale

public java.util.Locale locale

enabled

public boolean enabled

registered

public boolean registered

visible

public boolean visible

insets

public Insets insets

instancePeerIsPropertyChangeListener

public boolean instancePeerIsPropertyChangeListener

componentPeerIsPropertyChangeListener

public boolean componentPeerIsPropertyChangeListener

async

public boolean async

hasIcon

public boolean hasIcon

hasToolTip

public boolean hasToolTip

selectable

public boolean selectable

cssClass

public java.lang.String cssClass

cssClassDisabled

public java.lang.String cssClassDisabled

horizontalTextPosition

public int horizontalTextPosition

verticalTextPosition

public int verticalTextPosition
Constructor Detail

DynaButton.ExternalState

public DynaButton.ExternalState()
Method Detail

getInitialState

public static DynaButton.ExternalState getInitialState()