|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echoservlet.AbstractComponentPeer
nextapp.echoservlet.ui.NativeCheckBoxUI
public class NativeCheckBoxUI
A peer for CheckBox components.
| Field Summary | |
|---|---|
protected ToolTipPopUpSupportHelper |
toolTipHelper
a ToolTipPopUpSupportHelper available to subclasses |
| Fields inherited from interface nextapp.echoservlet.ComponentPeer |
|---|
IGNORE_PROPERTY_CHANGE |
| Constructor Summary | |
|---|---|
NativeCheckBoxUI()
|
|
| Method Summary | |
|---|---|
void |
clientAction(java.lang.String action)
Called when the user causes an action from the client. |
void |
clientInput(java.lang.String input)
Called when a client sends an input string through an input field. |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
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 |
unregistered()
Called when the component is unregistered. |
| Methods inherited from class nextapp.echoservlet.AbstractComponentPeer |
|---|
addAncillaryService, generateId, getCalculatedBackground, getCalculatedFont, getCalculatedForeground, getChildCount, getChildren, getComponent, getFocusedElementId, getId, getInstancePeer, getParentComponentPeer, getPeer, 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 |
|---|
protected ToolTipPopUpSupportHelper toolTipHelper
| Constructor Detail |
|---|
public NativeCheckBoxUI()
| Method Detail |
|---|
public void registered()
AbstractComponentPeer
registered in interface ComponentPeerregistered in class AbstractComponentPeerTextComponentUI.registered()public void unregistered()
AbstractComponentPeer
unregistered in interface ComponentPeerunregistered in class AbstractComponentPeerTextComponentUI.unregistered()public void clientInput(java.lang.String input)
ClientInputProducer
clientInput in interface ClientInputProducerinput - The data in the hidden input field in the controller form
as last known.
public void render(RenderingContext rc,
Element parent)
ComponentPeer
render in interface ComponentPeerrender in class AbstractComponentPeerrc - A rendering context provided by the Connection.parent - The element that will contain content rendered by this
ComponentPeer.public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListenerpublic void clientAction(java.lang.String action)
ClientActionProducer
clientAction in interface ClientActionProduceraction - The action command generated by the client.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||