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.IRequestablePage
Created by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static String
PAGE_PARAMETER_CONTAINER_ID
static String
PAGE_PARAMETER_MARK_OID
static String
PAGE_PARAMETER_RESULT_OID
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Long
getPageParameterContainerId()
default String
getPageParameterMarkOid()
default String
getPageParameterResultOid()
default SimulationResultType
loadSimulationResult(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)
-
-