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 2630 2009-07-08 15:23:00Z nrannou $
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
 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


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 CodeLutin. All Rights Reserved.