Package | Description |
---|---|
org.apache.tapestry.binding |
Implementations of
IBinding . |
org.apache.tapestry.components |
Basic, fundamental components used to construct more complex components, or pages.
|
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.link |
Components for creating links on the page that trigger application behavior
when clicked.
|
org.apache.tapestry.listener |
Support classes that allows an object
to expose listener methods instead of listener properties.
|
Modifier and Type | Class and Description |
---|---|
class |
ListenerMethodBinding |
Modifier and Type | Method and Description |
---|---|
abstract IActionListener |
IfBean.getListener() |
abstract IActionListener |
InvokeListener.getListener()
Parameter
|
Modifier and Type | Method and Description |
---|---|
abstract IActionListener |
Form.getCancel()
cancel parameter, may be null
|
abstract IActionListener |
Form.getListener()
listener parameter, may be null
|
abstract IActionListener |
Hidden.getListener() |
abstract IActionListener |
ListEdit.getListener()
Deprecated.
|
abstract IActionListener |
Form.getRefresh()
refresh parameter, may be null
|
abstract IActionListener |
Form.getSuccess()
success parameter, may be null
|
Modifier and Type | Method and Description |
---|---|
abstract IActionListener |
ActionLink.getListener()
Deprecated.
|
abstract IActionListener |
DirectLink.getListener() |
Modifier and Type | Class and Description |
---|---|
class |
SyntheticListener
Adapter class that combines a target object (typically, a component) with a
ListenerMethodInvoker . |
Modifier and Type | Method and Description |
---|---|
IActionListener |
ListenerMap.getListener(java.lang.String name)
Gets a listener for the given name (which is both a property name and a method name).
|
IActionListener |
ListenerMapImpl.getListener(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
ListenerInvoker.invokeListener(IActionListener listener,
IComponent source,
IRequestCycle cycle)
Part of the pipeline for invoking the given listener object.
|
void |
ListenerInvokerTerminator.invokeListener(IActionListener listener,
IComponent source,
IRequestCycle cycle) |
void |
ListenerInvokerFilter.invokeListener(IActionListener listener,
IComponent source,
IRequestCycle cycle,
ListenerInvoker delegate) |