org.chorem.pollen.ui.pages.poll
Class PollModification

java.lang.Object
  extended by org.chorem.pollen.ui.pages.poll.PollModification

@IncludeStylesheet(value="context:css/pollCreation.css")
public class PollModification
extends Object

Classe de la page de modification d'un sondage.

Version:
$Id: PollModification.java 2904 2010-03-08 15:30:41Z echatellier $
Author:
kmorin, rannou

Constructor Summary
PollModification()
           
 
Method Summary
 String getChoiceDateDisplay()
           
 Date getChoiceNameAsDate()
          Retourne la date correspondant au choix courant
 String getNotificationDisplay()
           
 String getStepLegend()
          Retourne la chaîne correspondant à l'étape courante
 int getVotingListNumber()
          Retourne le numéro de la liste courante (index+1)
 int getWeightAsInt()
          Retourne le poids en entier de la liste courante
 boolean isDateChoices()
           
 boolean isFreePoll()
           
 boolean isGroupPoll()
           
 boolean isImgChoices()
           
 boolean isInChoices()
           
 boolean isInLists()
           
 boolean isInOptions()
           
 boolean isInPoll()
           
 boolean isListSizeAlert()
           
 boolean isRestrictedPoll()
           
 boolean isTextChoices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollModification

public PollModification()
Method Detail

getChoiceDateDisplay

public String getChoiceDateDisplay()

getNotificationDisplay

public String getNotificationDisplay()

getChoiceNameAsDate

public Date getChoiceNameAsDate()
Retourne la date correspondant au choix courant


getWeightAsInt

public int getWeightAsInt()
Retourne le poids en entier de la liste courante


getVotingListNumber

public int getVotingListNumber()
Retourne le numéro de la liste courante (index+1)


getStepLegend

public String getStepLegend()
Retourne la chaîne correspondant à l'étape courante


isListSizeAlert

public boolean isListSizeAlert()

isInPoll

public boolean isInPoll()

isInLists

public boolean isInLists()

isInChoices

public boolean isInChoices()

isInOptions

public boolean isInOptions()

isFreePoll

public boolean isFreePoll()

isRestrictedPoll

public boolean isRestrictedPoll()

isGroupPoll

public boolean isGroupPoll()

isTextChoices

public boolean isTextChoices()

isDateChoices

public boolean isDateChoices()

isImgChoices

public boolean isImgChoices()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.