votorola.a.election
Class WP_Election.RegionalPathMPE

java.lang.Object
  extended by RegionalPathMP
      extended by WP_Election.RegionalPathMPE
All Implemented Interfaces:
Serializable, RegionalPath, RegionalPathM
Enclosing class:
WP_Election

@ThreadRestricted(value="wicket")
static final class WP_Election.RegionalPathMPE
extends RegionalPathMP

A mutable regional path for an election page.


Nested Class Summary
 
Nested classes/interfaces inherited from class RegionalPathMP
RegionalPathMP.SessionScope
 
Nested classes/interfaces inherited from interface RegionalPathM
RegionalPathM.XM
 
Nested classes/interfaces inherited from interface RegionalPath
RegionalPath.X
 
Field Summary
 
Fields inherited from class RegionalPathMP
page
 
Constructor Summary
WP_Election.RegionalPathMPE(Election election, VPage page, VRequestCycle cycle)
           
 
Method Summary
 void regionalPathChanged()
          Called by the controller when this path has changed.
 
Methods inherited from class RegionalPathMP
electionName, equals, getDistrict, getElection, getScheme, setDistrict, setDistrict, setElection, setScheme, setScheme, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WP_Election.RegionalPathMPE

public WP_Election.RegionalPathMPE(Election election,
                                   VPage page,
                                   VRequestCycle cycle)
Method Detail

regionalPathChanged

public void regionalPathChanged()
Description copied from interface: RegionalPathM
Called by the controller when this path has changed.

Specified by:
regionalPathChanged in interface RegionalPathM
Overrides:
regionalPathChanged in class RegionalPathMP
See Also:
RegionalPath.getDistrict(), RegionalPath.getElection(), RegionalPath.getScheme()