|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.ui.pages.poll.PollCreation
@IncludeStylesheet(value="context:css/pollCreation.css") public class PollCreation
Classe de la page de création d'un sondage.
| Field Summary | |
|---|---|
static int |
LIST_MAX_SHOW_PERSONS
TODO : move this value to pollen.properties, waiting for 1.3 version |
| Constructor Summary | |
|---|---|
PollCreation()
|
|
| Method Summary | |
|---|---|
String |
getChoiceDateDisplay()
|
String |
getChoiceNbDisplay()
|
String |
getCurrentListClass()
Retourne la classe CSS correspondant au groupe courant |
String |
getListMaxSizeLoadedMessage()
Get the message to show when the too large list size is loaded. |
String |
getNotificationDisplay()
|
String |
getReminderDisplay()
|
String |
getStepLegend()
Retourne la chaîne correspondant à l'étape courante |
int |
getVotingListIndex()
Retourne l'index de la liste courante |
int |
getVotingListNumber()
Retourne le numéro de la liste courante (index+1) |
boolean |
isCondorcetVoteCounting()
|
boolean |
isDateChoices()
|
boolean |
isFreePoll()
|
boolean |
isGroupPoll()
|
boolean |
isImgChoices()
|
boolean |
isInChoices()
|
boolean |
isInLists()
|
boolean |
isInOptions()
|
boolean |
isInPoll()
|
boolean |
isListSizeAlert()
Test if the list size made an alert (too large to be shown). |
boolean |
isNormalVoteCounting()
|
boolean |
isNumberVoteCounting()
|
boolean |
isPercentageVoteCounting()
|
boolean |
isPersonListsExists()
Retourne vrai si des listes de favoris existent |
boolean |
isRestrictedPoll()
|
boolean |
isSeveralGroups()
Retourne s'il existe plusieurs groupes. |
boolean |
isTextChoices()
|
org.apache.tapestry5.json.JSONObject |
onChangeFromChoiceType(String value)
Méthode appelée à la sélection d'un type de choix. |
org.apache.tapestry5.json.JSONObject |
onChangeFromListSelect(String value)
Méthode appelée à la sélection d'une liste de votants. |
Object |
onUpdatePollCreationZone()
Méthode appelée par le callback JavaScript pour mettre à jour la zone. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LIST_MAX_SHOW_PERSONS
| Constructor Detail |
|---|
public PollCreation()
| Method Detail |
|---|
public String getChoiceDateDisplay()
public String getChoiceNbDisplay()
public String getNotificationDisplay()
public String getReminderDisplay()
public int getVotingListIndex()
public int getVotingListNumber()
public String getStepLegend()
public String getCurrentListClass()
public boolean isSeveralGroups()
public boolean isInPoll()
public boolean isInLists()
public boolean isInChoices()
public boolean isInOptions()
public boolean isNormalVoteCounting()
public boolean isPercentageVoteCounting()
public boolean isCondorcetVoteCounting()
public boolean isNumberVoteCounting()
public boolean isFreePoll()
public boolean isRestrictedPoll()
public boolean isGroupPoll()
public boolean isTextChoices()
public boolean isDateChoices()
public boolean isImgChoices()
public org.apache.tapestry5.json.JSONObject onChangeFromListSelect(String value)
public boolean isListSizeAlert()
public String getListMaxSizeLoadedMessage()
public org.apache.tapestry5.json.JSONObject onChangeFromChoiceType(String value)
public Object onUpdatePollCreationZone()
public boolean isPersonListsExists()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||