|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionLink | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.toolbox.ui | Miscellaneous collection of useful Bebop components. |
Uses of ActionLink in com.arsdigita.bebop |
Methods in com.arsdigita.bebop with parameters of type ActionLink | |
void |
PropertyEditor.addVisibilityListener(ActionLink l,
String key)
This method can be used to add an ActionListener to any
ActionLink , causing the action link to show the specified
component when it is clicked. |
Uses of ActionLink in com.arsdigita.toolbox.ui |
Methods in com.arsdigita.toolbox.ui that return ActionLink | |
ActionLink |
SelectionPanel.getAddLink()
|
ActionLink |
SelectionPanel.getEditLink()
|
ActionLink |
SelectionPanel.getDeleteLink()
|
Methods in com.arsdigita.toolbox.ui with parameters of type ActionLink | |
void |
SelectionPanel.setAdd(ActionLink addLink,
Form form)
|
void |
SelectionPanel.setEdit(ActionLink editLink,
Form form)
|
void |
SelectionPanel.setDelete(ActionLink deleteLink,
Form form)
|
void |
ModalPanel.connect(ActionLink orig,
Component dest)
|
void |
ModalPanel.connect(ActionLink orig,
FormSection dest)
|
void |
ItemEditor.setEdit(ActionLink editLink,
Form edit)
|
void |
ItemEditor.setDelete(ActionLink deleteLink,
Form delete)
|
void |
ItemEditor.setReturn(ActionLink returnLink)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |