| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echoservlet.AbstractComponentPeer
nextapp.echoservlet.ui.PanelUI
echopoint.ui.ScrollableBoxUI
echopoint.ui.DropDownBoxUI
public class DropDownBoxUI
AbstractDateFieldUI is a abstract base backend peer class for the components DateField and TimeField. It does most of the rendering calls out the implementation to provide key information.
| Field Summary | |
|---|---|
static Service | 
DROPDOWN_SERVICE_SCRIPT
 | 
protected  boolean | 
renderedActive
 | 
static Service | 
SERVICE_DROP_DOWN_IMAGE
 | 
| Fields inherited from interface nextapp.echoservlet.ComponentPeer | 
|---|
IGNORE_PROPERTY_CHANGE | 
| Constructor Summary | |
|---|---|
DropDownBoxUI()
 | 
|
| Method Summary | |
|---|---|
 void | 
clientInput(java.lang.String input)
Called when a client sends an input string through an input field.  | 
protected  java.lang.String | 
createScriptAction(java.lang.String function)
Returns a script action with the given commandStr  | 
 ComponentPeer | 
getPeer(Component c)
This version of getPeer returns a ComponentPeer for the given Component c or null if one cannot be found.  | 
 void | 
propertyChange(java.beans.PropertyChangeEvent e)
 | 
static void | 
register()
Registers the Component with its peer bindings  | 
 void | 
registered()
Called when the component is registered.  | 
 void | 
render(RenderingContext rc,
       Element parent)
A method that should be overridden for the ComponentPeer to produce HTML output.  | 
 void | 
stateChanged(ChangeEvent e)
Invoked when a state change occurs.  | 
 void | 
unregistered()
Called when the component is unregistered.  | 
| Methods inherited from class echopoint.ui.ScrollableBoxUI | 
|---|
getHorizontalAlignment, getVerticalAlignment | 
| Methods inherited from class nextapp.echoservlet.AbstractComponentPeer | 
|---|
addAncillaryService, generateId, getCalculatedBackground, getCalculatedFont, getCalculatedForeground, getChildCount, getChildren, getComponent, getFocusedElementId, getId, getInstancePeer, getParentComponentPeer, redraw, registerAncillaryServices, removeAncillaryService, setComponent, setId, setInstancePeer, unregisterAncillaryServices | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface nextapp.echoservlet.ClientInputProducer | 
|---|
getId | 
| Field Detail | 
|---|
public static final Service DROPDOWN_SERVICE_SCRIPT
public static final Service SERVICE_DROP_DOWN_IMAGE
protected boolean renderedActive
ButtonUI| Constructor Detail | 
|---|
public DropDownBoxUI()
| Method Detail | 
|---|
public static void register()
public void clientInput(java.lang.String input)
ScrollableBoxUI
clientInput in interface ClientInputProducerclientInput in class ScrollableBoxUIinput - The data in the hidden input field in the controller form
        as last known.ClientInputProducer.clientInput(java.lang.String)protected java.lang.String createScriptAction(java.lang.String function)
public ComponentPeer getPeer(Component c)
getPeer in interface ComponentPeergetPeer in class AbstractComponentPeerc - The component whose peer is to be returned.
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerpropertyChange in class ScrollableBoxUIPropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)public void registered()
AbstractComponentPeer
registered in interface ComponentPeerregistered in class ScrollableBoxUIEchoPointComponentPeer.registered()
public void render(RenderingContext rc,
                   Element parent)
ComponentPeer
render in interface ComponentPeerrender in class ScrollableBoxUIrc - A rendering context provided by the Connection.parent - The element that will contain content rendered by this
            ComponentPeer.ComponentPeer.render(nextapp.echoservlet.RenderingContext, nextapp.echoservlet.html.Element)public void unregistered()
AbstractComponentPeer
unregistered in interface ComponentPeerunregistered in class PanelUIComponentPeer.unregistered()public void stateChanged(ChangeEvent e)
ChangeListener
stateChanged in interface ChangeListenere - The event describing the state change.ChangeListener.stateChanged(nextapp.echo.event.ChangeEvent)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||