net.sf.jzeno.echo.components
Class DynaGrid.Cell

java.lang.Object
  extended by nextapp.echo.Grid.Cell
      extended by net.sf.jzeno.echo.components.DynaGrid.Cell
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener, Component, ComponentPeer, FastComponentContainer
Enclosing class:
DynaGrid

public static class DynaGrid.Cell
extends Grid.Cell


Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.Grid.Cell
Grid.Cell.ExternalState
 
Field Summary
static int BOTTOM
           
static int CENTER
           
static int LEFT
           
static int RIGHT
           
static int TOP
           
 
Fields inherited from class nextapp.echo.Grid.Cell
BACKGROUND_IMAGE_CHANGED_PROPERTY, FLOW_CHANGED_PROPERTY, FLOW_DOWN, FLOW_LEFT, FLOW_PRIORITY_CHANGED_PROPERTY, FLOW_RIGHT, FLOW_UP, HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY, INSETS_CHANGED_PROPERTY, LINE_WRAP_CHANGED_PROPERTY, POSITION_CHANGED_PROPERTY, STYLE_BACKGROUND_IMAGE, STYLE_HORIZONTAL_ALIGNMENT, STYLE_INSETS, STYLE_LINE_WRAP, STYLE_VERTICAL_ALIGNMENT, VERTICAL_ALIGNMENT_CHANGED_PROPERTY
 
Fields inherited from interface nextapp.echo.Component
BACKGROUND_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FONT_CHANGED_PROPERTY, FOREGROUND_CHANGED_PROPERTY, IDENTIFIER_CHANGED_PROPERTY, LOCALE_CHANGED_PROPERTY, MODEL_CHANGED_PROPERTY, SELECTABLE_CHANGED_PROPERTY, STYLE_BACKGROUND, STYLE_FONT, STYLE_FOREGROUND, UPDATE_PROPERTY, VISIBLE_CHANGED_PROPERTY
 
Fields inherited from interface nextapp.echoservlet.ComponentPeer
IGNORE_PROPERTY_CHANGE
 
Constructor Summary
DynaGrid.Cell()
           
DynaGrid.Cell(Component c)
           
DynaGrid.Cell(int columnSpan, int rowSpan)
           
DynaGrid.Cell(int columnSpan, int rowSpan, Component c)
           
 
Method Summary
 
Methods inherited from class nextapp.echo.Grid.Cell
add, add, addAncillaryService, addHierarchyListener, addPropertyChangeListener, applyStyle, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, generateId, getBackground, getBackgroundImage, getBorderColors, getBorderSize, getBottomBorderColors, getBottomBorderSize, getCalculatedBackground, getCalculatedFont, getCalculatedForeground, getClientId, getColumn, getColumnSpan, getComponent, getComponent, getComponentCount, getComponents, getEchoInstance, getFlow, getFlowPriority, getFocusedElementId, getFont, getForeground, getHorizontalAlignment, getId, getIdentifier, getInsets, getInstancePeer, getLeftBorderColors, getLeftBorderSize, getLineWrap, getListenerList, getLocale, getParent, getParentComponentPeer, getPeer, getPosition, getRightBorderColors, getRightBorderSize, getRow, getRowSpan, getTopBorderColors, getTopBorderSize, getVerticalAlignment, indexOf, init, isAncestorOf, isEnabled, isFocused, isInitialized, isRecursivelyVisible, isRegistered, isSelectableForScriptRecorder, isShowing, isVisible, processHierarchyEvent, propertyChange, redraw, registerAncillaryServices, registered, remove, remove, removeAll, removeAncillaryService, removeHierarchyListener, removePropertyChangeListener, render, setBackground, setBackgroundImage, setBorderColor, setBorderColor, setBorderColors, setBorderSize, setBorderSize, setBorderSize, setClientId, setColumnSpan, setComponent, setEnabled, setFlow, setFlowPriority, setFocused, setFont, setForeground, setHorizontalAlignment, setId, setIdentifier, setInitialized, setInsets, setInstancePeer, setLineWrap, setLocale, setParent, setPosition, setRegistered, setRowSpan, setSelectableForScriptRecorder, setVerticalAlignment, setVisible, superApplyStyle, unregisterAncillaryServices, unregistered, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values

TOP

public static final int TOP
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values

CENTER

public static final int CENTER
See Also:
Constant Field Values
Constructor Detail

DynaGrid.Cell

public DynaGrid.Cell()

DynaGrid.Cell

public DynaGrid.Cell(int columnSpan,
                     int rowSpan)

DynaGrid.Cell

public DynaGrid.Cell(int columnSpan,
                     int rowSpan,
                     Component c)

DynaGrid.Cell

public DynaGrid.Cell(Component c)