NextApp Echo
App Container 1.1.4

nextapp.echoservlet.ui
Class CButtonUI

java.lang.Object
  extended bynextapp.echoservlet.ComponentPeer
      extended bynextapp.echoservlet.ui.AbstractButtonUI
          extended bynextapp.echoservlet.ui.ButtonUI
              extended bynextapp.echoservlet.ui.CButtonUI
All Implemented Interfaces:
Alignment, ClientActionProducer, java.util.EventListener, nextapp.echo.event.ImageUpdateListener, java.beans.PropertyChangeListener, java.io.Serializable

public class CButtonUI
extends ButtonUI

A peer for CButton components.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class nextapp.echoservlet.ui.AbstractButtonUI
ICON_IMAGE, imageManager, renderedActive, ROLLOVER_ICON_IMAGE
 
Constructor Summary
CButtonUI()
           
 
Methods inherited from class nextapp.echoservlet.ui.ButtonUI
getScriptAction
 
Methods inherited from class nextapp.echoservlet.ui.AbstractButtonUI
clientAction, getHorizontalAlignment, getVerticalAlignment, imageUpdate, propertyChange, registered, render, unregistered
 
Methods inherited from class nextapp.echoservlet.ComponentPeer
addAncillaryService, generateId, getBackground, getChildCount, getChildren, getComponent, getFocusedElementId, getFont, getForeground, getId, getInstancePeer, getParent, getPeer, getTabIndex, redraw, removeAncillaryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nextapp.echoservlet.ClientActionProducer
clientAction
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

CButtonUI

public CButtonUI()

NextApp Echo
App Container 1.1.4