nextapp.echo
Class Grid.Cell.ExternalState

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

public static class Grid.Cell.ExternalState
extends AbstractState


Field Summary
 Color background
           
 int bottomBorder
           
 Color bottomBorderColor
           
 int columnSpan
           
 boolean componentPeerIsPropertyChangeListener
           
 java.lang.String cssClass
           
 boolean enabled
           
 int flow
           
 int flowPriority
           
 Font font
           
 Color foreground
           
 int horizontalAlignment
           
 java.lang.String identifier
           
 boolean initialized
           
 Insets insets
           
 boolean instancePeerIsPropertyChangeListener
           
 int leftBorder
           
 Color leftBorderColor
           
 boolean lineWrap
           
 java.util.Locale locale
           
 Coordinate position
           
 boolean registered
           
 int rightBorder
           
 Color rightBorderColor
           
 int rowSpan
           
 boolean selectable
           
 int topBorder
           
 Color topBorderColor
           
 int verticalAlignment
           
 boolean visible
           
 
Fields inherited from class net.sf.jzeno.echo.state.AbstractState
template
 
Constructor Summary
Grid.Cell.ExternalState()
           
 
Method Summary
static Grid.Cell.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

columnSpan

public int columnSpan

flow

public int flow

flowPriority

public int flowPriority

horizontalAlignment

public int horizontalAlignment

insets

public Insets insets

position

public Coordinate position

rowSpan

public int rowSpan

verticalAlignment

public int verticalAlignment

lineWrap

public boolean lineWrap

leftBorder

public int leftBorder

topBorder

public int topBorder

rightBorder

public int rightBorder

bottomBorder

public int bottomBorder

leftBorderColor

public Color leftBorderColor

topBorderColor

public Color topBorderColor

rightBorderColor

public Color rightBorderColor

bottomBorderColor

public Color bottomBorderColor

instancePeerIsPropertyChangeListener

public boolean instancePeerIsPropertyChangeListener

componentPeerIsPropertyChangeListener

public boolean componentPeerIsPropertyChangeListener

font

public Font font

background

public Color background

foreground

public Color foreground

identifier

public java.lang.String identifier

locale

public java.util.Locale locale

enabled

public boolean enabled

registered

public boolean registered

visible

public boolean visible

cssClass

public java.lang.String cssClass

initialized

public boolean initialized

selectable

public boolean selectable
Constructor Detail

Grid.Cell.ExternalState

public Grid.Cell.ExternalState()
Method Detail

getInitialState

public static Grid.Cell.ExternalState getInitialState()