Uses of Class
wheel.components.ActionExpression

Packages that use ActionExpression
wheel.components   
 

Uses of ActionExpression in wheel.components
 

Methods in wheel.components that return ActionExpression
 ActionExpression Component._getAction()
          Intetnded for internal use.
 ActionExpression Component.action(java.lang.String expression)
           
 ActionExpression ActionExpression.event(java.lang.String event)
           
 ActionExpression Form.getAction()
           
 ActionExpression ActionExpression.javascript(java.lang.String javascript)
           
 ActionExpression ActionExpression.parameter(java.lang.Object value)
           
 ActionExpression ActionExpression.parameters(java.lang.Object... params)
           
 ActionExpression ActionExpression.setOwner(Component owner)
           
 ActionExpression ActionExpression.submissible(boolean submissible)
           
 ActionExpression ActionExpression.submitForm(boolean submitForm)
           
 ActionExpression ActionExpression.updateComponent(java.lang.String componentId)
           
 

Methods in wheel.components that return types with arguments of type ActionExpression
 java.util.List<ActionExpression> Component._getActions()
          Intetnded for internal use.
 

Methods in wheel.components with parameters of type ActionExpression
 Component Component.actionBinding(ActionExpression actionExpression)
           
 Form ComponentCreator.form(java.lang.String formId, ActionExpression action)
           
 Component Component.form(java.lang.String formId, ActionExpression action)
          Adds a Form-component to the component tree and returns it.
 



Copyright © 2007-2008. All Rights Reserved.