|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
org.alfresco.web.ui.repo.component.UIDialogButtons
public class UIDialogButtons
Component that displays the buttons for a dialog.
The standard OK
and Cancel
buttons
are always generated. Any additional buttons, either configured
or generated dynamically by the dialog, are generated in between
the standard buttons.
Field Summary | |
---|---|
protected static java.lang.String |
BINDING_EXPRESSION_START
|
Constructor Summary | |
---|---|
UIDialogButtons()
|
Method Summary | |
---|---|
protected void |
addSpacingRow(javax.faces.context.FacesContext context)
Creates an output text component to represent a spacing row. |
void |
encodeBegin(javax.faces.context.FacesContext context)
|
void |
encodeChildren(javax.faces.context.FacesContext context)
|
void |
encodeEnd(javax.faces.context.FacesContext context)
|
protected void |
generateAdditionalButtons(javax.faces.context.FacesContext context)
If there are any additional buttons to add as defined by the dialog configuration and the dialog at runtime they are generated in this method. |
protected void |
generateButtons(javax.faces.context.FacesContext context)
Generates the buttons for the dialog currently being shown. |
java.lang.String |
getFamily()
|
boolean |
getRendersChildren()
|
Methods inherited from class org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent |
---|
outputAttribute |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String BINDING_EXPRESSION_START
Constructor Detail |
---|
public UIDialogButtons()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
encodeBegin
in class javax.faces.component.UIComponentBase
java.io.IOException
public void encodeChildren(javax.faces.context.FacesContext context) throws java.io.IOException
encodeChildren
in class javax.faces.component.UIComponentBase
java.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context) throws java.io.IOException
encodeEnd
in class javax.faces.component.UIComponentBase
java.io.IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
protected void generateButtons(javax.faces.context.FacesContext context)
context
- Faces contextprotected void generateAdditionalButtons(javax.faces.context.FacesContext context)
context
- Faces contextprotected void addSpacingRow(javax.faces.context.FacesContext context)
context
- Faces context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |