Uses of Interface
org.weda.action.ActionState

Packages that use ActionState
org.weda.action   
org.weda.action.impl   
org.weda.data.impl   
org.weda.model.actions   
org.weda.model.impl   
org.weda.store.actions   
org.weda.tapestry.actions   
org.weda.tapestry.component   
org.weda.test   
 

Uses of ActionState in org.weda.action
 

Methods in org.weda.action that return ActionState
 ActionState Action.getActionState(ActionContainer targetObject)
          Метод должен вернуть текущее состояние действия в контексте переданного контейнера.
 

Methods in org.weda.action that return types with arguments of type ActionState
 java.util.List<ActionState> ActionContainer.getActionsStates()
          Метод возвращает текущее состояние действий доступных для данного контейнера.
 java.util.List<ActionState> ActionRegistry.getActionsStates(ActionContainer targetObject, java.lang.Class targetClass)
          Метод возвращает список состояний действий досупных для указанного целевого объекта.
 

Uses of ActionState in org.weda.action.impl
 

Classes in org.weda.action.impl that implement ActionState
 class ActionStateImpl
           
 

Methods in org.weda.action.impl that return types with arguments of type ActionState
 java.util.List<ActionState> AbstractActionContainer.getActionsStates()
           
 java.util.List<ActionState> ActionRegistryImpl.getActionsStates(ActionContainer targetObject, java.lang.Class targetClass)
           
 

Uses of ActionState in org.weda.data.impl
 

Methods in org.weda.data.impl that return ActionState
 ActionState ViewDataAction.getActionState(ActionContainer targetObject)
           
 ActionState AbstractDataViewAction.getActionState(ActionContainer targetObject)
           
 

Uses of ActionState in org.weda.model.actions
 

Methods in org.weda.model.actions that return ActionState
 ActionState PageValueSelectorAction.getActionState(ActionContainer targetObject)
           
 ActionState PageableTableModelPrevPageAction.getActionState(ActionContainer targetObject)
           
 ActionState PageableTableModelNextPageAction.getActionState(ActionContainer targetObject)
           
 ActionState PageableTableModelLastPageAction.getActionState(ActionContainer targetObject)
           
 ActionState PageableTableModelGoToPageAction.getActionState(ActionContainer targetObject)
           
 ActionState PageableTableModelFirstPageAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectTableModelSelectAction.getActionState(ActionContainer targetObject)
           
 

Uses of ActionState in org.weda.model.impl
 

Methods in org.weda.model.impl that return types with arguments of type ActionState
 java.util.List<ActionState> FilterEditorModelGroup.getActionsStates()
           
 java.util.List<ActionState> ColumnDescriptorImpl.getActionsStates()
           
 

Uses of ActionState in org.weda.store.actions
 

Methods in org.weda.store.actions that return ActionState
 ActionState ObjectSourceSelectAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceSaveAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceResetSearchPatternsAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceRefreshAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourcePageValueEditorAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceEditAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceDeleteAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceCancelSelectAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceCancelEditAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceApplyAction.getActionState(ActionContainer targetObject)
           
 ActionState ObjectSourceAddAction.getActionState(ActionContainer targetObject)
           
 

Uses of ActionState in org.weda.tapestry.actions
 

Methods in org.weda.tapestry.actions that return ActionState
 ActionState ClearEditorValueAction.getActionState(ActionContainer targetObject)
           
 

Uses of ActionState in org.weda.tapestry.component
 

Methods in org.weda.tapestry.component that return ActionState
abstract  ActionState AbstractAction.getActionState()
           
 

Methods in org.weda.tapestry.component that return types with arguments of type ActionState
 java.util.List<ActionState> FileEditor.getActionsStates()
           
 java.util.List<ActionState> BaseEditor.getActionsStates()
           
 

Methods in org.weda.tapestry.component with parameters of type ActionState
 void ActionPanel.executeAction(ActionContainer container, ActionState state, java.util.Map<java.lang.String,java.lang.Object> actionParameters, java.util.Map objectState)
          Метод выполняет действие.
 

Uses of ActionState in org.weda.test
 

Method parameters in org.weda.test with type arguments of type ActionState
protected  ActionDescriptor WedaTestCase.getDescriptorByName(java.lang.String descriptorName, java.util.List<ActionState> states)
           
 



Copyright © 2005-2006 . All Rights Reserved.