public interface NavStateUrlParam extends UrlParam
UrlState
to manage
state for navigation pages. This is an internal
interface used by an UrlState
. You shouldn't need to use
this interface unless you are implementing a custom UrlFormatter
.Modifier and Type | Method and Description |
---|---|
com.endeca.navigation.DimLocationList |
getDimLocationList()
Internal method delegated from an
UrlState . |
void |
removeDescriptor(com.endeca.navigation.DimVal pDescriptor)
Internal method delegated from an
UrlState . |
void |
selectAncestor(com.endeca.navigation.DimVal pAncestor,
com.endeca.navigation.DimVal pDescriptor)
Internal method delegated from an
UrlState . |
void |
selectRefinement(com.endeca.navigation.Dimension pRefinementDimension,
com.endeca.navigation.DimVal pRefinement)
Internal method delegated from an
UrlState . |
void |
selectRefinement(com.endeca.navigation.DimLocation pRefinement)
Internal method delegated from an
UrlState . |
void |
setDimLocationList(com.endeca.navigation.DimensionList pDescriptorDimensionList)
Internal method delegated from an
UrlState . |
void |
setDimLocationList(com.endeca.navigation.DimLocationList pDimLocationList)
Internal method delegated from an
UrlState . |
void |
setDimLocationList(com.endeca.navigation.ERec pERec,
com.endeca.navigation.DimValList pDimValList)
Internal method delegated from an
UrlState . |
clone, getEncodedKey, getEncodedValue, getKey, getValue
void setDimLocationList(com.endeca.navigation.DimLocationList pDimLocationList)
UrlState
.void setDimLocationList(com.endeca.navigation.DimensionList pDescriptorDimensionList)
UrlState
.UrlState.setNavState(DimensionList)
void setDimLocationList(com.endeca.navigation.ERec pERec, com.endeca.navigation.DimValList pDimValList)
UrlState
.com.endeca.navigation.DimLocationList getDimLocationList()
UrlState
.UrlState.getNavState()
void selectAncestor(com.endeca.navigation.DimVal pAncestor, com.endeca.navigation.DimVal pDescriptor)
UrlState
.void removeDescriptor(com.endeca.navigation.DimVal pDescriptor)
UrlState
.void selectRefinement(com.endeca.navigation.Dimension pRefinementDimension, com.endeca.navigation.DimVal pRefinement)
UrlState
.void selectRefinement(com.endeca.navigation.DimLocation pRefinement)
UrlState
.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.