public class ShowBeanAjaxResponse extends Object implements CommandResponse
Modifier and Type | Field and Description |
---|---|
protected UIBeanHandler |
component |
protected Long |
panelId |
Constructor and Description |
---|
ShowBeanAjaxResponse(UIBeanHandler component) |
ShowBeanAjaxResponse(UIBeanHandler component,
Panel panel) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(CommandRequest cmdReq)
Executes the response.
|
UIBeanHandler |
getComponent() |
Panel |
getPanel() |
protected Long panelId
protected UIBeanHandler component
public ShowBeanAjaxResponse(UIBeanHandler component)
public ShowBeanAjaxResponse(UIBeanHandler component, Panel panel)
public UIBeanHandler getComponent()
public boolean execute(CommandRequest cmdReq) throws Exception
CommandResponse
execute
in interface CommandResponse
cmdReq
- Object encapsulating the request information.Exception
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.