Uses of Class
planetj.dataengine.action.ActionDescriptor

Packages that use ActionDescriptor
planetj.database   
planetj.database.connection   
planetj.database.flatfile   
planetj.dataengine.action   
planetj.dataengine.action.paging   
planetj.dataengine.operation   
planetj.dataengine.possiblevalues   
planetj.html   
planetj.magic   
 

Uses of ActionDescriptor in planetj.database
 

Methods in planetj.database that return ActionDescriptor
 ActionDescriptor RowCollection.getActionDescriptor(AbstractAction action)
           
 ActionDescriptor Row.getActionDescriptor(AbstractAction action)
           
 ActionDescriptor Field.getActionDescriptor(AbstractAction action)
          Gets the action descriptor associated with the given action.
 

Uses of ActionDescriptor in planetj.database.connection
 

Methods in planetj.database.connection that return ActionDescriptor
 ActionDescriptor ConnectionRow.getActionDescriptor(AbstractAction action)
           
 

Uses of ActionDescriptor in planetj.database.flatfile
 

Methods in planetj.database.flatfile that return ActionDescriptor
 ActionDescriptor HttpFlatFieldReferenceRow.getActionDescriptor(AbstractAction action)
           
 

Uses of ActionDescriptor in planetj.dataengine.action
 

Methods in planetj.dataengine.action that return ActionDescriptor
 ActionDescriptor ObjectAction.getDescriptor()
          Get the descriptor for this action.
 ActionDescriptor IActionObject.getActionDescriptor(AbstractAction action)
          Get an action descriptor for the given action type and name.
 ActionDescriptor ActionWrapper.getDescriptor()
           
 ActionDescriptor ActionManager.getDefaultDescriptor(java.lang.String actionType, java.lang.String actionName)
          Gets the default registered descriptor for the given display type, action name, and action type.
static ActionDescriptor ActionDescriptor.createDescriptor(java.lang.String actionType, java.lang.String actionName)
          Convience method to create an ActionDescriptor for the given type and name.
 ActionDescriptor AbstractAction.getDescriptor()
          Get the descriptor for this action.
 ActionDescriptor AbstractAction.getDefaultDescriptor()
          Get the default action descriptor for this action.
 

Methods in planetj.dataengine.action with parameters of type ActionDescriptor
 java.lang.StringBuffer IActionRequest.append(ActionDescriptor displayDescriptor, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
          Appends HTML code that is needed to run this action.
 void ActionWrapper.setDescriptor(ActionDescriptor descriptor)
           
 void ActionManager.registerDefaultDescriptor(java.lang.String actionType, java.lang.String actionName, ActionDescriptor descriptor)
          Puts the action for the given action type and name.
 java.lang.StringBuffer AbstractActionRequest.append(ActionDescriptor displayDescriptor, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
           
 void AbstractAction.setDescriptor(ActionDescriptor descriptor)
          Set the descriptor for this action.
 

Constructors in planetj.dataengine.action with parameters of type ActionDescriptor
ActionWrapper(AbstractAction action, ActionDescriptor descriptor)
          Constructor.
 

Uses of ActionDescriptor in planetj.dataengine.action.paging
 

Subclasses of ActionDescriptor in planetj.dataengine.action.paging
 class PagingPropertyGroup
          A PagingPropertyGroup contains properties that are used to determine the type of paging that is rendered on a results table.
 

Methods in planetj.dataengine.action.paging that return ActionDescriptor
 ActionDescriptor PagingAction.getDefaultDescriptor()
           
 

Methods in planetj.dataengine.action.paging with parameters of type ActionDescriptor
 java.lang.StringBuffer PagingActionRequest.append(ActionDescriptor displayDescriptor, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
           
 

Uses of ActionDescriptor in planetj.dataengine.operation
 

Methods in planetj.dataengine.operation that return ActionDescriptor
 ActionDescriptor Operation.getActionDescriptor(AbstractAction action)
          Gets the action descriptor for the specified action
 

Uses of ActionDescriptor in planetj.dataengine.possiblevalues
 

Methods in planetj.dataengine.possiblevalues with parameters of type ActionDescriptor
 java.lang.StringBuffer PVSearchActionRequest.append(ActionDescriptor displayDescriptor, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
           
 

Uses of ActionDescriptor in planetj.html
 

Methods in planetj.html with parameters of type ActionDescriptor
static java.lang.StringBuffer MagicRequestRenderer.appendAction(ActionDescriptor descriptor, Row row, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
          Append HTML code for the Action associated with the given display descriptor.
static java.lang.String MagicRequestRenderer.generateAction(ActionDescriptor descriptor, Row row, HttpServletRequest request, HttpServletResponse response)
          Generates HTML code for the Action associated with the given display descriptor.
static java.lang.StringBuffer HTMLRowActionRenderer.appendAction(ActionDescriptor descriptor, Row row, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
          Append HTML code for the Action associated with the given display descriptor.
static java.lang.String HTMLRowActionRenderer.generateAction(ActionDescriptor descriptor, Row row, HttpServletRequest request, HttpServletResponse response)
          Generates HTML code for the Action associated with the given display descriptor.
protected  java.lang.StringBuffer HTMLActionRenderer.appendAction(AbstractAction action, ActionDescriptor descriptor, java.lang.Object o, java.lang.StringBuffer html, HttpServletRequest req, HttpServletResponse res)
          Appends the HTML for the action to the StringBuffer
 

Uses of ActionDescriptor in planetj.magic
 

Methods in planetj.magic with parameters of type ActionDescriptor
 java.lang.StringBuffer RowReflectionRequest.append(java.lang.Object o, ActionDescriptor displayDescriptor, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
          Deprecated. Appends HTML code to the given buffer and uses the given ActionDisplayDescriptor.
 java.lang.StringBuffer RowReflectionRequest.append(Row row, ActionDescriptor displayDescriptor, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response)
          Deprecated. Appends HTML code to the given buffer and uses the given ActionDisplayDescriptor.