|
||||||||||
| 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
org.ajax4jsf.component.UIAjaxLog
org.ajax4jsf.component.html.AjaxLog
public class AjaxLog
Component-Type org.ajax4jsf.Log Component-Family org.ajax4jsf.Log Renderer-Type org.ajax4jsf.LogRenderer Encode javaScript to open popup window with client-side Log information.
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Constructor Summary | |
|---|---|
AjaxLog()
Constructor to init default renderers |
|
| Method Summary | |
|---|---|
java.lang.String |
getFamily()
|
java.lang.String |
getHeight()
height of pop-up Getter for height |
java.lang.String |
getHotkey()
Keyboard key for activate ( in combination with CTRL+SHIFT ) log window. |
java.lang.String |
getLevel()
log level, possible values : FATAL,ERROR,WARN,INFO,DEBUG,ALL. |
java.lang.String |
getName()
name of pop-up window Getter for name |
java.lang.String |
getWidth()
width of pop-up. |
boolean |
isPopup()
Render log as popup-window or as div element in page Getter for popup |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setHeight(java.lang.String __height)
height of pop-up Setter for height |
void |
setHotkey(java.lang.String __hotkey)
Keyboard key for activate ( in combination with CTRL+SHIFT ) log window. |
void |
setLevel(java.lang.String __level)
log level, possible values : FATAL,ERROR,WARN,INFO,DEBUG,ALL. |
void |
setName(java.lang.String __name)
name of pop-up window Setter for name |
void |
setPopup(boolean __popup)
Render log as popup-window or as div element in page Setter for popup |
void |
setWidth(java.lang.String __width)
width of pop-up. |
| 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 AjaxLog()
| Method Detail |
|---|
public void setLevel(java.lang.String __level)
setLevel in class UIAjaxLoglevel - - new valuepublic java.lang.String getLevel()
getLevel in class UIAjaxLogpublic void setWidth(java.lang.String __width)
setWidth in class UIAjaxLogwidth - - new valuepublic java.lang.String getWidth()
getWidth in class UIAjaxLogpublic void setPopup(boolean __popup)
setPopup in class UIAjaxLogpopup - - new valuepublic boolean isPopup()
isPopup in class UIAjaxLogpublic void setHeight(java.lang.String __height)
setHeight in class UIAjaxLogheight - - new valuepublic java.lang.String getHeight()
getHeight in class UIAjaxLogpublic void setHotkey(java.lang.String __hotkey)
setHotkey in class UIAjaxLoghotkey - - new valuepublic java.lang.String getHotkey()
getHotkey in class UIAjaxLogpublic void setName(java.lang.String __name)
setName in class UIAjaxLogname - - new valuepublic java.lang.String getName()
getName in class UIAjaxLogpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||