|
|||||||||
| 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
com.esri.adf.web.faces.component.UIToolbar
public class UIToolbar
The UIToolbar class provides the server side properties that are required for the Toolbar control.
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
The standard component family for this component. |
static java.lang.String |
COMPONENT_TYPE
The standard component type for this component. |
| Constructor Summary | |
|---|---|
UIToolbar()
Initializes the UIToolbar and sets the renderer type. |
|
| Method Summary | |
|---|---|
java.lang.String |
getActiveTool()
Returns the active tool. |
java.lang.String |
getFamily()
Returns the family of this control. |
java.lang.String |
getMapId()
Returns the map control id associated with the control. |
java.io.File |
getXslFile()
Returns the XSL file name used to render the control. |
java.net.URL |
getXslUrl()
Returns the URL of the XSL file used to render the control. |
boolean |
isInit()
Indicates whether the control is initialized. |
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
Restores the state of the control. |
java.lang.Object |
saveState(javax.faces.context.FacesContext facesContext)
Saves the state of the control. |
void |
setActiveTool(java.lang.String activeTool)
Sets the active tool for the map. |
void |
setInit(boolean init)
Sets an indicator whether to initialize the control. |
void |
setMapId(java.lang.String mapId)
Sets the control ID. |
void |
setXslFile(java.io.File xslFile)
Sets the XSL file name used to render the control. |
void |
setXslUrl(java.net.URL xslUrl)
Sets the URL of the XSL file used to render the control. |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, 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 |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
| Constructor Detail |
|---|
public UIToolbar()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentString- the COMPONENT_FAMILYpublic boolean isInit()
public void setInit(boolean init)
init - if true, initialize the controlpublic java.lang.String getMapId()
String - the map control idpublic void setMapId(java.lang.String mapId)
mapId - the map control idpublic java.lang.String getActiveTool()
String- the active toolpublic void setActiveTool(java.lang.String activeTool)
activeTool - the active toolpublic java.io.File getXslFile()
File- the XSL file namepublic void setXslFile(java.io.File xslFile)
xslFile - the XSL file namepublic java.net.URL getXslUrl()
URL- the URL objectpublic void setXslUrl(java.net.URL xslUrl)
xslUrl - the URL of the XSL filepublic java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasefacesContext - the associated FacesContext
Object- the object to be saved
public void restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasefacesContext - the associated FacesContextstate - the object from which to restore the state of the control
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||