@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIAjaxLog extends AbstractAjaxLog implements StyleClassProps, StyleProps
The <a4j: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 |
getHotkey()
Key to open (in combination with Ctrl+Shift) the popup window.
|
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" or "console".
|
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 |
setHotkey(String hotkey) |
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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getHotkey()
AbstractAjaxLoggetHotkey in class AbstractAjaxLogpublic void setHotkey(String hotkey)
public String getLevel()
AbstractAjaxLoggetLevel in class AbstractAjaxLogpublic void setLevel(String level)
public LogMode getMode()
AbstractAjaxLoggetMode in class AbstractAjaxLogpublic void setMode(LogMode mode)
public String getStyle()
StylePropsgetStyle in interface StylePropspublic void setStyle(String style)
public String getStyleClass()
StyleClassPropsgetStyleClass in interface StyleClassPropspublic void setStyleClass(String styleClass)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.