public class org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanelFactory extends org.apache.isis.viewer.wicket.ui.ComponentFactoryAbstract
{
private static final long serialVersionUID;
public void <init>()
{
org.apache.isis.viewer.common.model.components.ComponentType v;
org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanelFactory v;
v := @this: org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanelFactory;
v = <org.apache.isis.viewer.common.model.components.ComponentType: org.apache.isis.viewer.common.model.components.ComponentType ENTITY_LINK>;
specialinvoke v.<org.apache.isis.viewer.wicket.ui.ComponentFactoryAbstract: void <init>(org.apache.isis.viewer.common.model.components.ComponentType,java.lang.Class)>(v, class "Lorg/apache/isis/viewer/wicket/ui/components/widgets/entitysimplelink/EntityLinkSimplePanel;");
return;
}
public org.apache.isis.viewer.wicket.ui.ComponentFactory$ApplicationAdvice appliesTo(org.apache.wicket.model.IModel)
{
org.apache.isis.viewer.wicket.ui.ComponentFactory$ApplicationAdvice v, v, v;
org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanelFactory v;
org.apache.wicket.model.IModel v;
boolean v, v;
v := @this: org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanelFactory;
v := @parameter: org.apache.wicket.model.IModel;
v = v instanceof org.apache.isis.viewer.wicket.model.models.EntityModel;
if v == 0 goto label;
v = <org.apache.isis.viewer.wicket.ui.ComponentFactory$ApplicationAdvice: org.apache.isis.viewer.wicket.ui.ComponentFactory$ApplicationAdvice APPLIES>;
return v;
label:
v = v instanceof org.apache.isis.viewer.wicket.model.models.ScalarModel;
if v == 0 goto label;
v = <org.apache.isis.viewer.wicket.ui.ComponentFactory$ApplicationAdvice: org.apache.isis.viewer.wicket.ui.ComponentFactory$ApplicationAdvice APPLIES>;
return v;
label:
v = <org.apache.isis.viewer.wicket.ui.ComponentFactory$ApplicationAdvice: org.apache.isis.viewer.wicket.ui.ComponentFactory$ApplicationAdvice DOES_NOT_APPLY>;
return v;
}
public org.apache.wicket.Component createComponent(java.lang.String, org.apache.wicket.model.IModel)
{
org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanelFactory v;
org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanel v;
java.lang.String v;
org.apache.wicket.model.IModel v;
v := @this: org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanelFactory;
v := @parameter: java.lang.String;
v := @parameter: org.apache.wicket.model.IModel;
v = new org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanel;
specialinvoke v.<org.apache.isis.viewer.wicket.ui.components.widgets.entitysimplelink.EntityLinkSimplePanel: void <init>(java.lang.String,org.apache.wicket.model.IModel)>(v, v);
return v;
}
}