public class MoleculeViewBehavior
extends org.apache.wicket.AttributeModifier
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
fullView
Full view, with cliquable canvas and mol download support.
|
| Constructor and Description |
|---|
MoleculeViewBehavior(org.apache.wicket.model.IModel<?> replaceModel)
Constructor with default canvas size.
|
MoleculeViewBehavior(org.apache.wicket.model.IModel<?> replaceModel,
boolean fullView)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterRender(org.apache.wicket.Component component) |
void |
beforeRender(org.apache.wicket.Component component) |
protected String |
newValue(String currentValue,
String replacementValue) |
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
append, append, detach, getAttribute, getReplaceModel, onComponentTag, prepend, prepend, remove, replace, replace, replaceAttributeValue, toStringprotected boolean fullView
public MoleculeViewBehavior(org.apache.wicket.model.IModel<?> replaceModel)
replaceModel - replace modelpublic MoleculeViewBehavior(org.apache.wicket.model.IModel<?> replaceModel,
boolean fullView)
replaceModel - replace modelfullView - full view, with cliquable canvas and mol download supportprotected String newValue(String currentValue, String replacementValue)
newValue in class org.apache.wicket.AttributeModifierpublic void renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributorrenderHead in class org.apache.wicket.behavior.Behaviorpublic void beforeRender(org.apache.wicket.Component component)
beforeRender in class org.apache.wicket.behavior.Behaviorpublic void afterRender(org.apache.wicket.Component component)
afterRender in class org.apache.wicket.behavior.BehaviorCopyright © 2009–2014 IRD. All rights reserved.