public abstract class ConsoleBehavior
extends com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
| Constructor and Description |
|---|
ConsoleBehavior()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
$(Serializable message,
boolean error)
Gets the jQuery statement that logs the message
Warning: This method is *not* called by the behavior directly (only JQueryAbstractBehavior.$() is). |
void |
bind(org.apache.wicket.Component component) |
protected abstract String |
format(Serializable message,
boolean error)
Formats the message (escaping, etc)
|
$, add, getJQueryLibrarySettings, renderHead, renderOnDomReadyScript, renderPriorityHeaderItem, toStringpublic void bind(org.apache.wicket.Component component)
bind in class org.apache.wicket.behavior.Behaviorprotected abstract String format(Serializable message, boolean error)
message - the message to formaterror - indicates whether the message is an error messagepublic String $(Serializable message, boolean error)
JQueryAbstractBehavior.$() is).message - the message to logerror - indicates whether the message is an error messageCopyright © 2021 7thWeb. All rights reserved.