|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
org.weda.action | |
org.weda.action.impl | |
org.weda.data.impl | |
org.weda.model.actions | |
org.weda.report.actions | |
org.weda.store.actions | |
org.weda.tapestry.actions |
Uses of Action in org.weda.action |
---|
Methods in org.weda.action that return types with arguments of type Action | |
---|---|
java.lang.Class<Action> |
LinkedAction.getActionClass()
Метод возвращает класс связанного дейставия. |
Uses of Action in org.weda.action.impl |
---|
Classes in org.weda.action.impl that implement Action | |
---|---|
class |
AbstractAction
|
Methods in org.weda.action.impl that return Action | |
---|---|
protected Action |
ActionRegistryImpl.createAction(java.lang.Class actionClass)
|
Methods in org.weda.action.impl that return types with arguments of type Action | |
---|---|
java.lang.Class<Action> |
LinkedActionImpl.getActionClass()
|
Method parameters in org.weda.action.impl with type arguments of type Action | |
---|---|
void |
LinkedActionImpl.setActionClass(java.lang.Class<Action> actionClass)
|
Uses of Action in org.weda.data.impl |
---|
Classes in org.weda.data.impl that implement Action | |
---|---|
class |
AbstractDataViewAction
|
class |
ViewDataAction
|
Uses of Action in org.weda.model.actions |
---|
Classes in org.weda.model.actions that implement Action | |
---|---|
class |
ObjectTableModelSelectAction
|
class |
PageableTableModelFirstPageAction
Цель: перейти на первую страницу |
class |
PageableTableModelGoToPageAction
Цель: переход на произвольную страницу |
class |
PageableTableModelLastPageAction
Цель: переход на последнюю страницу |
class |
PageableTableModelNextPageAction
Цель: перемещение на следующую страницу |
class |
PageableTableModelPrevPageAction
Цель: переход на предыдущую страницу |
class |
PageValueSelectorAction
|
Uses of Action in org.weda.report.actions |
---|
Classes in org.weda.report.actions that implement Action | |
---|---|
class |
ViewReportAction
Действие для генерации и просмотра отчета |
Uses of Action in org.weda.store.actions |
---|
Classes in org.weda.store.actions that implement Action | |
---|---|
class |
ObjectSourceAddAction
|
class |
ObjectSourceApplyAction
|
class |
ObjectSourceCancelEditAction
|
class |
ObjectSourceCancelSelectAction
|
class |
ObjectSourceDeleteAction
Цель действия: удаление выделенных строк в экземпляре класса org.weda.db.DataSource . |
class |
ObjectSourceEditAction
|
class |
ObjectSourcePageValueEditorAction
|
class |
ObjectSourceRefreshAction
|
class |
ObjectSourceResetSearchPatternsAction
Цель: почистить текщие шаблоны поиска в ObjectSource |
class |
ObjectSourceSaveAction
|
class |
ObjectSourceSelectAction
|
Uses of Action in org.weda.tapestry.actions |
---|
Classes in org.weda.tapestry.actions that implement Action | |
---|---|
class |
ClearEditorValueAction
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |