@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, getPassThroughAttributes, 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, getPassThroughAttributes, 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 getHotkey()
AbstractAjaxLog
getHotkey
in class AbstractAjaxLog
public void setHotkey(String hotkey)
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()
StyleProps
getStyle
in interface StyleProps
public void setStyle(String style)
public String getStyleClass()
StyleClassProps
getStyleClass
in interface StyleClassProps
public void setStyleClass(String styleClass)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.