| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStatefulAction<INPUT,OUTPUT> |
class |
ActionStubExample
An action that shows the data bound to the action.
|
class |
HelloWorldAction
Example of a Cockpit NG action.
|
class |
LogoAction |
class |
MessageAction |
class |
SimpleAction
An action that shows the data bound to the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitActionRenderer.render(org.zkoss.zk.ui.Component parent,
CockpitAction<I,O> action,
ActionContext<I> context,
boolean updateMode,
ActionListener<O> listener) |
void |
LogoAction.render(org.zkoss.zk.ui.Component parent,
CockpitAction<Object,Object> action,
ActionContext<Object> context,
boolean updateMode,
ActionListener<Object> listener)
Render the logo button.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloneAction
CloneAction supports cloning incoming object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateAction |
class |
CreatePermissionAction |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event> |
CreateActionRenderer.createEventListener(CockpitAction<Object,Object> action,
ActionContext<Object> context,
ActionListener<Object> listener) |
protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event> |
CreatePermissionActionRenderer.createEventListener(CockpitAction<Object,Object> action,
ActionContext<Object> context,
ActionListener<Object> listener) |
protected org.zkoss.zul.Popup |
CreateActionRenderer.getOrCreatePopup(org.zkoss.zk.ui.HtmlBasedComponent container,
org.zkoss.zul.Label label,
CockpitAction<Object,Object> action,
ActionContext<Object> context,
ActionListener<Object> listener) |
protected void |
CreateActionRenderer.perform(CockpitAction<Object,Object> action,
ActionContext<Object> context,
ActionListener<Object> listener) |
void |
CreateActionRenderer.render(org.zkoss.zk.ui.Component parent,
CockpitAction<Object,Object> action,
ActionContext<Object> context,
boolean updateMode,
ActionListener<Object> listener) |
void |
CreatePermissionActionRenderer.render(org.zkoss.zk.ui.Component parent,
CockpitAction<Object,Object> action,
ActionContext<Object> context,
boolean updateMode,
ActionListener<Object> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteAction |
class |
DeletePermissionAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DevToolbarAction<I,O> |
class |
RedeployAction |
class |
ReloadLabelsAction |
class |
ResetEverythingAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DragAndDropConfigAction |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event> |
DragAndDropConfigActionRenderer.createEventListener(CockpitAction<Object,Object> action,
ActionContext<Object> context,
ActionListener<Object> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
EditAction |
| Modifier and Type | Class and Description |
|---|---|
class |
ListViewExportCSVAction |
| Modifier and Type | Class and Description |
|---|---|
class |
FlexibleSidebarToggleAction |
| Modifier and Type | Method and Description |
|---|---|
void |
FlexibleSidebarToggleActionRenderer.render(org.zkoss.zk.ui.Component parent,
CockpitAction<Object,Object> action,
ActionContext<Object> context,
boolean updateMode,
ActionListener<Object> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
RunGCAction |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultActionRenderer.addKeyboardSupport(org.zkoss.zk.ui.Component component,
CockpitAction<I,O> cockpitAction,
ActionContext<I> ctx,
org.zkoss.zk.ui.event.EventListener onClickEventListener) |
protected boolean |
DefaultActionRenderer.checkDataCompatibleWithDefinedInput(CockpitAction<I,O> action,
ActionContext<I> context) |
protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event> |
DefaultActionRenderer.createEventListener(CockpitAction<I,O> action,
ActionContext<I> context,
ActionListener<O> listener) |
protected void |
DefaultActionRenderer.perform(CockpitAction<I,O> action,
ActionContext<I> context,
ActionListener<O> listener) |
protected void |
DefaultActionRenderer.performWithConfirmationCheck(CockpitAction<I,O> action,
ActionContext<I> context,
ActionListener<O> listener) |
void |
DefaultActionRenderer.render(org.zkoss.zk.ui.Component parent,
CockpitAction<I,O> action,
ActionContext<I> context,
boolean updateMode,
ActionListener<O> listener) |
protected void |
DefaultActionRenderer.triggerFromKeyEvent(org.zkoss.zk.ui.event.KeyEvent keyEvent,
CockpitAction<I,O> cockpitAction,
ActionContext<I> ctx,
org.zkoss.zk.ui.Component container,
org.zkoss.zk.ui.event.EventListener onClickEventListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
LabeledToggleActionRenderer.render(org.zkoss.zk.ui.Component parent,
CockpitAction<Object,Object> action,
ActionContext<Object> context,
boolean updateMode,
ActionListener<Object> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
RefreshAction |
| Modifier and Type | Class and Description |
|---|---|
class |
PrincipalPermissionAction |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchByTypeAction |
| Modifier and Type | Class and Description |
|---|---|
class |
SplitLayoutChooserAction
Action responsible for choosing split layout compositions.
|
| Modifier and Type | Method and Description |
|---|---|
org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event> |
SplitLayoutChooserActionRenderer.createEventListener(CockpitAction<String,String> action,
ActionContext<String> context,
ActionListener<String> actionListener) |
void |
SplitLayoutChooserActionRenderer.render(org.zkoss.zk.ui.Component parent,
CockpitAction<String,String> action,
ActionContext<String> context,
boolean updateMode,
ActionListener<String> listener) |
protected void |
SplitLayoutChooserActionRenderer.renderPopup(org.zkoss.zk.ui.HtmlBasedComponent parent,
CockpitAction<String,String> action,
ActionContext<String> context,
ActionListener<String> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractToggleAction |
class |
ToggleAction |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractToggleActionRenderer.render(org.zkoss.zk.ui.Component parent,
CockpitAction<Object,Object> action,
ActionContext<Object> context,
boolean updateMode,
ActionListener<Object> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypePermissionAction |
| Modifier and Type | Method and Description |
|---|---|
protected CockpitAction |
Action.instantiateAction(ActionDefinition actionDefinition) |
protected CockpitAction |
Action.resolveCockpitActionClassInstance() |
protected CockpitAction |
Action.resolveCockpitActionClassInstance(ActionDefinition definition) |
protected CockpitAction |
Action.resolveCockpitActionClassInstance(ActionDefinition definition,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Action.initializeActionContext(ActionContext actionContext,
org.zkoss.zk.ui.HtmlBasedComponent parent,
ActionDefinition actionDefinition,
CockpitAction action,
boolean updateOnly) |
protected void |
Action.renderAction(org.zkoss.zk.ui.HtmlBasedComponent parent,
ActionDefinition actionDefinition,
CockpitAction action,
boolean updateOnly) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActionUnitTest<T extends CockpitAction<?,?>> |
Copyright © 2018. All rights reserved.