Class WizardGroupCreationHandler

java.lang.Object
fr.ifremer.isisfish.ui.input.population.WizardGroupCreationHandler

public class WizardGroupCreationHandler extends Object
wizard group creation handler.
  • Field Details

    • wizardUI

      protected WizardGroupCreationUI wizardUI
    • current

      protected String current
    • ageType

      protected boolean ageType
    • inputType

      protected boolean inputType
    • sameSizeType

      protected boolean sameSizeType
    • growthCurveType

      protected boolean growthCurveType
    • first

      protected double first
    • last

      protected double last
    • maxLength

      protected String maxLength
    • numberOfGroup

      protected int numberOfGroup
    • groupSize

      protected double groupSize
    • step

      protected double step
    • popBasic

      protected PopulationBasicsUI popBasic
  • Constructor Details

  • Method Details

    • afterInit

      protected void afterInit()
    • initParent

      public void initParent(PopulationBasicsUI popBasic)
    • isAgeType

      public boolean isAgeType()
      Returns:
      Returns the ageType.
    • setAgeType

      public void setAgeType(boolean ageType)
      Parameters:
      ageType - The ageType to set.
    • isInputType

      public boolean isInputType()
      Returns:
      Returns the inputType.
    • setInputType

      public void setInputType(boolean inputType)
      Parameters:
      inputType - The inputType to set.
    • isSameSizeType

      public boolean isSameSizeType()
      Returns:
      Returns the sameSizeType.
    • setSameSizeType

      public void setSameSizeType(boolean sameSizeType)
      Parameters:
      sameSizeType - The sameSizeType to set.
    • isGrowthCurveType

      public boolean isGrowthCurveType()
      Returns:
      Returns the growthCurveType.
    • setGrowthCurveType

      public void setGrowthCurveType(boolean growthCurveType)
      Parameters:
      growthCurveType - The growthCurveType to set.
    • getFirst

      public double getFirst()
      Returns:
      Returns the first.
    • setFirst

      public void setFirst(double first)
      Parameters:
      first - The first to set.
    • getLast

      public double getLast()
      Returns:
      Returns the last.
    • setLast

      public void setLast(double last)
      Parameters:
      last - The last to set.
    • getMaxLength

      public String getMaxLength()
      Returns:
      Returns the maxLength.
    • setMaxLength

      public void setMaxLength(String maxLength)
      Parameters:
      maxLength - The maxLength to set.
    • getNumberOfGroup

      public int getNumberOfGroup()
      Returns:
      Returns the numberOfGroup.
    • setNumberOfGroup

      public void setNumberOfGroup(int numberOfGroup)
      Parameters:
      numberOfGroup - The numberOfGroup to set.
    • getGroupSize

      public double getGroupSize()
      Returns:
      Returns the groupSize.
    • setGroupSize

      public void setGroupSize(double groupSize)
      Parameters:
      groupSize - The groupSize to set.
    • getStep

      public double getStep()
      Returns:
      Returns the step.
    • setStep

      public void setStep(double step)
      Parameters:
      step - The step to set.
    • setCard

      public void setCard(String name)
    • prev

      protected void prev()
    • next

      protected void next()
    • finish

      protected void finish()
    • cancel

      protected void cancel()
    • refreshChoice

      protected void refreshChoice()
    • stepChanged

      protected void stepChanged()
    • firstAgeChanged

      protected void firstAgeChanged()
    • lastAgeChanged

      protected void lastAgeChanged()
    • firstInputLengthChanged

      protected void firstInputLengthChanged()
    • maximalGroupsLengthChanged

      protected void maximalGroupsLengthChanged()
    • firstSizeLengthChanged

      protected void firstSizeLengthChanged()
    • sameSizeNumberOfGroupChanged

      protected void sameSizeNumberOfGroupChanged()
    • groupWidthChanged

      protected void groupWidthChanged()
    • growthCurveFirstGroupChanged

      protected void growthCurveFirstGroupChanged()
    • fieldNumberOfGroupChanged

      protected void fieldNumberOfGroupChanged()