public interface IComponentAdapterBinding
extends java.io.Serializable
getFixAttributeNames() and getDynamicAttributeNames().
The differenciation is made because of performance reasons: fix properties are only examined
once at runtime, dynamic properties are examined with every request processing.| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getAttibuteType(java.lang.String attributeName)
This method needs only to be implemented for these attributes which
are set later on.
|
java.lang.Object |
getAttributeValue(java.lang.String attributeName)
Get the attribute value for an attribute.
|
java.util.Set<java.lang.String> |
getDynamicAttributeNames()
Name of the attributes that are dynamic over the whole lifecycle of the
corresponding object.
|
java.util.Set<java.lang.String> |
getFixAttributeNames()
Name of the attributes that are set one time but not changed later on
anymore.
|
void |
onAction(ActionEvent event)
Action listener that is called when the component processes an action event.
|
void |
setAttributeValue(java.lang.String attributeName,
java.lang.Object value)
Set the attribute value.
|
java.util.Set<java.lang.String> getFixAttributeNames()
java.util.Set<java.lang.String> getDynamicAttributeNames()
void setAttributeValue(java.lang.String attributeName,
java.lang.Object value)
java.lang.Class getAttibuteType(java.lang.String attributeName)
java.lang.Object getAttributeValue(java.lang.String attributeName)
void onAction(ActionEvent event)
Copyright © CaptainCasa Gmbh. All Rights Reserved.