public class org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel extends org.apache.isis.viewer.wicket.ui.panels.PanelAbstract implements org.apache.isis.viewer.wicket.model.hints.HasUiHintDisambiguator, org.apache.isis.viewer.wicket.ui.panels.HasDynamicallyVisibleContent
{
private static final long serialVersionUID;
private static final java.lang.String ID_TAB_PANEL;
private static final java.lang.String ID_ROWS;
private final org.apache.isis.applib.layout.grid.bootstrap.BS3Tab bs3Tab;
private boolean visible;
public void <init>(java.lang.String, org.apache.isis.viewer.wicket.model.models.EntityModel, org.apache.isis.applib.layout.grid.bootstrap.BS3Tab)
{
org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel v;
java.lang.String v;
org.apache.isis.viewer.wicket.model.models.EntityModel v;
org.apache.isis.applib.layout.grid.bootstrap.BS3Tab v;
v := @this: org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel;
v := @parameter: java.lang.String;
v := @parameter: org.apache.isis.viewer.wicket.model.models.EntityModel;
v := @parameter: org.apache.isis.applib.layout.grid.bootstrap.BS3Tab;
specialinvoke v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: void <init>(java.lang.String,org.apache.isis.viewer.wicket.model.models.EntityModel,org.apache.isis.applib.layout.grid.bootstrap.BS3Tab,org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent)>(v, v, v, null);
return;
}
public void <init>(java.lang.String, org.apache.isis.viewer.wicket.model.models.EntityModel, org.apache.isis.applib.layout.grid.bootstrap.BS3Tab, org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent)
{
org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel v;
org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent v;
java.lang.String v;
org.apache.isis.viewer.wicket.model.models.EntityModel v;
org.apache.isis.applib.layout.grid.bootstrap.BS3Tab v;
v := @this: org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel;
v := @parameter: java.lang.String;
v := @parameter: org.apache.isis.viewer.wicket.model.models.EntityModel;
v := @parameter: org.apache.isis.applib.layout.grid.bootstrap.BS3Tab;
v := @parameter: org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent;
specialinvoke v.<org.apache.isis.viewer.wicket.ui.panels.PanelAbstract: void <init>(java.lang.String)>(v);
v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: boolean visible> = 0;
v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: org.apache.isis.applib.layout.grid.bootstrap.BS3Tab bs3Tab> = v;
virtualinvoke v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: void buildGui(org.apache.isis.viewer.wicket.model.models.EntityModel,org.apache.isis.applib.layout.grid.bootstrap.BS3Tab,org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent)>(v, v, v);
return;
}
public java.lang.String getHintDisambiguator()
{
org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel v;
java.lang.String v;
org.apache.isis.applib.layout.grid.bootstrap.BS3Tab v;
v := @this: org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel;
v = v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: org.apache.isis.applib.layout.grid.bootstrap.BS3Tab bs3Tab>;
v = virtualinvoke v.<org.apache.isis.applib.layout.grid.bootstrap.BS3Tab: java.lang.String getName()>();
return v;
}
protected void buildGui(org.apache.isis.viewer.wicket.model.models.EntityModel, org.apache.isis.applib.layout.grid.bootstrap.BS3Tab, org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent)
{
org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel v;
java.lang.Object[] v, v;
org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent v, v;
java.lang.String[] v;
org.apache.isis.viewer.wicket.model.models.EntityModel v;
org.apache.isis.applib.layout.grid.bootstrap.BS3Tab v;
org.apache.wicket.markup.html.WebMarkupContainer v;
java.lang.String v, v;
boolean v, v, v, v;
v := @this: org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel;
v := @parameter: org.apache.isis.viewer.wicket.model.models.EntityModel;
v := @parameter: org.apache.isis.applib.layout.grid.bootstrap.BS3Tab;
v := @parameter: org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent;
v = new org.apache.wicket.markup.html.WebMarkupContainer;
specialinvoke v.<org.apache.wicket.markup.html.WebMarkupContainer: void <init>(java.lang.String)>("tabPanel");
if v == null goto label;
v = v;
goto label;
label:
v = staticinvoke <org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent newRows(org.apache.isis.viewer.wicket.model.models.EntityModel,org.apache.isis.applib.layout.grid.bootstrap.BS3Tab)>(v, v);
label:
v = newarray (org.apache.wicket.Component)[1];
v[0] = v;
virtualinvoke v.<org.apache.wicket.markup.html.WebMarkupContainer: org.apache.wicket.MarkupContainer add(org.apache.wicket.Component[])>(v);
v = v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: boolean visible>;
if v != 0 goto label;
v = virtualinvoke v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent: boolean isVisible()>();
if v == 0 goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: boolean visible> = v;
v = v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: boolean visible>;
if v == 0 goto label;
v = virtualinvoke v.<org.apache.isis.applib.layout.grid.bootstrap.BS3Tab: java.lang.String getCssClass()>();
staticinvoke <org.apache.isis.viewer.wicket.ui.util.Wkt: org.apache.wicket.Component cssAppend(org.apache.wicket.Component,java.lang.String)>(v, v);
v = newarray (org.apache.wicket.Component)[1];
v[0] = v;
virtualinvoke v.<org.apache.wicket.markup.html.WebMarkupContainer: org.apache.wicket.MarkupContainer add(org.apache.wicket.Component[])>(v);
goto label;
label:
v = newarray (java.lang.String)[1];
v = virtualinvoke v.<org.apache.wicket.markup.html.WebMarkupContainer: java.lang.String getId()>();
v[0] = v;
staticinvoke <org.apache.isis.viewer.wicket.ui.util.Components: void permanentlyHide(org.apache.wicket.MarkupContainer,java.lang.String[])>(v, v);
label:
return;
}
public static org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent newRows(org.apache.isis.viewer.wicket.model.models.EntityModel, org.apache.isis.applib.layout.grid.bootstrap.BS3Tab)
{
java.lang.Object[] v;
java.util.Iterator v;
org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent v;
org.apache.isis.viewer.wicket.model.models.EntityModel v;
org.apache.isis.applib.layout.grid.bootstrap.BS3Tab v;
java.util.List v;
java.lang.Object v;
java.lang.String v;
org.apache.isis.viewer.wicket.ui.components.layout.bs.row.Row v;
boolean v;
v := @parameter: org.apache.isis.viewer.wicket.model.models.EntityModel;
v := @parameter: org.apache.isis.applib.layout.grid.bootstrap.BS3Tab;
v = new org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent;
specialinvoke v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent: void <init>(java.lang.String)>("rows");
v = virtualinvoke v.<org.apache.isis.applib.layout.grid.bootstrap.BS3Tab: java.util.List getRows()>();
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = virtualinvoke v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent: java.lang.String newChildId()>();
v = new org.apache.isis.viewer.wicket.ui.components.layout.bs.row.Row;
specialinvoke v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.row.Row: void <init>(java.lang.String,org.apache.isis.viewer.wicket.model.models.EntityModel,org.apache.isis.applib.layout.grid.bootstrap.BS3Row)>(v, v, v);
v = newarray (org.apache.wicket.Component)[1];
v[0] = v;
virtualinvoke v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.col.RepeatingViewWithDynamicallyVisibleContent: org.apache.wicket.MarkupContainer add(org.apache.wicket.Component[])>(v);
goto label;
label:
return v;
}
public boolean isVisible()
{
org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel v;
boolean v;
v := @this: org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel;
v = v.<org.apache.isis.viewer.wicket.ui.components.layout.bs.tabs.TabPanel: boolean visible>;
return v;
}
}