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 java.lang.Object

Classe de la page de modification d'un sondage.

Version:
$Id: PollModification.java 2780 2009-10-16 16:42:52Z fdesbois $
Author:
kmorin, rannou

Constructor Summary
PollModification()
           
 
Method Summary
 java.lang.String getChoiceDateDisplay()
           
 java.util.Date getChoiceNameAsDate()
          Retourne la date correspondant au choix courant
 java.lang.String getNotificationDisplay()
           
 java.lang.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 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 java.lang.String getChoiceDateDisplay()

getNotificationDisplay

public java.lang.String getNotificationDisplay()

getChoiceNameAsDate

public java.util.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 java.lang.String getStepLegend()
Retourne la chaîne correspondant à l'étape courante


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.