|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jzeno.echo.databinding.DynaLink
public class DynaLink
Visualizes a clickable link in the application. It supports dynamic event handlers through the actionCommand property.
| Nested Class Summary | |
|---|---|
static class |
DynaLink.ExternalState
|
static class |
DynaLink.InternalState
|
| Field Summary | |
|---|---|
static StaticText |
SERVICE_DYNALINK
|
| Fields inherited from interface nextapp.echoservlet.ComponentPeer |
|---|
IGNORE_PROPERTY_CHANGE |
| Fields inherited from interface nextapp.echoservlet.html.Renderable |
|---|
INDENT_STRING |
| Constructor Summary | |
|---|---|
DynaLink()
Creates an initially unbound link. |
|
DynaLink(java.lang.Class beanClass,
java.lang.String property,
java.lang.String constructionHints)
Creates a databound link. |
|
DynaLink(java.lang.String label)
Creates an initially unbound link, and sets a fixed text on this link. |
|
| Method Summary | |
|---|---|
void |
add(Component c)
Adds the specified Component at the end of this Component's children. |
void |
add(Component c,
int n)
Adds the specified Component as the nth child All component add operations use this method to add components. |
void |
addAncillaryService(Service service)
Component peer |
void |
addHierarchyListener(HierarchyListener l)
Adds a hierarchy listener to be notified when this component's state in the hierarchy changes. |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Adds a property change listener to this component. |
void |
addValidator(Validator validator)
Add extra validators to this component. |
void |
applyContext()
|
void |
applyStyle(Style style)
Sets stylistic properties of this component based on a Style
object. |
void |
clientAction(java.lang.String action)
Called when the user causes an action from the client. |
void |
firePropertyChange(java.lang.String propertyName,
boolean oldValue,
boolean newValue)
Reports a bound property change. |
void |
firePropertyChange(java.lang.String propertyName,
char oldValue,
char newValue)
Reports a bound property change. |
void |
firePropertyChange(java.lang.String propertyName,
double oldValue,
double newValue)
Reports a bound property change. |
void |
firePropertyChange(java.lang.String propertyName,
float oldValue,
float newValue)
Reports a bound property change. |
void |
firePropertyChange(java.lang.String propertyName,
int oldValue,
int newValue)
Reports a bound property change. |
void |
firePropertyChange(java.lang.String propertyName,
long oldValue,
long newValue)
Reports a bound property change. |
void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Reports a bound property change. |
Id |
generateId()
|
java.lang.String |
getActionCommand()
|
Color |
getBackground()
Returns the background color of the component. |
java.lang.Object |
getBean()
Retrieve the root bean this editor is bound to. |
java.lang.Class |
getBeanClass()
Determine the type of bean we are bound to. |
Color |
getCalculatedBackground()
Returns the background color in which the component will be rendered. |
Font |
getCalculatedFont()
Returns the font in which the component will be rendered. |
Color |
getCalculatedForeground()
Returns the foreground color in which the component will be rendered. |
java.lang.String |
getClientId()
Gets the reuseable Id, this is used to keep component peer id constant over show/hide cycles. |
Component |
getComponent()
Returns the component that is handled by this peer. |
Component |
getComponent(int n)
Gets the nth immediate child component. |
int |
getComponentCount()
Returns the number of immediate child components. |
Component[] |
getComponents()
Returns an array of all immediate child components. |
java.lang.String |
getCssClass()
|
Decorator |
getDecorator()
Gets the decorator, if any is configured. |
EchoInstance |
getEchoInstance()
Returns the EchoInstance object to which this component belongs, or null if it is not bound to any instance. |
java.lang.String |
getFocusedElementId()
|
Font |
getFont()
Returns the font. |
Color |
getForeground()
Returns the foreground of the component. |
ImageReference |
getIcon()
|
java.lang.String |
getIconName()
Gets the name of the icon you want to show, instead of a text label. |
Id |
getId()
Returns the Id by which this peer is identified on the
client. |
java.lang.Object |
getIdentifier()
Returns the identifier for this component. |
InstancePeer |
getInstancePeer()
Returns the InstancePeer |
EventListenerList |
getListenerList()
|
java.util.Locale |
getLocale()
Returns the locale of the component. |
java.lang.Object |
getNullObject()
|
Component |
getParent()
Returns the parent component. |
ComponentPeer |
getParentComponentPeer()
Returns the peer of the associated component's component. |
ComponentPeer |
getPeer(Component component)
Returns the peer of the specified component. |
java.lang.String |
getProperty()
Retrieve the property path to bind to on the domain model cluster. |
Color |
getRolloverBackground()
|
Color |
getRolloverForeground()
|
java.lang.String |
getText()
Gets the current text of the label. |
java.lang.String |
getToolTipText()
Sets the tooltip that is shown when the user hoovers over this label. |
java.util.List |
getValidationErrors()
Retrieves a list of currently pending validation errors on this component. |
java.util.List |
getValidators()
Retrieve the list of active validators on this component. |
java.lang.Object |
getValue()
Retrieve the property value from the domain model cluster. |
int |
indexOf(Component c)
Returns the index of the specified component if it a child of this Component, or -1 if it is not. |
void |
init()
|
boolean |
isAncestorOf(Component c)
Determines if this component is an ancestor of the specified component. |
boolean |
isAsync()
|
boolean |
isBound()
|
boolean |
isEnabled()
Returns true if the component is enabled. |
boolean |
isFocused()
Returns true if the component is focused. |
boolean |
isMarkedInvalid()
|
boolean |
isNoTabStop()
|
boolean |
isReadOnly()
|
boolean |
isRecursivelyVisible()
|
boolean |
isRegistered()
Returns true if the component is registered to an application. |
boolean |
isRequired()
Query if the editor is required to be filled in. |
boolean |
isRolloverEnabled()
|
boolean |
isSelectableForScriptRecorder()
|
boolean |
isShowing()
Returns true if the component is registered and all of its ancestors are visible. |
boolean |
isValid()
Check if this component contains valid user input. |
boolean |
isVisible()
Returns the component's visibility state. |
void |
markInvalid()
Marks the component as invalid. |
void |
markValid()
Marks the component as valid (remove error marking) |
void |
preRender()
Make changes to the visual representation of this component before Echo starts rendering the component. |
void |
processHierarchyEvent(long changeFlags,
Component changed,
Component changedParent)
|
void |
propertyChange(java.beans.PropertyChangeEvent e)
|
void |
rebind()
This operation causes the component to reset it's content to that of the domain model. |
void |
redraw()
Requests that the component be redrawn on the client. |
void |
registerAncillaryServices()
|
void |
registered()
Called when the component is registered. |
void |
remove(Component c)
Removes the specified child component. |
void |
remove(int n)
Removes the component at the given index. |
void |
removeAll()
Removes all child Components. |
void |
removeAncillaryService(Service service)
Removes an ancillary service from this ComponentPeer. |
void |
removeHierarchyListener(HierarchyListener l)
Removes a hierarchy listener from being notified when this component's state in the hierarchy changes. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Removes a property change listener from this component. |
void |
removeValidator(Validator validator)
Remove an existing validator from this component. |
void |
render(java.io.PrintWriter pw,
int depth,
boolean parentWhitespaceRelevant)
Renders the renderable object to the given PrintWriter. |
void |
render(RenderingContext rc,
Element parent)
A method that should be overridden for the ComponentPeer to produce HTML output. |
void |
renderTemplate(java.io.PrintWriter pw,
int depth,
boolean parentWhitespaceRelevant)
|
void |
setActionCommand(java.lang.String command)
|
void |
setAsync(boolean async)
|
void |
setBackground(Color newValue)
Sets the background color of the component. |
void |
setBean(java.lang.Object newBean)
sets the root bean for property-binding. |
void |
setBeanClass(java.lang.Class beanClass)
Change the type of model bean this property component will be bound to. |
void |
setClientId(java.lang.String clientId)
Sets the reuseable Id, this is used to keep component peer id constant over show/hide cycles. |
void |
setComponent(Component c)
|
void |
setCssClass(java.lang.String cssClass)
|
void |
setDecorator(Decorator decorator)
Sets the decorator. |
void |
setEnabled(boolean newValue)
Sets whether the component is enabled. |
void |
setFocused(boolean newValue)
Sets whether the component is focused. |
void |
setFont(Font font)
Sets the font of the component. |
void |
setForeground(Color newValue)
Sets the foreground color of the component. |
void |
setIcon(ImageReference ir)
|
void |
setIconName(java.lang.String iconName)
Sets the name of the icon you want to show. |
void |
setId(Id generateId)
|
void |
setIdentifier(java.lang.Object newValue)
Sets the identifier for this component. |
void |
setInstancePeer(InstancePeer instancePeer)
|
void |
setLocale(java.util.Locale newValue)
Sets the locale of the component. |
void |
setNoTabStop(boolean b)
|
void |
setNullObject(java.lang.Object nullObject)
This object should be returned by the implementor in getValue, when the property path ends in a null value. |
void |
setParent(Component parent)
|
void |
setProperty(java.lang.String propertyPath)
Set the property(path) to bind to on the domain model cluster. |
void |
setReadOnly(boolean readOnly)
Mark this component as read-only. |
void |
setRegistered(boolean b)
|
void |
setRequired(boolean required)
Determine if the editor is required to be filled in. |
void |
setRolloverBackground(Color newValue)
|
void |
setRolloverEnabled(boolean newValue)
|
void |
setRolloverForeground(Color newValue)
|
void |
setSelectableForScriptRecorder(boolean b)
|
void |
setText(java.lang.String text)
For unbound label components, sets the label's text directly. |
void |
setToolTipText(java.lang.String toolTipText)
Gets the tooltip that is shown when the user hoovers over this label. |
void |
setValue(java.lang.Object value)
Writes the supplied data into the property we are bound to. |
void |
setVisible(boolean newValue)
Sets the component visible or invisible. |
java.util.List |
traceValue()
Reads the properties in this components property path, and traces all read properties, returning the actual property values in a List. |
void |
unregisterAncillaryServices()
|
void |
unregistered()
Called when the component is unregistered. |
void |
update()
Forces the component to be re-rendered immediately. |
void |
validate()
Validates this component. |
void |
writeVariable(java.io.PrintWriter pw,
java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StaticText SERVICE_DYNALINK
| Constructor Detail |
|---|
public DynaLink()
Creates an initially unbound link.
public DynaLink(java.lang.String label)
Creates an initially unbound link, and sets a fixed text on this link.
public DynaLink(java.lang.Class beanClass,
java.lang.String property,
java.lang.String constructionHints)
Creates a databound link.
| Method Detail |
|---|
public void rebind()
RebindableComponentThis operation causes the component to reset it's content to that of the domain model.
rebind in interface RebindableComponentpublic java.lang.String getToolTipText()
Sets the tooltip that is shown when the user hoovers over this label.
public void setToolTipText(java.lang.String toolTipText)
Gets the tooltip that is shown when the user hoovers over this label.
public void setText(java.lang.String text)
For unbound label components, sets the label's text directly.
public java.lang.String getText()
Gets the current text of the label.
public void setIconName(java.lang.String iconName)
Sets the name of the icon you want to show. Supply the name of the gif/png/jpg/... image you want to show as icon. This icon should be placed in the images folder, in the root of the web application. Labels can visualize both icons and text at the same time.
public java.lang.String getIconName()
Gets the name of the icon you want to show, instead of a text label. Also
see setIconName(String).
public void setIcon(ImageReference ir)
public ImageReference getIcon()
public void applyContext()
applyContext in interface Precreationpublic void setFont(Font font)
Component
setFont in interface Componentfont - The new font of the component.public Font getFont()
Component
getFont in interface Componentpublic void addValidator(Validator validator)
PropertyComponentAdd extra validators to this component.
addValidator in interface PropertyComponentpublic java.lang.Object getBean()
PropertyComponentRetrieve the root bean this editor is bound to.
getBean in interface PropertyComponentpublic java.lang.Class getBeanClass()
PropertyComponentDetermine the type of bean we are bound to.
During the lifecycle of a property component, this may NOT change ! In other words, if this component has been bound to, let's say, an Address object, this component must at all times remain bound to Address components ! (It may ofcourse change the specific instance to which it is bound, by calling setBean.)
getBeanClass in interface PropertyComponentpublic Decorator getDecorator()
PropertyComponentGets the decorator, if any is configured.
getDecorator in interface PropertyComponentpublic java.lang.Object getNullObject()
getNullObject in interface RebindableComponentpublic java.lang.String getProperty()
PropertyComponentRetrieve the property path to bind to on the domain model cluster.
getProperty in interface PropertyComponentpublic java.util.List getValidationErrors()
PropertyComponentRetrieves a list of currently pending validation errors on this component.
getValidationErrors in interface PropertyComponentpublic java.util.List getValidators()
PropertyComponentRetrieve the list of active validators on this component.
getValidators in interface PropertyComponentpublic java.lang.Object getValue()
PropertyComponentRetrieve the property value from the domain model cluster.
getValue in interface PropertyComponentpublic boolean isBound()
public boolean isMarkedInvalid()
isMarkedInvalid in interface PropertyComponentpublic boolean isReadOnly()
isReadOnly in interface PropertyComponentpublic boolean isRequired()
PropertyComponentQuery if the editor is required to be filled in.
isRequired in interface PropertyComponentpublic boolean isValid()
PropertyComponent
Check if this component contains valid user input. In itself this
operation will not mark the component in error. In order to apply error
marking on invalid components you should use
EchoSupport.doValidationRecursively(Component).
isValid in interface PropertyComponentpublic void markInvalid()
PropertyComponentMarks the component as invalid. Typically puts a colored border around it to indicate the error.
markInvalid in interface PropertyComponentpublic void markValid()
PropertyComponentMarks the component as valid (remove error marking)
markValid in interface PropertyComponentpublic void removeValidator(Validator validator)
PropertyComponentRemove an existing validator from this component.
removeValidator in interface PropertyComponentpublic void setBean(java.lang.Object newBean)
PropertyComponentsets the root bean for property-binding.
setBean in interface PropertyComponentpublic void setBeanClass(java.lang.Class beanClass)
PropertyComponentChange the type of model bean this property component will be bound to.
setBeanClass in interface PropertyComponentpublic void setDecorator(Decorator decorator)
PropertyComponentSets the decorator.
setDecorator in interface PropertyComponentpublic void setNullObject(java.lang.Object nullObject)
RebindableComponentThis object should be returned by the implementor in getValue, when the property path ends in a null value.
setNullObject in interface RebindableComponentpublic void setProperty(java.lang.String propertyPath)
PropertyComponentSet the property(path) to bind to on the domain model cluster.
setProperty in interface PropertyComponentpublic void setReadOnly(boolean readOnly)
PropertyComponentMark this component as read-only.
setReadOnly in interface PropertyComponentpublic void setRequired(boolean required)
PropertyComponentDetermine if the editor is required to be filled in.
setRequired in interface PropertyComponentpublic void setValue(java.lang.Object value)
PropertyComponentWrites the supplied data into the property we are bound to.
setValue in interface PropertyComponentpublic java.util.List traceValue()
RebindableComponentReads the properties in this components property path, and traces all read properties, returning the actual property values in a List.
traceValue in interface RebindableComponentpublic void preRender()
PropertyComponentMake 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.
preRender in interface PropertyComponentpublic void add(Component c)
Component
add in interface Componentc - The child component to add.
public void add(Component c,
int n)
Component
add in interface Componentc - The child component to add.n - The index at which to add the child component, or -1 to add
the component at the end.public void addHierarchyListener(HierarchyListener l)
Component
addHierarchyListener in interface Componentl - The HierarchyListener to add.public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
Component
addPropertyChangeListener in interface Componentl - The listener to add.public void applyStyle(Style style)
ComponentStyle
object. The version of this method in Component will set
foreground and background colors and the font from the style if they are
present. Components should override this method if they allow more
properties to be set from a style object, and should call
super.applyStyle() if necessary.
applyStyle in interface Componentstyle - The style object from which to retrieve properties for this
Component.
public void firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Component
firePropertyChange in interface ComponentpropertyName - The name of the changed property.oldValue - The previous value of the property.newValue - The present value of the property.
public void firePropertyChange(java.lang.String propertyName,
boolean oldValue,
boolean newValue)
Component
firePropertyChange in interface ComponentpropertyName - The name of the changed property.oldValue - The previous value of the property.newValue - The present value of the property.
public void firePropertyChange(java.lang.String propertyName,
char oldValue,
char newValue)
Component
firePropertyChange in interface ComponentpropertyName - The name of the changed property.oldValue - The previous value of the property.newValue - The present value of the property.
public void firePropertyChange(java.lang.String propertyName,
double oldValue,
double newValue)
Component
firePropertyChange in interface ComponentpropertyName - The name of the changed property.oldValue - The previous value of the property.newValue - The present value of the property.
public void firePropertyChange(java.lang.String propertyName,
float oldValue,
float newValue)
Component
firePropertyChange in interface ComponentpropertyName - The name of the changed property.oldValue - The previous value of the property.newValue - The present value of the property.
public void firePropertyChange(java.lang.String propertyName,
int oldValue,
int newValue)
Component
firePropertyChange in interface ComponentpropertyName - The name of the changed property.oldValue - The previous value of the property.newValue - The present value of the property.
public void firePropertyChange(java.lang.String propertyName,
long oldValue,
long newValue)
Component
firePropertyChange in interface ComponentpropertyName - The name of the changed property.oldValue - The previous value of the property.newValue - The present value of the property.public java.lang.String getClientId()
ComponentGets the reuseable Id, this is used to keep component peer id constant over show/hide cycles.
getClientId in interface Componentpublic Component getComponent(int n)
Component
getComponent in interface Componentn - The index of the component to retrieve.
public int getComponentCount()
Component
getComponentCount in interface Componentpublic Component[] getComponents()
Component
getComponents in interface Componentpublic EchoInstance getEchoInstance()
Component
getEchoInstance in interface Componentpublic java.lang.Object getIdentifier()
Component
getIdentifier in interface Componentpublic EventListenerList getListenerList()
getListenerList in interface Componentpublic java.util.Locale getLocale()
Component
getLocale in interface Componentpublic Component getParent()
Component
getParent in interface Componentpublic int indexOf(Component c)
Component
indexOf in interface Componentc - The component to determine the index of.
public void init()
init in interface Componentpublic boolean isAncestorOf(Component c)
Component
isAncestorOf in interface Componentc - The component to test for ancestry.
public boolean isEnabled()
Component
isEnabled in interface Componentpublic boolean isFocused()
Component
isFocused in interface Componentpublic boolean isRecursivelyVisible()
isRecursivelyVisible in interface Componentpublic boolean isRegistered()
Component
isRegistered in interface Componentpublic boolean isShowing()
Component
isShowing in interface Componentpublic boolean isVisible()
Component
isVisible in interface Component
public void processHierarchyEvent(long changeFlags,
Component changed,
Component changedParent)
processHierarchyEvent in interface Componentpublic void remove(Component c)
Component
remove in interface Componentc - The child component to remove.public void remove(int n)
Component
remove in interface Componentn - The index of the child component to remove.public void removeAll()
Component
removeAll in interface Componentpublic void removeHierarchyListener(HierarchyListener l)
Component
removeHierarchyListener in interface Componentl - The HierarchyListener to remove.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
Component
removePropertyChangeListener in interface Componentl - The listener to be removed.public void setClientId(java.lang.String clientId)
ComponentSets the reuseable Id, this is used to keep component peer id constant over show/hide cycles. Do not call from your application code !
setClientId in interface Componentpublic void setEnabled(boolean newValue)
Component
setEnabled in interface ComponentnewValue - True if the component is enabled.public void setFocused(boolean newValue)
Component
setFocused in interface ComponentnewValue - True if the component is to be focused.public void setIdentifier(java.lang.Object newValue)
Component
setIdentifier in interface ComponentnewValue - The new identifier for this component.public void setLocale(java.util.Locale newValue)
Component
setLocale in interface ComponentnewValue - The new locale for the component.public void setParent(Component parent)
setParent in interface Componentpublic void setRegistered(boolean b)
setRegistered in interface Componentpublic void setVisible(boolean newValue)
Component
setVisible in interface ComponentnewValue - The new visibility state of the component.public void update()
Component
update in interface Componentpublic void validate()
Componentvalidate() is not inadvisable.
validate in interface Componentpublic void addAncillaryService(Service service)
addAncillaryService in interface ComponentPeerservice - The ancillary service to be added.public Id generateId()
generateId in interface ComponentPeerpublic Component getComponent()
ComponentPeer
getComponent in interface ComponentPeerpublic java.lang.String getFocusedElementId()
getFocusedElementId in interface ComponentPeerpublic Id getId()
ComponentPeerId by which this peer is identified on the
client.
getId in interface ComponentPeerId by which this peer is identified on the
client.public InstancePeer getInstancePeer()
ComponentPeerInstancePeer with which this peer is associated.
If the peer is unregistered, null will be returned.
- Specified by:
getInstancePeer in interface ComponentPeer
- Returns:
- The
InstancePeer with which this peer is associated.
public ComponentPeer getPeer(Component component)
ComponentPeer
getPeer in interface ComponentPeercomponent - The component whose peer is to be returned.
public void redraw()
ComponentPeer
redraw in interface ComponentPeerpublic void registerAncillaryServices()
registerAncillaryServices in interface ComponentPeerpublic void removeAncillaryService(Service service)
ComponentPeerComponentPeer.
Ancillary services will be registered for the life of the
ComponentPeer and automatically removed when it is
unregistered. An ancillary service should be used by ONLY one peer, as
the peer will register and unregister it from the
removeAncillaryService in interface ComponentPeerservice - The ancillary service to be removed.public void setComponent(Component c)
setComponent in interface ComponentPeerpublic void setId(Id generateId)
setId in interface ComponentPeerpublic void setInstancePeer(InstancePeer instancePeer)
setInstancePeer in interface ComponentPeerpublic void unregisterAncillaryServices()
unregisterAncillaryServices in interface ComponentPeerpublic ComponentPeer getParentComponentPeer()
ComponentPeer
getParentComponentPeer in interface ComponentPeerpublic Color getCalculatedBackground()
ComponentPeer
getCalculatedBackground in interface ComponentPeerpublic Font getCalculatedFont()
ComponentPeer
getCalculatedFont in interface ComponentPeerpublic Color getCalculatedForeground()
ComponentPeer
getCalculatedForeground in interface ComponentPeerpublic void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerPropertyChangeListener.propertyChange(PropertyChangeEvent)public void registered()
ComponentPeer
registered in interface ComponentPeerComponentPeer.registered()public void unregistered()
ComponentPeer
unregistered in interface ComponentPeerComponentPeer.unregistered()
public void render(RenderingContext rc,
Element parent)
ComponentPeer
render in interface ComponentPeerrc - A rendering context provided by the Connection.parent - The element that will contain content rendered by this
ComponentPeer.ComponentPeer.render(RenderingContext, Element)
public void render(java.io.PrintWriter pw,
int depth,
boolean parentWhitespaceRelevant)
Renderable
render in interface Renderablepw - The PrintWriter to render to.depth - The indentation depth that should be applied to the element
being rendered.parentWhitespaceRelevant - A flag that indicates whether the
containing element is sensitive to white space.
public void renderTemplate(java.io.PrintWriter pw,
int depth,
boolean parentWhitespaceRelevant)
public void writeVariable(java.io.PrintWriter pw,
java.lang.String name)
writeVariable in interface TemplateVariableSourcepublic void setActionCommand(java.lang.String command)
setActionCommand in interface EventSourcepublic java.lang.String getActionCommand()
getActionCommand in interface EventSourcepublic void clientAction(java.lang.String action)
ClientActionProducer
clientAction in interface ClientActionProduceraction - The action command generated by the client.public boolean isAsync()
public void setAsync(boolean async)
public Color getBackground()
Component
getBackground in interface Componentpublic Color getForeground()
Component
getForeground in interface Componentpublic void setBackground(Color newValue)
Component
setBackground in interface ComponentnewValue - The new background color of the component.public void setForeground(Color newValue)
Component
setForeground in interface ComponentnewValue - The new foreground color of the component.public boolean isNoTabStop()
public void setNoTabStop(boolean b)
public boolean isSelectableForScriptRecorder()
isSelectableForScriptRecorder in interface Componentpublic void setSelectableForScriptRecorder(boolean b)
setSelectableForScriptRecorder in interface Componentpublic void setCssClass(java.lang.String cssClass)
public java.lang.String getCssClass()
public void setRolloverBackground(Color newValue)
public void setRolloverEnabled(boolean newValue)
public void setRolloverForeground(Color newValue)
public Color getRolloverBackground()
public Color getRolloverForeground()
public boolean isRolloverEnabled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||