|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionDisplayDescriptor | |
planetj.dataengine.display | |
planetj.html | |
planetj.magic |
Uses of ActionDisplayDescriptor in planetj.dataengine.display |
Methods in planetj.dataengine.display that return ActionDisplayDescriptor | |
ActionDisplayDescriptor |
ActionManager.getDefaultDescriptor(String displayType,
String actionType,
String actionName)
Gets the default registered descriptor for the given display type, action name, and action type. |
Methods in planetj.dataengine.display with parameters of type ActionDisplayDescriptor | |
AbstractAction |
ActionManager.getAction(ActionDisplayDescriptor descriptor)
Gets the action associated with the given descriptor. |
void |
ActionManager.registerDefaultDescriptor(String displayType,
String actionType,
String actionName,
ActionDisplayDescriptor descriptor)
Puts the action for the given action type and name. |
Uses of ActionDisplayDescriptor in planetj.html |
Methods in planetj.html with parameters of type ActionDisplayDescriptor | |
static StringBuffer |
MagicRequestRenderer.appendAction(ActionDisplayDescriptor descriptor,
Row row,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Append HTML code for the Action associated with the given display descriptor. |
static String |
MagicRequestRenderer.generateAction(ActionDisplayDescriptor descriptor,
Row row,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates HTML code for the Action associated with the given display descriptor. |
StringBuffer |
IHTMLRenderer.append(Object o,
ActionDisplayDescriptor displayDescriptor,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Appends HTML code to the given buffer and uses the given ActionDisplayDescriptor. |
String |
IHTMLRenderer.generate(Object o,
ActionDisplayDescriptor displayDescriptor,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates HTML code using the given ActionDisplayDescriptor. |
static StringBuffer |
HTMLRowActionRenderer.appendAction(ActionDisplayDescriptor descriptor,
Row row,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Append HTML code for the Action associated with the given display descriptor. |
static String |
HTMLRowActionRenderer.generateAction(ActionDisplayDescriptor descriptor,
Row row,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates HTML code for the Action associated with the given display descriptor. |
StringBuffer |
AbstractHTMLRenderer.append(Object o,
ActionDisplayDescriptor displayDescriptor,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Subclasses may wish to overrid this method to allow for proper generation of HTML code. |
String |
AbstractHTMLRenderer.generate(Object o,
ActionDisplayDescriptor displayDescriptor,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates HTML code using the given ActionDisplayDescriptor. |
Uses of ActionDisplayDescriptor in planetj.magic |
Methods in planetj.magic with parameters of type ActionDisplayDescriptor | |
StringBuffer |
RowReflectionRequest.append(Object o,
ActionDisplayDescriptor displayDescriptor,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Appends HTML code to the given buffer and uses the given ActionDisplayDescriptor. |
StringBuffer |
RowReflectionRequest.append(Row row,
ActionDisplayDescriptor displayDescriptor,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Appends HTML code to the given buffer and uses the given ActionDisplayDescriptor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |