nextapp.echo
Class Grid.ExternalState

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

public static class Grid.ExternalState
extends AbstractState


Field Summary
 Color background
           
 Color borderColor
           
 int borderSize
           
 int cellLayoutOrientation
           
 int cellMargin
           
 int columns
           
 boolean componentPeerIsPropertyChangeListener
           
 java.lang.String cssClass
           
 java.lang.String cssFile
           
 boolean enabled
           
 Font font
           
 Color foreground
           
 int height
           
 int heightUnits
           
 java.lang.String identifier
           
 boolean initialized
           
 boolean instancePeerIsPropertyChangeListener
           
 java.util.Locale locale
           
 boolean registered
           
 int rows
           
 boolean selectable
           
 Dimension size
           
 boolean useInternalBorders
           
 boolean valid
           
 boolean visible
           
 int width
           
 int widthUnits
           
 
Fields inherited from class net.sf.jzeno.echo.state.AbstractState
template
 
Constructor Summary
Grid.ExternalState()
           
 
Method Summary
static Grid.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

borderColor

public Color borderColor

borderSize

public int borderSize

cellMargin

public int cellMargin

columns

public int columns

height

public int height

heightUnits

public int heightUnits

rows

public int rows

valid

public boolean valid

width

public int width

widthUnits

public int widthUnits

cellLayoutOrientation

public int cellLayoutOrientation

size

public Dimension size

useInternalBorders

public boolean useInternalBorders

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

initialized

public boolean initialized

visible

public boolean visible

selectable

public boolean selectable

cssClass

public java.lang.String cssClass

cssFile

public java.lang.String cssFile
Constructor Detail

Grid.ExternalState

public Grid.ExternalState()
Method Detail

getInitialState

public static Grid.ExternalState getInitialState()