@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIAjaxLog extends AbstractAjaxLog
The <r:log> component generates JavaScript that opens a debug window, logging application information such as requests, responses, and DOM changes.
Modifier and Type | Class and Description |
---|---|
protected static class |
UIAjaxLog.Properties |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIAjaxLog() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getLevel()
Sets the logging level, can be one of 'debug', 'info', 'warn', 'error'.
|
LogMode |
getMode()
Determines how the log appears on the page, can be one of: "inline", "popup".
|
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
void |
setLevel(String level) |
void |
setMode(LogMode mode) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, 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, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getLevel()
AbstractAjaxLog
getLevel
in class AbstractAjaxLog
public void setLevel(String level)
public LogMode getMode()
AbstractAjaxLog
getMode
in class AbstractAjaxLog
public void setMode(LogMode mode)
public String getStyle()
AbstractAjaxLog
getStyle
in class AbstractAjaxLog
public void setStyle(String style)
public String getStyleClass()
AbstractAjaxLog
getStyleClass
in class AbstractAjaxLog
public void setStyleClass(String styleClass)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.