net.sf.jzeno.unittesting.screen.components
Class ViewStackTraceButton

java.lang.Object
  extended by net.sf.jzeno.echo.databinding.DynaButton
      extended by net.sf.jzeno.unittesting.screen.components.ViewStackTraceButton
All Implemented Interfaces:
Borderable, MouseCursorable, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, AllwaysRebind, PropertyComponent, RebindableComponent, EventSink, EventSource, Precreation, TemplateVariableSource, Component, ClientActionProducer, ComponentPeer, FastComponent, Renderable

public class ViewStackTraceButton
extends DynaButton

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jzeno.echo.databinding.DynaButton
DynaButton.ExternalState, DynaButton.InternalState
 
Nested classes/interfaces inherited from interface echopoint.positionable.Borderable
Borderable.NestedStyleInfo
 
Nested classes/interfaces inherited from interface echopoint.positionable.MouseCursorable
MouseCursorable.NestedStyleInfo
 
Field Summary
 
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 echopoint.positionable.Borderable
BORDER_DASHED, BORDER_DOTTED, BORDER_DOUBLE, BORDER_GROOVE, BORDER_INSET, BORDER_NONE, BORDER_OUTSET, BORDER_RIDGE, BORDER_SOLID, borderStyleSymbolics, STYLE_BORDER_COLOR, STYLE_BORDER_SIZE, STYLE_BORDER_STYLE, STYLE_BOTTOM_BORDER_COLOR, STYLE_BOTTOM_BORDER_SIZE, STYLE_BOTTOM_BORDER_STYLE, STYLE_LEFT_BORDER_COLOR, STYLE_LEFT_BORDER_SIZE, STYLE_LEFT_BORDER_STYLE, STYLE_RIGHT_BORDER_COLOR, STYLE_RIGHT_BORDER_SIZE, STYLE_RIGHT_BORDER_STYLE, STYLE_TOP_BORDER_COLOR, STYLE_TOP_BORDER_SIZE, STYLE_TOP_BORDER_STYLE
 
Fields inherited from interface echopoint.positionable.MouseCursorable
borderStyleSymbolics, CURSOR_AUTO, CURSOR_CROSSHAIR, CURSOR_CUSTOM_URI, CURSOR_DEFAULT, CURSOR_E_RESIZE, CURSOR_HELP, CURSOR_MOVE, CURSOR_N_RESIZE, CURSOR_NE_RESIZE, CURSOR_NW_RESIZE, CURSOR_POINTER, CURSOR_S_RESIZE, CURSOR_SE_RESIZE, CURSOR_SW_RESIZE, CURSOR_TEXT, CURSOR_W_RESIZE, CURSOR_WAIT, STYLE_MOUSE_CURSOR, STYLE_MOUSE_CURSOR_URI
 
Fields inherited from interface nextapp.echoservlet.ComponentPeer
IGNORE_PROPERTY_CHANGE
 
Fields inherited from interface nextapp.echoservlet.html.Renderable
INDENT_STRING
 
Constructor Summary
ViewStackTraceButton()
           
ViewStackTraceButton(java.lang.Class beanClass, java.lang.String property, java.lang.String constructionHints)
           
 
Method Summary
 void preRender()
           Make changes to the visual representation of this component before Echo starts rendering the component.
 
Methods inherited from class net.sf.jzeno.echo.databinding.DynaButton
add, add, addAncillaryService, addHierarchyListener, addPropertyChangeListener, addValidator, applyContext, applyStyle, clientAction, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, generateId, getActionCommand, getBackground, getBean, getBeanClass, getBorderColor, getBorderSize, getBorderStyle, getBottomBorderColor, getBottomBorderSize, getBottomBorderStyle, getButtonWidth, getCalculatedBackground, getCalculatedFont, getCalculatedForeground, getClientId, getComponent, getComponent, getComponentCount, getComponents, getCssClass, getCssClassDisabled, getDecorator, getEchoInstance, getFocusedElementId, getFont, getForeground, getHeight, getHorizontalTextPosition, getIcon, getIconName, getId, getIdentifier, getInsets, getInstancePeer, getLeftBorderColor, getLeftBorderSize, getLeftBorderStyle, getListenerList, getLocale, getMouseCursor, getMouseCursorURI, getNullObject, getParent, getParentComponentPeer, getPeer, getProperty, getRightBorderColor, getRightBorderSize, getRightBorderStyle, getText, getToolTipText, getTopBorderColor, getTopBorderSize, getTopBorderStyle, getValidationErrors, getValidators, getValue, getVerticalTextPosition, getWidth, indexOf, init, isAncestorOf, isAsync, isBound, isEnabled, isFocused, isMarkedInvalid, isReadOnly, isRecursivelyVisible, isRegistered, isRequired, isSelectableForScriptRecorder, isShowing, isValid, isVisible, markInvalid, markValid, processHierarchyEvent, propertyChange, rebind, redraw, registerAncillaryServices, registered, remove, remove, removeAll, removeAncillaryService, removeHierarchyListener, removePropertyChangeListener, removeValidator, render, render, renderTemplate, setActionCommand, setAsync, setBackground, setBean, setBeanClass, setBorderColor, setBorderSize, setBorderStyle, setBottomBorderColor, setBottomBorderSize, setBottomBorderStyle, setButtonWidth, setClientId, setComponent, setCssClass, setCssClassDisabled, setDecorator, setEnabled, setFocused, setFont, setForeground, setHeight, setHorizontalTextPosition, setIcon, setIconName, setId, setIdentifier, setInsets, setInstancePeer, setLeftBorderColor, setLeftBorderSize, setLeftBorderStyle, setLocale, setMouseCursor, setMouseCursorURI, setNullObject, setParent, setProperty, setReadOnly, setRegistered, setRequired, setRightBorderColor, setRightBorderSize, setRightBorderStyle, setSelectableForScriptRecorder, setText, setToolTipText, setTopBorderColor, setTopBorderSize, setTopBorderStyle, setValue, setVerticalTextPosition, setVisible, setWidth, traceValue, unregisterAncillaryServices, unregistered, update, validate, writeVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewStackTraceButton

public ViewStackTraceButton()

ViewStackTraceButton

public ViewStackTraceButton(java.lang.Class beanClass,
                            java.lang.String property,
                            java.lang.String constructionHints)
Method Detail

preRender

public void preRender()
Description copied from interface: PropertyComponent

Make changes to the visual representation of this component before Echo starts rendering the component.

Do not modify any bound javabeans in this method, as the changes to these will not be reflected properly on the screen.

Specified by:
preRender in interface PropertyComponent
Overrides:
preRender in class DynaButton