Class CssClassAppender
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.AttributeModifier
org.hippoecm.frontend.plugins.standards.list.resolvers.CssClassAppender
- All Implemented Interfaces:
Serializable,org.apache.wicket.IComponentAwareEventSink,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable,IObservable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.wicket.AttributeModifier
org.apache.wicket.AttributeModifier.MarkerValue -
Field Summary
Fields inherited from class org.apache.wicket.AttributeModifier
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(org.apache.wicket.Component hostComponent) protected StringvoidsetObservationContext(IObservationContext<? extends IObservable> context) Before observation is started on the observable, an observation context is injected by the observer registry.voidWhen the firstIObserverof this observable is registered with the observer registry, observation is started.voidWhen the lastIObserverunregisters, observation is stopped.Methods inherited from class org.apache.wicket.AttributeModifier
append, append, detach, getAttribute, getReplaceModel, onComponentTag, prepend, prepend, remove, replace, replace, replaceAttributeValue, toStringMethods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, canCallListener, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag, renderHead, unbindMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hippoecm.frontend.model.event.IObservable
equals, hashCode
-
Constructor Details
-
CssClassAppender
-
-
Method Details
-
newValue
- Overrides:
newValuein classorg.apache.wicket.AttributeModifier
-
bind
public void bind(org.apache.wicket.Component hostComponent) - Overrides:
bindin classorg.apache.wicket.behavior.Behavior
-
setObservationContext
Description copied from interface:IObservableBefore observation is started on the observable, an observation context is injected by the observer registry. This context can be used to notify listeners.- Specified by:
setObservationContextin interfaceIObservable
-
startObservation
public void startObservation()Description copied from interface:IObservableWhen the firstIObserverof this observable is registered with the observer registry, observation is started. Implementations must notify observers until observation is stopped.An implementation should register listeners with external data sources, when appropriate. It is possible for an observable to register as an observer for another observable.
- Specified by:
startObservationin interfaceIObservable
-
stopObservation
public void stopObservation()Description copied from interface:IObservableWhen the lastIObserverunregisters, observation is stopped. Any listeners or observers registered by the observable must be unregistered by the implementation.- Specified by:
stopObservationin interfaceIObservable
-