Interface SimulationPage
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable,org.apache.wicket.page.IManageablePage,org.apache.wicket.request.component.IRequestableComponent,org.apache.wicket.request.component.IRequestablePage,Serializable
- All Known Implementing Classes:
PageSimulationResult,PageSimulationResultObject,PageSimulationResultObjects
public interface SimulationPage extends org.apache.wicket.request.component.IRequestablePageCreated by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static StringPAGE_PARAMETER_CONTAINER_IDstatic StringPAGE_PARAMETER_MARK_OIDstatic StringPAGE_PARAMETER_RESULT_OID
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default LonggetPageParameterContainerId()default StringgetPageParameterMarkOid()default StringgetPageParameterResultOid()default SimulationResultTypeloadSimulationResult(PageBase page)-
Methods inherited from interface org.apache.wicket.page.IManageablePage
detach, getPageId, isPageStateless, setFreezePageId
-
-
-
-
Field Detail
-
PAGE_PARAMETER_RESULT_OID
static final String PAGE_PARAMETER_RESULT_OID
- See Also:
- Constant Field Values
-
PAGE_PARAMETER_MARK_OID
static final String PAGE_PARAMETER_MARK_OID
- See Also:
- Constant Field Values
-
PAGE_PARAMETER_CONTAINER_ID
static final String PAGE_PARAMETER_CONTAINER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPageParameterResultOid
default String getPageParameterResultOid()
-
getPageParameterMarkOid
default String getPageParameterMarkOid()
-
getPageParameterContainerId
default Long getPageParameterContainerId()
-
loadSimulationResult
default SimulationResultType loadSimulationResult(PageBase page)
-
-