Esri Geoportal Server
1.0

com.esri.gpt.framework.jsf.components
Class UILiveData

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by com.esri.gpt.framework.jsf.components.UILiveData
All Implemented Interfaces:
Serializable, EventListener, PartialStateHolder, StateHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder

public class UILiveData
extends UIComponentBase
implements Serializable

UI of Live Data.

See Also:
Serialized Form

Field Summary
static String COMPONENT_FAMILY
          The JSF Component family.
static String COMPONENT_TYPE
          The JSF Component type.
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Constructor Summary
UILiveData()
           
 
Method Summary
 void encodeBegin(FacesContext context)
          Completes begin phase of component encoding.
 String getFamily()
          Gets component family.
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
The JSF Component type.

See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
The JSF Component family.

See Also:
Constant Field Values
Constructor Detail

UILiveData

public UILiveData()
Method Detail

getFamily

public String getFamily()
Gets component family.

Specified by:
getFamily in class UIComponent
Returns:
component family (UIPrepareView.COMPONENT_FAMILY)

encodeBegin

public void encodeBegin(FacesContext context)
                 throws IOException
Completes begin phase of component encoding.

Overrides:
encodeBegin in class UIComponentBase
Parameters:
context - faces context
Throws:
IOException - if encoding fails

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.