org.zeroexchange.web.behaviour
Class ComponentErrorHintAppender

java.lang.Object
  extended by org.apache.wicket.behavior.Behavior
      extended by org.zeroexchange.web.behaviour.ComponentErrorHintAppender
All Implemented Interfaces:
Serializable, org.apache.wicket.IComponentAwareEventSink, org.apache.wicket.markup.html.IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable, HintConstants, HTMLConstants

public class ComponentErrorHintAppender
extends org.apache.wicket.behavior.Behavior
implements HintConstants

Author:
black
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.zeroexchange.web.behaviour.HintConstants
HINT_ATTR, HINTED_CLASS
 
Fields inherited from interface org.zeroexchange.web.HTMLConstants
CLASS_ATTR, TAG_BODY
 
Constructor Summary
ComponentErrorHintAppender()
           
 
Method Summary
protected  String getHint(org.apache.wicket.Component component, org.apache.wicket.markup.ComponentTag tag)
          Returns error hint for the particular component
 void onComponentTag(org.apache.wicket.Component component, org.apache.wicket.markup.ComponentTag tag)
           
 
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, renderHead, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentErrorHintAppender

public ComponentErrorHintAppender()
Method Detail

onComponentTag

public void onComponentTag(org.apache.wicket.Component component,
                           org.apache.wicket.markup.ComponentTag tag)
Overrides:
onComponentTag in class org.apache.wicket.behavior.Behavior

getHint

protected String getHint(org.apache.wicket.Component component,
                         org.apache.wicket.markup.ComponentTag tag)
Returns error hint for the particular component



Copyright © 2013. All Rights Reserved.