Class Command
java.lang.Object
org.apache.myfaces.tobago.internal.renderkit.Command
- Since:
- 2.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCommand()
Command
(String action, Boolean transition, String target, String execute, String render, String focus, String confirmation, Integer delay, Collapse collapse, Boolean omit) Command
(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent facetComponent, String focusId) Command
(javax.faces.context.FacesContext facesContext, AbstractUICommand command) -
Method Summary
Modifier and TypeMethodDescriptiongetDelay()
getFocus()
getOmit()
void
void
void
setCollapse
(Collapse collapse) void
setConfirmation
(String confirmation) void
void
setExecute
(String execute) void
void
void
void
void
setTransition
(Boolean transition)
-
Constructor Details
-
Command
public Command() -
Command
-
Command
-
Command
public Command(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent facetComponent, String focusId)
-
-
Method Details
-
getAction
-
setAction
-
getTransition
-
setTransition
-
getTarget
-
setTarget
-
getExecute
-
setExecute
-
getRender
-
setRender
-
getFocus
-
setFocus
-
getConfirmation
-
setConfirmation
-
getDelay
-
setDelay
-
getCollapse
-
setCollapse
-
getOmit
-
setOmit
-
merge
-